#software-engineering
Read more stories on Hashnode
Articles with this tag
The Context Moq is a very popular, open-source project that provides a mocking library for .NET developers. It has come under fire for quietly...
**Update**: On August 18, 2023, it was confirmed that LK-99 isn't a superconductor. You can read more about this development here. I will retain the...
If you are not familiar with Discord, here’s a quick introduction. Discord is a voice, video, and text chat app that's used by tens of millions of...
The Context Picture this. The product you are working on is a few years old. Through trial and tribulation, your team has been constantly adding new...
In this edition of the newsletter, we will look at different architectural patterns that are practical and have several use cases. What is the Pipe...
// Base class public abstract class Lightsaber { public abstract void Assemble(); } // Concrete implementation of the base class public class...