AWS Lambda vs. Fargate — Serverless ShowdownWhile Amazon Web Services (AWS) offers multiple serverless solutions, AWS Lambda and ECS Fargate are two of the most powerful computing…Nov 3, 20241Nov 3, 20241
Published inDevOps.devIEnumerable Vs IQueryable in C#When working with collections in C#, two fundamental interfaces you’ll frequently encounter are IEnumerable and IQueryable. Both play…Aug 4, 2024Aug 4, 2024
Published inDevOps.devEffortless Authentication: Leveraging ASP.NET Core Identity in .NET 8Authentication is a critical aspect of any web application, ensuring that users can securely access resources and perform actions…Jun 17, 2024Jun 17, 2024
Published inDevOps.devMassTransit with RabbitMQ and Azure Service Bus in .NETMassTransit is a popular open-source .NET library for building distributed applications using message-based communication. It simplifies…Jun 4, 2024Jun 4, 2024
Published inDevOps.devMassTransit with In-Memory in .NET CoreIntroduction to MassTransitMay 19, 2024May 19, 2024
Entity Framework Core vs. Dapper?Do I use Dapper or Entity framework core for my next .NET project? It is always confusing when you have to make this decision and you need…May 11, 2024May 11, 2024
Deploying .NET Applications To AzureIntroduction to Deploying .NET Applications to AzureMay 5, 2024May 5, 2024
Dependency Injection With .NET CoreWhat happens without dependency InjectionsFeb 29, 20241Feb 29, 20241
Unraveling the Natural Language Processing: From Sci-Fi Dreams to Real-world ImpactWe will go from the wonderful realms of science fiction to the real-world effects that Natural Language Processing (NLP) has on our lives…Feb 18, 20241Feb 18, 20241
Published inJavaScript in Plain EnglishWhat is useReducer in React?Can you manage the state without useState in React? Yesss…Do you have to always use useState to handle states. No..You don’t. Let me…Feb 18, 2023Feb 18, 2023