Fixing a memory leak in .Net Core

Durée de lecture : environ 10 minutesRecently, I had to investigate a memory leak detected in our production environment. Memory leaks are a nightmare for many developers : There’s often no clear reproduction scenario. It requires us to be knowledgeable about internal mechanics of how memory is handled in our programming language (yes I know, “real Read more…

Icon of Git

Git – Basic concepts

Durée de lecture : environ 6 minutesOver the past few years, Git has become one of the most used (if not THE most used) version control systems. Its success is probably due to being open source, resilient, distributed and highly supported in most continuous integration platforms. Most IDEs also integrate Git, and there are several GUIs Read more…