The simple class
I work in many legacy code bases, and in fact, I’ve made it a big part of my career. I love diving into big monoliths that have grown out of proportion and tidying them up.
Read MoreA love letter to legacy projects
Monday morning. Your previous project just wrapped up, and they are going to assign you a brand new one. They even promised you the lead on this project.
Read MoreThe Integration Operation Segregation Principle
A few weeks ago I attended a DDDBelgium meetup where I was lucky to participate in a refactor workshop lead by Pim and Joop.
Read MoreAtomic commits: Telling stories with Git
I always find it amazing to see how different people create pull requests. Some people like to put every file they’ve touched into one big commit.
Read MoreConnect microservices with the help of GRPC
Microservices are all the rage these days. Luckily underneath the hype there are some great use cases for them. If you’re splitting up a monolith codebase into smaller specialised chunks, extracting a long running queue to its own system, or even using particular pieces of code in a different programming language.
Read MoreThe Y2k38 Bug: The biggest news craze of the year 2038
As you might know, I co-organise a PHP meetup called: PHP Antwerp. Some time ago we had one of our talented speakers: Joeri Sebrechts talk about “What every developer should know about time, no excuses“ (If you ever have the chance to see it, I wholly recommend it).
Read More