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:
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
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 →
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 →
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 →