The Goldilocks strategy: Finding 'Just Right' in Good, Fast, and Cheap
Picture this: it’s a Tuesday afternoon. You are called into a meeting room by your teamlead. He’s conversing with a client about a big new project they want to develop.
Read MoreThe economics of clean code
“The only way to make the deadline — the only way to go fast — is to keep the code as clean as possible at all times.
Read MoreThe 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 More