From Developer to Architect: The Mindset and Physiology Shift Needed for Growth

Transition from Developer to Architect

Transitioning from being a developer to an architect is more than just gaining technical knowledge; it’s about adopting a new mindset and embracing a physiological shift that aligns with a broader perspective. Here are the key areas to focus on when making this leap. 1. Think Big Picture As a developer, your primary focus is … Read more

Exploring the Power of Multiple Instances of the Same Interface in ASP.NET Core

Introduction While ASP.NET Core’s built-in dependency injection brings great ease to development, managing multiple implementations of an interface can be a bit challenging. In this article, I’ll guide you through the process of dynamically selecting a service from various implementations in ASP.NET Core, making the details more accessible for your projects. Let’s dive in and … Read more