Browsing Tag
microservices
47 posts
The 15-Minute Goroutine Leak Triage: Two Dumps, One Diff, Zero Guessing
Goroutine leaks rarely announce themselves with a dramatic outage. They show up as “slowly getting worse”: p95/p99 creeps…
From Monolith to Microservices without changing one line of code, thanks to the power of Inversion of Control (IoC)
In this article, we will explore how to transition from a monolithic architecture to a microservices architecture without…
Building a Scalable Notification System with RabbitMQ and Microservices
Ever wondered how apps like Slack, WhatsApp, or Gmail send millions of notifications without breaking a sweat? The…
Python with Microservices (FastAPI)
Python and Microservices: A Deep Dive with FastAPI Introduction: In the ever-evolving landscape of software development, microservices architecture…
My understanding of microservices was totally wrong
Introduction I have been building CRUD applications for a long time, during my previous job, internships, and university…
Building Agentic Fusion: AI-Powered Business Intelligence for Kubernetes Microservices
As a developer working with distributed microservices, I’ve always faced the challenge of getting a unified view across…
APIs are everywhere. But how do we test them without breaking the bank?
If you’ve been around long enough, you probably remember the glory days of service virtualization. (If you don’t…
Building Microservices: Designing Scalable and Maintainable Back-End Architectures
“What got you here won’t get you there.” That saying holds true in software development more than anywhere…
🏗️ Qual Arquitetura Escolher para .NET: Monolito, Serviços Distribuídos ou Microsserviços?
Com a evolução da plataforma .NET — especialmente com o .NET Core e agora com o .NET 8/9…
🔐 Repackaging Microservices into Single-Tenant Monoliths: The Architecture Behind Scalable, Compliant SaaS
🧱 Tired of the complexity, latency, and compliance headaches that come with managing a sprawling microservices mesh for…