Kushan MadhusankaAWS 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…3d ago13d ago1
Kushan MadhusankainDevOps.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 4Aug 4
Kushan MadhusankainDevOps.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 17Jun 17
Kushan MadhusankainDevOps.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 4Jun 4
Kushan MadhusankainDevOps.devMassTransit with In-Memory in .NET CoreIntroduction to MassTransitMay 19May 19
Kushan MadhusankaEntity 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 11May 11
Kushan MadhusankaDeploying .NET Applications To AzureIntroduction to Deploying .NET Applications to AzureMay 5May 5
Kushan MadhusankaDependency Injection With .NET CoreWhat happens without dependency InjectionsFeb 291Feb 291
Kushan MadhusankaUnraveling 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 181Feb 181
Kushan MadhusankainJavaScript 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