Dependency Injection vs Dependency Inversion vs Inversion of ControlIn this article, let us pit Dependency Inversion, IoC and Injection against one another and see how they are related and differ with each other.September 16, 2024
What are ACID Properties in DBMS – SimplifiedIn this article we explore the ACID properties that are crucial for reliable transaction processing in relational databases.August 25, 2024
How to easily run Kafka in your Local MachineIn this article, let us look at how we can set up and configure a simple Kafka cluster in our local environments, and the ways to do it.August 4, 2024
How to Get Started – Kafka Basic Concepts ExplainedIn this article, let us get to know about what is Kafka, how does it work, the basic architecture and fundamental concepts of Kafka.July 21, 2024
How to use NDepend for Code Analysis – My ExperienceI got a chance to try and play around with NDepend, a popular Code Analysis tool for .NET and here's how I integrated and my thoughts on it.July 14, 2024
How to use AWS Cognito Identity Pool made SimpleIn this article, let's discuss what are Cognito Identity Pools and How do we create one to help users access AWS resources using a CIP Token.June 23, 2024
How to Integrate Swagger UI with Spring Boot 3In this article, let us see how we can implement SwaggerUI and OpenAPI specification for a simple Spring Boot 3 RESTful APIFebruary 25, 2024
How to implement Binary search in an easy wayIn this article, let us discuss how to implement binary search algorithm with an example in .NET along with time complexity analysisFebruary 11, 2024