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

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Building my own Zero Dawn platform

Building my own Zero Dawn platform

1
Comments
3 min read
Mastering Multi-Tenant Architecture with .NET 8 Minimal APIs: A Complete Guide for Scalable SaaS Applications

Mastering Multi-Tenant Architecture with .NET 8 Minimal APIs: A Complete Guide for Scalable SaaS Applications

4
Comments 1
4 min read
Orchestration vs. Choreography: Understanding Two Approaches in System Integration

Orchestration vs. Choreography: Understanding Two Approaches in System Integration

Comments
2 min read
Our Rust Crate just cleared 10K downloads

Our Rust Crate just cleared 10K downloads

Comments
1 min read
Perfect Microservices

Perfect Microservices

Comments
1 min read
🚀 Building a REST API in Go: A Step-by-Step Guide

🚀 Building a REST API in Go: A Step-by-Step Guide

2
Comments
3 min read
Microservice Testing Strategies: Ensuring Robust and Reliable Systems

Microservice Testing Strategies: Ensuring Robust and Reliable Systems

Comments
2 min read
The Struggle for Microservice Integration Testing

The Struggle for Microservice Integration Testing

Comments
9 min read
Microservices Made Simple with Ballerina: The Future of Distributed Systems

Microservices Made Simple with Ballerina: The Future of Distributed Systems

1
Comments
3 min read
Event-Driven AWS: Implementing Choreography Pattern

Event-Driven AWS: Implementing Choreography Pattern

1
Comments
3 min read
How to Integrate RabbitMQ with .NET: Practical Guide, Routing Patterns, and Error Handling

How to Integrate RabbitMQ with .NET: Practical Guide, Routing Patterns, and Error Handling

1
Comments
4 min read
Resilience Strategies for Microservices

Resilience Strategies for Microservices

Comments
8 min read
Are Microservices the Right Choice for You?

Are Microservices the Right Choice for You?

Comments
4 min read
Are Microservices the Right Choice for You?

Are Microservices the Right Choice for You?

1
Comments
4 min read
Remote debugging Go App

Remote debugging Go App

Comments
4 min read
CI/CD in Azure DevOps for .NET Microservices Product Order Services

CI/CD in Azure DevOps for .NET Microservices Product Order Services

3
Comments 2
3 min read
Event-Driven Architecture: Do you need other service’s data in microservice architecture

Event-Driven Architecture: Do you need other service’s data in microservice architecture

Comments
8 min read
Microservices vs. Monolithic Architecture in .NET Applications

Microservices vs. Monolithic Architecture in .NET Applications

Comments
3 min read
Health Checks in ASP.NET Core for .NET Microservices with Actuator

Health Checks in ASP.NET Core for .NET Microservices with Actuator

Comments
3 min read
Database sharding

Database sharding

1
Comments
8 min read
Quickly and easily implement a high-performance e-commerce system by sponge+dtm

Quickly and easily implement a high-performance e-commerce system by sponge+dtm

Comments
8 min read
Combining Repository and Event-Driven Patterns

Combining Repository and Event-Driven Patterns

1
Comments 2
2 min read
Building Scalable Microservices with GoLang: Lessons from Real-World Implementations

Building Scalable Microservices with GoLang: Lessons from Real-World Implementations

1
Comments 2
4 min read
FastAPI: How to use Pydantic to declare Query Parameters

FastAPI: How to use Pydantic to declare Query Parameters

3
Comments
4 min read
Scale Nodejs Application with APM Tools

Scale Nodejs Application with APM Tools

2
Comments
2 min read
Debugging Distributed Systems

Debugging Distributed Systems

1
Comments
9 min read
Desvendando os Padrões de Projeto para Microservices: Como Potencializar sua Arquitetura

Desvendando os Padrões de Projeto para Microservices: Como Potencializar sua Arquitetura

Comments
8 min read
Dapr in the cloud with Catalyst public beta

Dapr in the cloud with Catalyst public beta

1
Comments
3 min read
# Day 3: Monolithic vs. Microservices Architecture: A Detailed Comparison

# Day 3: Monolithic vs. Microservices Architecture: A Detailed Comparison

Comments
5 min read
API Gateway: The Practical Playbook

