WeSearch
Hub / Tags / Microservices
TAG · #MICROSERVICES

Microservices coverage.

Every story in the WeSearch catalog tagged with #microservices, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

32 stories tagged with #microservices, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Microservices"

RELATED TAGS
#architecture7#go6#ai6#security4#systemdesign4#devops3#grpc3#opensource3#docker2#api2#jwt2#software-architecture2
DEV.TO (TOP)

The Microservice-to-Engineer Ratio (MTR): Why Too Many Microservices Slow Down Engineering Teams

Discover the Microservice-to-Engineer Ratio (MTR), a powerful architectural metric that reveals when...…

11 views ·
#devops#engineering
DEV.TO (TOP)

Outbox Pattern Solves Publishing. Inbox Pattern Solves Processing.

While covering the Outbox Pattern, I realized there's another side of event reliability to discuss —...…

12 views ·
#systemdesign#eventdriven
DEV.TO (TOP)

I Spent a Decade Chasing Microservices Before Realizing What Scalability Actually Means

A few years ago, I was staring at a red, blinking monitoring dashboard. The system I was looking at...…

11 views ·
#scalability#systemdesign
DEV.TO (TOP)

How We Built a Node.js Scaffolding Engine with Over 1 Million Mathematically Verified Architecture States

The Scaffolding Fatigue Setting up an Enterprise-grade Node.js project from scratch is...…

17 views ·
#node#backend#webdev
DEV.TO (TOP)

Why Most Startups Should Start with a Monolith (Not Microservices)

Microservices have become the default recommendation for modern software architecture. Ask a group...…

10 views ·
#startups#software#architecture
DEV.TO (TOP)

Understanding Event-Driven Architecture (EDA) With Real-World Examples

Modern software systems don’t behave like traditional request–response applications anymore. As...…

9 views ·
#architecture#systemdesign
DEV.TO (TOP)

Secure Your Microservices: Meet Halimun, the High-Performance Encrypted Proxy

Meet Halimun Proxy a high-performance, ultra-low latency proxy tunnel system built from the ground...…

7 views ·
#security#rust
DEV.TO (TOP)

Version 1 Demo: Healthcare AI Microservices Prototype + Roadmap for Version 2 🚀

I’ve worked for several companies in healthcare, and in my most recent work, I’ve been deeply...…

14 views ·
#healthcare#ai
DEV.TO (TOP)

Fighting Database Connection Pool Exhaustion

Learn to prevent database connection pool exhaustion in microservices architecture.…

13 views ·
#devops#database
DEV.TO (TOP)

Why Your API Gateway Might Be Your Biggest Compliance Liability

Why Your API Gateway Might Be Your Biggest Compliance Liability Your microservices...…

14 views ·
#api#compliance
DEV.TO (TOP)

You Don’t Need Microservices (Yet): A Reality Check for Devs

You Don't Need Microservices (Yet): A Reality Check for Devs How Premature...…

18 views ·
#webdev#architecture
DEV.TO (TOP)

A Go outbox library that runs inside your own DB transaction

tickr is a Postgres-backed outbox + worker pool for Go. You enqueue messages in the same transaction as your business write — no Kafka, no Debezium, no dual-write problem.…

12 views ·
#go#postgres
DEV.TO (TOP)

Microservices Patterns

Microservices Patterns: A Practical Guide to Choosing the Right Architecture Most teams...…

12 views ·
#architecture#systemdesign
DEV.TO (TOP)

Multi-Repo Microservice Changes Are a Coordination Problem. I Solved It With AI Agent Teams.

A walkthrough of RepoOrch — an open-source Claude Code plugin that turns a multi-repo workspace into...…

16 views ·
#ai#opensource
DEV.TO (TOP)

gRPC Performance: tonic (Rust) vs grpc-go Benchmarked at Scale

Production benchmarks reveal the surprising winner in the battle for microsecond-level RPC...…

16 views ·
#grpc#rust#go
DEV.TO (TOP)

Building Micro Agents as Production-Grade Microservices

Build production-grade AI agent systems using microservices. Covers FastAPI, gRPC, Kafka, Kubernetes,...…

