Remove sensitive information from a project on git or replace one expression in your whole project (including in git history)
This is how to remove an expression from all files in a project versioned with git so that it doesn’t…
A software engineer's journey
This is how to remove an expression from all files in a project versioned with git so that it doesn’t…
I never thought developing a personal side project would make me enthusiastic about MVPs… It’s not easy making something simple!…
Amazon announced this month that they won’t allow users to download the ebooks they bought on Kindle locally after February…
Software engineering in our daily job can sometimes feel frustrating. Developing a side project on your own time is a…
This year at Devoxx Belgium, I attended talks on data anonymization in the public sector, reframing testing in software engineering,…
I’ve always been more attracted to backend development. However, I’ve mainly worked as a full-stack developer, and working on the…
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.…