API Gateway: The Practical Playbook

3
Comments
5 min read
Top 7 Microservices Design Patterns You Should Know

Top 7 Microservices Design Patterns You Should Know

Comments
4 min read
Environment Replication Doesn’t Work for Microservices

Environment Replication Doesn’t Work for Microservices

Comments
8 min read
Java library for developing backend with reactive programming

Java library for developing backend with reactive programming

2
Comments
3 min read
Amazon SQS vs. Amazon SNS: Choosing the Right Tool for Your Use Case

Amazon SQS vs. Amazon SNS: Choosing the Right Tool for Your Use Case

Comments
4 min read
Introduction to System Design: A Beginner-Friendly Guide

Introduction to System Design: A Beginner-Friendly Guide

5
Comments
6 min read
Microservices Design Aspects

Microservices Design Aspects

1
Comments
2 min read
14 Must Know Microservices Design Principles

14 Must Know Microservices Design Principles

Comments
13 min read
Microservices vs. Monolith: Which Architecture is Best for Your SaaS Product?

Microservices vs. Monolith: Which Architecture is Best for Your SaaS Product?

Comments
5 min read
NestJS Microservices

NestJS Microservices

1
Comments
2 min read
Top Principles of API Design: Build Robust, Scalable, and Efficient APIs

Top Principles of API Design: Build Robust, Scalable, and Efficient APIs

Comments
11 min read
Simple docker deploy on gcp

Simple docker deploy on gcp

Comments
5 min read
Top Observability Best Practices for Microservices

Top Observability Best Practices for Microservices

3
Comments 1
4 min read
Next goal

Next goal

Comments
1 min read
Building a Microservices Architecture with Node.js and RabbitMQ

Building a Microservices Architecture with Node.js and RabbitMQ

Comments
6 min read
Blinking Fast Api's

Blinking Fast Api's

1
Comments
7 min read
Local Kubernetes Cluster - External traffic without Ingress Using Kftray

Local Kubernetes Cluster - External traffic without Ingress Using Kftray

2
Comments
5 min read
Testing Event-Driven Architectures with Signadot

Testing Event-Driven Architectures with Signadot

Comments
8 min read
15 Tips for .NET 8 Microservices Performance Optimization

15 Tips for .NET 8 Microservices Performance Optimization

5
Comments
5 min read
gRPC and Go: Building High-Performance Web Services

gRPC and Go: Building High-Performance Web Services

Comments
3 min read
Seamless Transformation: Successfully Transitioning from Monolith to Microservices Architecture

Seamless Transformation: Successfully Transitioning from Monolith to Microservices Architecture

Comments
18 min read
Securing Microservices on AWS: Cybersecurity Considerations

Securing Microservices on AWS: Cybersecurity Considerations

Comments
13 min read
Building Resilient Applications: Insights into Scalability and Distributed Systems

Building Resilient Applications: Insights into Scalability and Distributed Systems

Comments
5 min read
Leveraging Ocelot API Gateway for Seamless Microservices Communication in My Latest .NET Project

Leveraging Ocelot API Gateway for Seamless Microservices Communication in My Latest .NET Project

Comments
3 min read
10 microservices design patterns for better architecture

10 microservices design patterns for better architecture

1
Comments
9 min read
The 6 Principles of Microservices Architecture

The 6 Principles of Microservices Architecture

1
Comments
7 min read
The Best Microservices Design Patterns Explained Like You’re Ordering Pizza

The Best Microservices Design Patterns Explained Like You’re Ordering Pizza

17
Comments 11
6 min read
Understanding Microservice Architecture

Understanding Microservice Architecture

2
Comments
1 min read
Understanding Authentication and Authorization in Microservices

Understanding Authentication and Authorization in Microservices

2
Comments
5 min read
Unlocking the Power of Node.js: 7 Essential Tips for Building Scalable Backend Systems

Unlocking the Power of Node.js: 7 Essential Tips for Building Scalable Backend Systems

1
Comments
3 min read
🏗️ Monolith vs Microservices: Which Architecture is Best for Your App? 🤔

🏗️ Monolith vs Microservices: Which Architecture is Best for Your App? 🤔

Comments
3 min read
loading...