How to lazy load Google ads using native javascript!
I recently made a post on how I lazy load my Disqus comments. I did this because my website was performing poorly when I analysed it »
I recently made a post on how I lazy load my Disqus comments. I did this because my website was performing poorly when I analysed it »
There is a built-in method in C# where you can create a dictionary from a list - it is called ToDictionary [https://docs.microsoft.com/en-us/ »
I recently found out that my blog was slow according to google pagespeed. I scored below 50, but I could have sworn that when I created »
I have now created a twitter account for my blog. Perhaps I should have done this years ago but I have always been against sharing my »
It can be hard to grasp what software architecture is as it encompasses a wide range of theoretical and practical disciplines. It ranges from describing how »
Monolithic architectures are often defined by what they are not — the opposite of microservices — and are frequently seen as an undesirable architecture. However, this perception ignores »
It is quite easy to start a new thread in C#. All you need is to instantiate a new object of the type Thread and call »
The Triple A (AAA) abbreviation: Arrange, Act and Assert is a way to structure your unit tests into 3 sections: * Arrange: Assign variables, setup stubs, mocks »
In this post I will demonstrate how you can stub the DateTime [https://docs.microsoft.com/en-us/dotnet/api/system.datetime?view=netcore-3.1] struct in »
I will start with a small disclaimer: it is always up to the client how to handle redirects. Most of the time they handle status codes »