#design-patterns
Read more stories on Hashnode
Articles with this tag
What is Primitive Obsession? To start with, primitives are the basic data types available in most languages. These include data types such as strings,...
I recently wrote a blog post introducing some of my favourite NuGet packages: My Top 4 NuGet Packages for ASP.NET Core. In that post, I briefly...
Object oriented programming (or OOP) is a style of programming that encapsulates data and behaviours into models known as objects. In this way,...