How to ignore files in Git
Introduction Nowadays, every developer out there must be familiar with some version control system. I have now worked in 5 different jobs. Every single one of them was using some…
A blog about programming topics in general, focusing on the Java programming language.
Introduction Nowadays, every developer out there must be familiar with some version control system. I have now worked in 5 different jobs. Every single one of them was using some…
Introduction String interning is a concept that not many Developers out there know. It’s deeply bounded to the way the JVM handles memory. Nowadays it’s easier than ever to leverage…
Introduction Have you ever had to work on some feature branch that took quite a long time to develop? You would have had to get the latest updates from another…