Microservices - DEV Community
https://dev.to/t/microservices • 150 KB fetched Open original page
Microservices - DEV Community
Skip to content
Powered by Algolia
Log in
Create account
DEV Community
Microservices
An architectural and organizational approach to software development where software is composed of small independent services that communicate over well-defined APIs
Follow
Hide
Create Post
Older #microservices posts
1
2
3
4
5
6
7
8
9
… 75
… 316
Posts
👋 Sign in for the ability to sort posts by relevant , latest , or top .
Keeping Services Loosely Coupled: A Practical Guide
Tech Forge
Tech Forge
Tech Forge
Follow
Sep 10
Keeping Services Loosely Coupled: A Practical Guide
# architecture
# microservices
# softwareengineering
# bestpractices
1 comment
3 min read
Day 5 | gRPC and Protocol Buffers - A game changer
Monirul Islam
Monirul Islam
Monirul Islam
Follow
Sep 10
Day 5 | gRPC and Protocol Buffers - A game changer
# grpc
# microservices
# backend
# api
Add Comment
2 min read
Database-per-Service is a Trap: Try Logical Schemas
Nainik Mehta
Nainik Mehta
Nainik Mehta
Follow
Sep 10
Database-per-Service is a Trap: Try Logical Schemas
# microservices
# architecture
# database
# backend
1 reaction
Add Comment
3 min read
Criei uma API gratuita para consultar a Lista Brasileira de Resíduos do IBAMA
Luiz Filipe Tavares
Luiz Filipe Tavares
Luiz Filipe Tavares
Follow
Sep 9
Criei uma API gratuita para consultar a Lista Brasileira de Resíduos do IBAMA
# braziliandevs
# api
# microservices
Add Comment
1 min read
Designing a Matching Engine in Rust: Price-Time Priority Without GC Pauses
amBrain
amBrain
amBrain
Follow
for amBrain
Sep 8
Designing a Matching Engine in Rust: Price-Time Priority Without GC Pauses
# rust
# architecture
# systemdesign
# microservices
Add Comment
8 min read
Moleculer vs NestJS: which one, and when
Icebob
Icebob
Icebob
Follow
Sep 7
Moleculer vs NestJS: which one, and when
# node
# nestjs
# microservices
# javascript
1 comment
9 min read
Node.js microservices without Kubernetes (and without a platform team)
Icebob
Icebob
Icebob
Follow
Sep 7
Node.js microservices without Kubernetes (and without a platform team)
# node
# microservices
# javascript
# architecture
1 comment
11 min read
Atomic Microservices: Transactional Outbox in Laravel 📦
Prajapati Paresh
Prajapati Paresh
Prajapati Paresh
Follow
Sep 7
Atomic Microservices: Transactional Outbox in Laravel 📦
# laravel
# php
# microservices
# architecture
Add Comment
4 min read
Week 12 of #100DaysOfCode: Exploring Spring Cloud and Microservices Infrastructure
Onatade Abdulmajeed
Onatade Abdulmajeed
Onatade Abdulmajeed
Follow
Sep 6
Week 12 of #100DaysOfCode: Exploring Spring Cloud and Microservices Infrastructure
# 100daysofcode
# java
# spring
# microservices
5 reactions
Add Comment
4 min read
Spring Boot 4.1 Made gRPC a First-Class Citizen: When to Use It and When REST Still Wins
jamilxt
jamilxt
jamilxt
Follow
Sep 7
Spring Boot 4.1 Made gRPC a First-Class Citizen: When to Use It and When REST Still Wins
# java
# spring
# grpc
# microservices
1 reaction
Add Comment
7 min read
JWT aud Claim Bypass: Cross-Service Token Reuse in Microservice Architectures
Davi
Davi
Davi
Follow
Sep 6
JWT aud Claim Bypass: Cross-Service Token Reuse in Microservice Architectures
# cybersecurity
# kubernetes
# microservices
# security
Add Comment
6 min read
I Built a Microservice in 10 Minutes with GoFr (and Didn't Touch YAML)
Aarush Karak
Aarush Karak
Aarush Karak
Follow
Sep 5
I Built a Microservice in 10 Minutes with GoFr (and Didn't Touch YAML)
# opensource
# go
# gofr
# microservices
1 reaction
Add Comment
2 min read
Running a Live Media Monitoring Platform on Kubernetes
Syed Muhammad Jamal Uddin Gilani
Syed Muhammad Jamal Uddin Gilani
Syed Muhammad Jamal Uddin Gilani
Follow
Sep 5
Running a Live Media Monitoring Platform on Kubernetes
# devops
# microservices
# kubernetes
# socialmedia
1 reaction
Add Comment
4 min read
CloudFront podía exponer nuestra API REST en EKS. El problema era usarlo como API Gateway
Ruben Dario Naranjo
Ruben Dario Naranjo
Ruben Dario Naranjo
Follow
Sep 9
CloudFront podía exponer nuestra API REST en EKS. El problema era usarlo como API Gateway
# architecture
# aws
# kubernetes
# microservices
2 comments
7 min read
Modular Monoliths vs. Microservices: Strategic Architectures for Scalable Web Applications
Muhammad Tahir
Muhammad Tahir
Muhammad Tahir
Follow
Sep 5
Modular Monoliths vs. Microservices: Strategic Architectures for Scalable Web Applications
# systemarchitecture
# microservices
# modularmonolith
# scalability
Add Comment
9 min read
👋 Sign in for the ability to sort posts by relevant , latest , or top .
trending guides/resources
Spring Boot 4 vs Quarkus 3.27: Which Java Framework Should Run Your Next Service?
Building Scalable Microservices with NestJS: Architecture, Communication & Best Practices
Distributed Transactions: The Saga Pattern in Laravel 🎻
Cómo hicimos que saltarse la moderación fuera arquitectónicamente imposible
API Gateway with Ocelot in ASP.NET Core
Understanding the Core Concepts of an SQS Consumer
Kafka vs RabbitMQ vs NATS (2026): Performance, Use Cases, Latency, Throughput & Microservices
What Google's "Microservices Are Dead" Paper Actually Said (And What It Missed About AI)
Why Event-Driven Architecture Isn’t About Speed (and When You Actually Need It)
How I Tamed Legacy Docker (v1.29) for Multi-Stage Microservice Builds
Solon Cloud: The Distributed Toolkit That Doesn't Lock You In
Kubernetes Networking Was Easy — Until Production Got Real
Why Your Microservices Need Circuit Breakers (And How to Add Them)
Building Laravel NATS: A Modern, Production-Ready NATS Integration for Laravel
Microservices vs Modular Monolith in 2026: Which Architecture Actually Scales?
5 Angular Micro Frontend Mistakes That Only Show Up in Production
Channel<T> in .NET: Asynchronous Processing, In-Memory Queues, and Backpressure Control
Every Distributed Payment System Lies: How We Prevent Money Loss
Guiding Developers with Limited Cloud Knowledge to Learn Envoy for Microservices Load Balancing
Service Maps: The Architectural Clarity Your Team Is Missing
Keeping Services Loosely Coupled: A Practical Guide
Service-to-Service Communication in Microservices: What Every Developer Should Know
One Go codebase, two deploy modes: a monolith that becomes microservices without a rewrite
Microservices vs monolith
Building Microservices Like a Professional: Lessons I Wish I Learned Earlier
DEV Community — A space to discuss and keep up software development and manage your software career
*
Home
*
DEV Challenges
*
DEV++
*
Videos
*
DEV Education Tracks
*
DEV Help
*
Advertise on DEV
*
Organization Accounts
*
DEV Showcase
*
About
*
Contact
*
Free Postgres Database
*
DEV Shop
*
MLH
*
Code of Conduct
*
Privacy Policy
*
Terms of Use
Built on Forem — the open source software that powers DEV and other inclusive communities.
Made with love and Ruby on Rails . DEV Community (c) 2016 - 2026.
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account
Links found on this page
- Skip to content [direct]
- Powered by Algolia [direct]
- Log in [direct]
- Create account [direct]
- Create Post [direct]
- 2 [direct]
- 3 [direct]
- 4 [direct]
- 5 [direct]
- 6 [direct]
- 7 [direct]
- 8 [direct]
- 9 [direct]
- 75 [direct]
- 316 [direct]
- Keeping Services Loosely Coupled: A Practical Guide [direct]
- Tech Forge [direct]
- # architecture [direct]
- # softwareengineering [direct]
- # bestpractices [direct]
- Day 5 | gRPC and Protocol Buffers - A game changer [direct]
- Monirul Islam [direct]
- # grpc [direct]
- # backend [direct]
- # api [direct]
- Database-per-Service is a Trap: Try Logical Schemas [direct]
- Nainik Mehta [direct]
- # database [direct]
- Criei uma API gratuita para consultar a Lista Brasileira de Resíduos do IBAMA [direct]
- Luiz Filipe Tavares [direct]
- # braziliandevs [direct]
- Designing a Matching Engine in Rust: Price-Time Priority Without GC Pauses [direct]
- amBrain [direct]
- amBrain [direct]
- # rust [direct]
- # systemdesign [direct]
- Moleculer vs NestJS: which one, and when [direct]
- Icebob [direct]
- # node [direct]
- # nestjs [direct]
- # javascript [direct]
- Node.js microservices without Kubernetes (and without a platform team) [direct]
- Atomic Microservices: Transactional Outbox in Laravel 📦 [direct]
- Prajapati Paresh [direct]
- # laravel [direct]
- # php [direct]
- Week 12 of #100DaysOfCode: Exploring Spring Cloud and Microservices Infrastructure [direct]
- Onatade Abdulmajeed [direct]
- # 100daysofcode [direct]
- # java [direct]
- # spring [direct]
- Spring Boot 4.1 Made gRPC a First-Class Citizen: When to Use It and When REST Still Wins [direct]
- jamilxt [direct]
- JWT aud Claim Bypass: Cross-Service Token Reuse in Microservice Architectures [direct]
- Davi [direct]
- # cybersecurity [direct]
- # kubernetes [direct]
- # security [direct]
- I Built a Microservice in 10 Minutes with GoFr (and Didn't Touch YAML) [direct]
- Aarush Karak [direct]
- # opensource [direct]
- # go [direct]
- # gofr [direct]
- Running a Live Media Monitoring Platform on Kubernetes [direct]
- Syed Muhammad Jamal Uddin Gilani [direct]
- # devops [direct]
- # socialmedia [direct]
- CloudFront podía exponer nuestra API REST en EKS. El problema era usarlo como API Gateway [direct]
- Ruben Dario Naranjo [direct]
- # aws [direct]
- Modular Monoliths vs. Microservices: Strategic Architectures for Scalable Web Applications [direct]
- Muhammad Tahir [direct]
- # systemarchitecture [direct]
- # modularmonolith [direct]
- # scalability [direct]
- Spring Boot 4 vs Quarkus 3.27: Which Java Framework Should Run Your Next Service? [direct]
- Building Scalable Microservices with NestJS: Architecture, Communication & Best Practices [direct]
- Distributed Transactions: The Saga Pattern in Laravel 🎻 [direct]
- Cómo hicimos que saltarse la moderación fuera arquitectónicamente imposible [direct]
- API Gateway with Ocelot in ASP.NET Core [direct]
|
|