Latest Posts
-
Separation of Work and Identity: Essential Mindset Tools
Introduction In our day-to-day jobs, always remember that if you feel that your identity is intertwined with your work, every setback feels personal, and “good enough” is constantly moving the goalposts. I do suggest that you continue to read this… Continue reading
-
Understanding Immutable Objects in C#
The post discusses immutable objects, which are objects whose state cannot change after creation. It highlights their characteristics, including the absence of setters and the use of read-only fields. The benefits of immutable objects include easier reasoning, cache-friendliness, and thread… Continue reading
-
Understanding Object-Oriented Programming: Key Concepts Explained
Learn how the four pillars of OOP work — abstraction, encapsulation, polymorphism, and inheritance — explained in plain language with code samples and practical use cases. Continue reading
-
Understanding Azure Resource Manager and Its Components
A Beginner’s Guide to Resource Groups, Providers, Types, and Templates Continue reading
-
Introduction to Containers 101
Let’s try to explore the fundamental concepts and terminologies! Continue reading
-
Mastering the Single Responsibility Principle
Learn how to apply SRP effectively through real-world examples, common anti-patterns, and proven design practices. Continue reading
-
Enable Razor Runtime Compilation
This article/tutorial will show you how to enable runtime compilation when creating ASP.NET Core and ASP.NET Core MVC projects. Continue reading
-
JavaScript Sort in a Nutshell
JavaScript Array sort demystified for you and explains to you its default behavior and shows examples on how to use the comparer functions. Continue reading
-
Setup a Default NPM Global Settings for New Projects
This article walks you through how you can set up your NPM global settings to benefit you from creating your new projects via npm init. Continue reading
-
jQuery CSS Method
In this article, we’ll demonstrate how we can utilize jQuery to change the element’s style by exploring the following methods: css, addClass, removeClass, and toggleClass. We have also shown how we can pass a function when using the css method.… Continue reading










