SAShubham Agrawalinhigh-level-system-design.hashnode.dev·12h ago · 10 min readMicroservices: The API GatewayPrerequisite: Before diving into this article, I would highly recommend to go through Microservices: The Ultimate Practical article. In this article, we will implement the following flow: Client req00
CDCoding Dropletsincodingdroplets.com·1d ago · 11 min readMigrating from MediatR to Wolverine in .NET: A Step-by-Step GuideIf your team is planning to migrate MediatR to Wolverine, the good news is that the mechanical part is far smaller than it looks. MediatR handlers are already single-responsibility classes with one me00
PNPriyansh Naskarinpriyanshucodes.hashnode.dev·1d ago · 3 min readCAP Theorem, Explained Without the JargonCAP Theorem is also known as Brewers Theorem named after the Computer Scientist who state the theorem Eric Brewer. When a network partition occurs, a distributed system must choose between Consisten00
KGKunal Guptainkunalforked.hashnode.dev·2d ago · 3 min readCircuit Breakers: Knowing When to Stop TryingStart with the actual electrical thing You know the breaker box in your house? If something draws too much power, the breaker trips and cuts the power to that part of the house. It doesn't try to push00
PNPriyansh Naskarinpriyanshucodes.hashnode.dev·4d ago · 4 min readSAGAs to maintain data consistency in a microservice architectureBefore diving in, I want to give full credit to Chris Richardson, whose talk on Sagas is one of the clearest explanations of this pattern I've come across. This article draws heavily from that talk, y00
KGKunal Guptainkunalforked.hashnode.dev·6d ago · 6 min readWhy We Merged Two Backends Into OneTwo services quietly cost more than they look like, even when both are doing everything "right". How it usually starts A request comes in from the UI. Hits a Node.js service first. Gets forwarded t20
CJCarlos José Castro Galanteincarlosjcastrog.hashnode.dev·Aug 21 · 5 min readAzure AI Foundry, what it is and why it replaces everything you knew about Azure AIIf you've ever worked with Azure OpenAI Service or Azure AI Studio and you open Microsoft's documentation today expecting to find the same thing, you've probably gotten lost. The names changed, the re00
DSDoogal Simpsonindoogal.dev·Aug 21 · 4 min readWhy Scaling Software Is an Organizational ProblemTL;DR: I've realized that scaling software development is fundamentally an organizational coordination problem, not a technical one. Just like multiple authors trying to write cohesive chapters of a s30
DKDeendayal Kumawatinddsha441981.hashnode.dev·Aug 21 · 7 min readThe Spring Boot Diagnostic Tool I Wished Existed - So I Built ItA story about 40-second boot times, silent bean cycles, and the analysis layer nobody ships. The Problem That Started Everything Earlier this year I was staring at a Spring Boot startup log that look00
KGKunal Guptainkunalforked.hashnode.dev·Aug 18 · 7 min readWhen 50 Jobs Show Up at OncePrefect concurrency limits and queue priority, explained the simple way Continuation of Prefect on Kubernetes: Explained Like You're Five, that post covered one job turning into one pod. This one's ab10