A Method to Madness is my own private blog. Feel free to disagree but please do so in a good-mannered and constructive way 🙂

Blog

Fixing a memory leak in .Net Core

Durée de lecture : environ 10 minutes Recently, 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 Read more…

Solving common issues with Git

Durée de lecture : environ 10 minutes Now that we have covered Git’s basics, we will review some common issues and how to solve them. Lost commits, wrong branches, finding a problematic commit… I will list a few problems you will probably Read more…

Git – Basic concepts

Durée de lecture : environ 6 minutes Over 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 Read more…