ThenNext

Finding out which process runs on a certain port using powershell

At one point I was wondering which process was running on port 3000 because I wanted to debug another application (which also uses) that port. So I ran the following command.

read more

Git Tricks

A few of my favorite tricks with GIT.

read more

7 tips to start writing by hand

At our company, each employee was gifted a reMarkable. Something I have looked at many times but could never convince myself to buy it. After all, I have a perfectly good tablet that also has a pencil. So why should I buy another one? But to be fair the writing experience on the remarkable is a whole lot different than what my iPad provides me. This brings me to another topic: Writing!
read more

The challenges of the Single Responsibility Principle

In my opinion, the SRP is one of the most famous software design principles that due to widespread misunderstanding is used wrong causing a decrease in the quality of the code. Most people have heard of SOLID, an acronym invited by Robert C. Martin. And the majority of them also know that the “S” stands for the Single-Responsibility Principle, which for the sake of this article I will shorten to SRP.
read more