Cyril de Wit

My name is Cyril de Wit and I am a software developer based in Eindhoven, The Netherlands. I am currently working at Edubookers.com. My primary technology stack consists of PHP, Laravel, Vue.js and Tailwind CSS but I like to tinker around with other tools whenever I can. For example Next.js, Flutter, Arduino, C# and Java.
On the web: 

Cyril de Wit • Feb 11, 2021 • 2 min read

Uitwerking prioriteitstelling van de gebruikerseisen met MoSCoW-methode

In deze uitwerking wordt er een prioriteitstelling gemaakt van de gebruikerseisen van een fictief softwareproject met behulp van de MoSCoW methode. Om de support aanvragen van een bepaalde onderneming in betere banen te laten leiden, moet er een systeem worden ontwikkeld dat dit proces vereenvoudigd en structuur geeft.

MoSCoW prioritering

De MoSCoW-methode helpt ons met het stellen van pri... Read →

Cyril de Wit • Apr 19, 2020 • 1 min read

How to change the PHP version in Laradock?

I’ve recently switched to Laradock as my primary local development setup for Laravel. It’s a full PHP development environment based on Docker. It took me a few days to properly set it up and learn the basics of Docker. Laradock comes with big a list of premade images you can use. I previously used Laravel Homestead, an official, a pre-packaged Vagrant box that provides something similar. To run this box I had to install Virt... Read →

Cyril de Wit • Jul 3, 2019 • 7 min read

Aan de slag met Eloquent Viewable voor het Laravel framework

In dit artikel laat ik je zien hoe je aan de slag kunt gaan met Eloquent Viewable. Met dit pakket breng je eenvoudig de benodigde functionaliteiten naar je Laravel applicatie toe om paginaweergaven van Eloquent models bij te houden. Na het installeren van dit pakket heb je via een globale functie of facade toegang tot allerlei praktische functies. Het is bijvoorbeeld mogelijk om het aantal weergave te tellen per mod... Read →

Cyril de Wit • Jul 2, 2019 • 1 min read

My notes from chapter 1 of "Clean Code"

Follow up of my previous post "My notes from the introduction of "Clean Code"" Read →

Cyril de Wit • Jul 1, 2019 • Less than a minute read

My notes from the introduction of "Clean Code"

Follow up of my previous post "My notes from the foreword of "Clean Code"" Read →

Cyril de Wit • Jun 30, 2019 • 2 min read

My notes from the foreword of "Clean Code"

A while ago, I bought a book called “Clean Code”. It’s a handbook of Agile Software Craftsmanship and it’s written by Robert Cecil Martin, also known as “Uncle Bob”. He is an American software engineer and instructor. This book has been in my closet for a quite sometime now and today I finally had the ‘time’ and mindset to start reading it. I always find it difficult to remember the information from a thick book for a long ... Read →