8 views ·
#programming#ai
DEV.TO (TOP)

Monolith vs Modular Monolith vs Microservices: The Honest Decision Framework

Three architecture options, one honest breakdown. When each makes sense, when it doesn't, and the mistake most funded startups make choosing too early.…

13 views ·
#architecture#softwaredesign
DEV.TO (TOP)

Polyglot Persistence in Microservices: Let the Domain Choose the Database

Introduction One of the most consequential decisions in microservices architecture is data...…

12 views ·
#database#springboot
DEV.TO (TOP)

Resolving inter-service communication issue

This week was heck of a roller coaster of emotions, trying to solve an issue. All I faced is the...…

15 views ·
#python#fastapi
DEV.TO (TOP)

Composition over Inheritance in Go: The Design Choice That Makes Microservices Boring in the Best Way

A senior Go engineer's practical explanation of composition, embedding, interfaces, polymorphism, any vs interface{}, and why this model fits concurrent microservices.…

13 views ·
#go#programming
DEV.TO (TOP)

How Spring does JWT verification based on RS256

RS256 JWT flow between two microservices, then how Spring actually validates it internally. how...…

16 views ·
#security#java#springboot
DEV.TO (TOP)

Bulkhead Pattern for Resilience

Don't Let Your System Go Down in Flames: Embracing the Bulkhead Pattern for Rock-Solid...…

9 views ·
#architecture#resilience
DEV.TO (TOP)

Healthy Pods, Broken Transactions: What Kubernetes Doesn’t Catch in Banking Systems

A production scenario walkthrough with Spring Boot, Resilience4j, and Kafka Your pods are running....…

13 views ·
#kubernetes#banking#fintech
ARXIV CS.AI

STAR: A Stage-attributed Triage and Repair framework for RCA Agents in Microservices

LLM-based root cause analysis (RCA) agents have recently emerged as a promising paradigm for incident diagnosis in microservice AIOps. However, their reliability remains fragile: a…

14 views ·
#artificial intelligence#root cause analysis
ARXIV CS.AI

TopoEvo: A Topology-Aware Self-Evolving Multi-Agent Framework for Root Cause Analysis in Microservices

Root cause analysis (RCA) in microservices is challenging due to (i) noisy and heterogeneous multimodal observability (metrics, logs, traces), (ii) cascading failure propagation th…

15 views ·
#artificial intelligence#root cause analysis
ARXIV CS.AI

Detecting Privilege Escalation in Polyglot Microservices via Agentic Program Analysis

Microservices are widely adopted in modern cloud systems due to their scalability and fault tolerance. However, microservice architectures introduce significant complexity in privi…

15 views ·
#security#program analysis
DEV.TO (TOP)

Distributed Tracing in NestJS: End-to-End Request Visibility with OpenTelemetry

In a monolithic application, debugging a slow or failing request is straightforward, you have one...…

15 views ·
#nestjs#opentelemetry#distributedtracing
DEV.TO (TOP)

After 5 years of Go services, here's the boilerplate I wish existed

An opinionated production-grade Go microservice template — MongoDB v2 driver, OpenTelemetry full-stack, Kafka + SQS with retry/DLQ, compile-time DI, distroless Docker, and CLAUDE.m…

15 views ·
#go#boilerplate
DEV.TO (TOP)

Beyond REST: Architecting High-Performance Microservices with gRPC in Go

When scaling backend architecture, the communication layer between services eventually becomes a...…

14 views ·
#go#grpc
DEV.TO (TOP)

API Authentication: Part III. JWT Tokens

Why API Keys Aren't Always Enough In Part II we saw that an API key is essentially a long,...…

15 views ·
#api#security#authentication
DEV.TO (TOP)

System Design: проектируем сервис для хранения и обмена файлами

Видеоразбор этой задачи на русском языке можно посмотреть здесь -...…

11 views ·
#system design#cloud storage#backend development
DEV.TO (TOP)

Beginner's Guide to Docker: From Zero to Hero

Docker has fundamentally changed how developers build, ship, and run software. If you've ever heard...…

9 views ·
#docker#devops#containers