
What is S.O.L.I.D principles
In technical interviews, I always make sure to include questions about the S.O.L.I.D principles. Honestly, in my early days, I was also asked about it…
Solutions Architect | Developer | Blogger
Solutions Architect | Developer | Blogger
In technical interviews, I always make sure to include questions about the S.O.L.I.D principles. Honestly, in my early days, I was also asked about it…
In ASP.NET Core, dependency injection (DI) is a built-in feature that simplifies managing object lifetimes and dependencies. While creating services, choosing the correct lifetime can…
Before LINQ, data handling in C# was often more verbose and complex, especially when dealing with collections, databases, and XML. Without LINQ, developers had to…
In modern applications, network failures and transient faults are common. Microsoft.Extensions.Polly helps handle these failures gracefully by offering policies such as retries, timeouts, circuit breakers,…
I’m going to walk you through how to set up a WordPress website using Docker Compose. We’ll go step by step so that you can…
In this blog, I’ll be introducing some of the most commonly used WordPress functions. WordPress, as a powerful content management system, offers a wide range…
Most developers are currently using GIT as their main repository, but even though we use it every day in our jobs, like myself, I still…