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 learnt at Devoxx Belgium 2022
This year, I attended the Devoxx convention and specifically the two deep dive days. I was my first time attending…
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)…
Deploying a Java – Spring Boot – Angular app to Microsoft Azure cloud
Cloud deployment becomes more and more popular. I’ve been curious about it for a few years now, but have very…