Why I Learn About Management as an Engineer—Even Though I Never Want to Be a Manager.
You should learn about management as an engineer! There. I said it. I don’t want to become a manager; I’d…
Beyond Programming: The Art of Software Engineering à la Google – takeaways from the book “Software Engineering at Google”
Curious about the art of Software Engineering as practiced at Google? From understanding the difference between programming and software engineering…
Stream API – Java advanced (OCP)
The Java Stream API allows to create pipelines of chained methods to produce a result. It exists since Java 8.…
68 things I learned at Devoxx Belgium 2022
This year, I attended the Devoxx convention deep dive days. I was my first time attending such an event and…
The Art of Knowledge Sharing in Development Teams
Developers don’t like writing documentation, generally. — Knowledge sharing in tech teams seems to be a recurring problem. While it…
The Hitchhiker’s guide to a great Developer Onboarding
A guide on how to onboard a new software engineer on a project with efficiency
How to make the best of Code Review
In our development team, we do code review on every single merge request (aka a pull request for GitHub users)…