PinnedJyoti·Jul 14, 2023Domain driven design 101I recently attended a Domain Driven Design (DDD) workshop and worked on a project which is based on DDD principles. This article will give…
Jyoti·May 12Everything You Need to Know About End-to-End Request Flow in Modern Enterprise Microservices
Jyoti·Oct 15, 2025Catch Code That Screams I’m Wrong! in PRs & CodingIn code reviews, I often see pieces of code that make me stop and think, “Why is this even here?” These aren’t just minor mistakes, they’re…
Jyoti·Sep 16, 2025When to Use Kafka: A Short, Detailed Guide for DevelopersEver wondered how apps handle billions of requests : like orders or clicks without crashing? Meet Apache Kafka, the super-fast train…
Jyoti·May 1, 2025Creational design patterns 101I find myself always confused when I see design patterns and struggle to remember them. How to know which design pattern I should be using…
Jyoti·Oct 12, 2024Server Sent EventsIn one of the recent projects I worked on with my team, we implemented Server-Sent Events (SSE). While it’s a fairly simple concept, I…A response icon2A response icon2
Jyoti·Aug 7, 2024Hexagonal Architecture: Why and HowIn my team, we recently started following hexagonal architecture design for designing micro services. This decision came because of…
Jyoti·Oct 22, 2023DDD Discussion: Business logic validationDomain Driven Design, a software design approach where we model or design application closely related to business domain with input of…A response icon1A response icon1
Jyoti·Oct 20, 2023Getting Started With Kubernetes : Part 02In this blog we will see the architecture of kubernetes, different component of kubernetes and their functionality in brief and how…
Jyoti·Oct 16, 2023Getting Started With KubernetesKubernetes also known as K8s is an orchestrator for containers.You deploy your application to cloud but thats not the end. You need to…