Great programming books for software developers and architects that you should consider to read in 2020
As I have done for the past 4 years, I will again this year create a list of my favorite books on software development. As seen »
As I have done for the past 4 years, I will again this year create a list of my favorite books on software development. As seen »
Today I found that C# does not have a built in method for trimming strings using another string. The built in method for trimming strings does »
If you are moving from NUnit to xUnit, you will likely encounter the absence of the DoesNotThrow method in xUnit. You are looking for something that »
I often use the term "nano service", but I figured that I had never defined this, that I will do in this post. In »
I recently added my ads.txt file to my ghost blog. The ads.txt file should be located at the root of your website, and mine »
I was just setting up bibliography for my document using LaTeX. However I had forgotten how to do so and got all kinds of errors trying »
I have been using Visual Studio for years. Every time I have had to diff two files I went to notepad++ or some other great text »
In this post I describe what units tests are all about. It seems to me that in the last many years, the focus has drifted away »
I recently made an example on how to do websocket communication between a server and a client, where i pushed messages from the server to a »
I finally decided that it was time to give websockets a try. They have been around for over a decade, but I just had not found »