How to keep private and work life separated when you work from home
How to keep a good work-life balance when working from home? In this post, I’m sharing the tricks I’ve developed…
A software engineer's journey
How to keep a good work-life balance when working from home? In this post, I’m sharing the tricks I’ve developed…
You should learn about management as an engineer! There. I said it. I don’t want to become a manager; I’d…
Curious about the art of Software Engineering as practiced at Google? From understanding the difference between programming and software engineering…
The Java Stream API allows to create pipelines of chained methods to produce a result. It exists since Java 8.…
This year, I attended the Devoxx convention deep dive days. I was my first time attending such an event and…
Developers don’t like writing documentation, generally. — Knowledge sharing in tech teams seems to be a recurring problem. While it…
A guide on how to onboard a new software engineer on a project with efficiency
In our development team, we do code review on every single merge request (aka a pull request for GitHub users)…