Now this one might sound counter-intuitive. Drawing tables are for artists, right? I will try to make a point that…
I have seen many legacy applications with no clear architecture that have some maintainability issues. What I noticed then is…
Recently I tried to setup a very basic thing: An API backend based on ASP.NET Core and a HTML/JavaScript single…
There are a lot of shiny things in the programming world. It might be a paradigm, pattern, technology or anything…
The popularity of git seems to rise and rise. And with its growing popularity I feel that a lot of…
The git object model is actually pretty easy to grasp, basically every commit and tree is just a text file…
In the last blogpost we talked about me, being puzzled that my linked list is slower if I use Marshal.AllocHGlobal…
Lately I have been dipping my toes into unmanaged programming with C#. The goal was to improve the performance of…