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.
Implement bidirectional streaming gRPC - Go

Implement bidirectional streaming gRPC - Go

46
Comments
11 min read
Future of backend development

Future of backend development

25
Comments 7
2 min read
The price of software: Unit testing

The price of software: Unit testing

26
Comments 1
4 min read
Don't Do Microservices If You Can

Don't Do Microservices If You Can

14
Comments
3 min read
The how-to guide to microservices for startups

The how-to guide to microservices for startups

10
Comments
8 min read
Why are services slow sometimes?

Why are services slow sometimes?

178
Comments 8
10 min read
Node.js, its awesome!

Node.js, its awesome!

5
Comments
4 min read
Distributed API Documentation - How to Aggregate Swagger

Distributed API Documentation - How to Aggregate Swagger

7
Comments
4 min read
Why You Need A Microservice Catalog

Why You Need A Microservice Catalog

5
Comments
9 min read
Domain Driven Design for Highly Scalable applications

Domain Driven Design for Highly Scalable applications

21
Comments
6 min read
Getting The Most Out of Your Logs with ELK

Getting The Most Out of Your Logs with ELK

11
Comments
7 min read
How to build your first Micro Frontend with SSR in minutes

How to build your first Micro Frontend with SSR in minutes

11
Comments 1
4 min read
DynamoDB Client using Micronaut, Maven and GraalVM

DynamoDB Client using Micronaut, Maven and GraalVM

8
Comments
7 min read
Apache Kafka in a Nutshell

Apache Kafka in a Nutshell

6
Comments
1 min read
Upload file in chunks with client-streaming gRPC - Go

Upload file in chunks with client-streaming gRPC - Go

88
Comments
15 min read
Python Microservices, Part 4: API, Object, and Storage Data Models

Python Microservices, Part 4: API, Object, and Storage Data Models

5
Comments
1 min read
System Design Basics: Horizontal vs Vertical Scaling

System Design Basics: Horizontal vs Vertical Scaling

3
Comments
3 min read
Python Microservices, Part 3: Effective Canonical Logging across Services

Python Microservices, Part 3: Effective Canonical Logging across Services

5
Comments
1 min read
A Guide to automated testing for microservices

A Guide to automated testing for microservices

3
Comments
5 min read
Python Microservices, Part 2: Build and Test REST endpoints with Tornado

Python Microservices, Part 2: Build and Test REST endpoints with Tornado

4
Comments
1 min read
Python Microservices, Part 1: Choices, Key Concepts, and Project setup

Python Microservices, Part 1: Choices, Key Concepts, and Project setup

12
Comments
1 min read
What is Distributed Tracing?

What is Distributed Tracing?

39
Comments
7 min read
Instrumenting Software with Micrometer

Instrumenting Software with Micrometer

6
Comments
5 min read
A Journey From Monolith to Micro Everything

A Journey From Monolith to Micro Everything

9
Comments
3 min read
Building authentication for microservices using NestJS

Building authentication for microservices using NestJS

182
Comments 26
14 min read
Deploying Multi-Container Services on Azure Service Fabric

Deploying Multi-Container Services on Azure Service Fabric

12
Comments
6 min read
Managing Shared Components in Go Microservices with Fx

Managing Shared Components in Go Microservices with Fx

8
Comments
7 min read
The approaches and challenges of Micro Frontends. A theoretical introduction

The approaches and challenges of Micro Frontends. A theoretical introduction

8
Comments
9 min read
Introduction: API Gateway (Part 1)

Introduction: API Gateway (Part 1)

14
Comments
4 min read
Announcing the Docker Compose Specification

Announcing the Docker Compose Specification

2
Comments
1 min read
Microservice in Python using FastAPI

Microservice in Python using FastAPI

385
Comments 45
19 min read
The ultimate guide for Microservices’ design

The ultimate guide for Microservices’ design

64
Comments
8 min read
HL7 protocol decoder programming tutorial

HL7 protocol decoder programming tutorial

5
Comments 2
6 min read
Multi-stage Docker and Elixir releases

Multi-stage Docker and Elixir releases

32
Comments 3
3 min read
How to Deploy More Complex Microservice Apps with Managed Kubernetes

How to Deploy More Complex Microservice Apps with Managed Kubernetes

6
Comments
13 min read
4 ways to upload multipart file(s) in spring webflux

4 ways to upload multipart file(s) in spring webflux

3
Comments
1 min read
Why a distributed system (highly concurrent) is mostly asynchronous?

Why a distributed system (highly concurrent) is mostly asynchronous?

7
Comments 9
1 min read
Implement unary gRPC API in Go

Implement unary gRPC API in Go

38
Comments 1
15 min read
Microservices Architecture Tutorial: all you need to get started

Microservices Architecture Tutorial: all you need to get started

88
Comments 3
10 min read
Keep your service alive with a circuit breaker

Keep your service alive with a circuit breaker

14
Comments 6
6 min read
Is it okay if my app is not microservices-based?

Is it okay if my app is not microservices-based?

5
Comments 4
2 min read
Spring Boot: Auto Configuration and Projects

Spring Boot: Auto Configuration and Projects

14
Comments
4 min read
How to Consolidate API-Documentation in a Microservices Environment

How to Consolidate API-Documentation in a Microservices Environment

13
Comments 6
7 min read
Accessing Apache Kafka from Quarkus

Accessing Apache Kafka from Quarkus

7
Comments
4 min read
Challenges in Developing Microservices

Challenges in Developing Microservices

7
Comments
3 min read
NestJS - Microservices with Redis

NestJS - Microservices with Redis

53
Comments 1
3 min read
Monorepo and Microservice setup in Nest.js

Monorepo and Microservice setup in Nest.js

86
Comments 15
5 min read
GraphQL for server-side resource aggregation

GraphQL for server-side resource aggregation

14
Comments 2
3 min read
Using RabbitMQ for microservice architecture success - Guest Blog by API Fortress API

Using RabbitMQ for microservice architecture success - Guest Blog by API Fortress API

14
Comments
6 min read
Development of Reactive Applications with Quarkus

Development of Reactive Applications with Quarkus

17
Comments
5 min read
How do you document your Microservice cluster?

How do you document your Microservice cluster?

10
Comments
1 min read
Should I Use A Microservices Architecture?

Should I Use A Microservices Architecture?

391
Comments 9
10 min read
Serverless pitfalls & design principles for microservices

Serverless pitfalls & design principles for microservices

18
Comments
2 min read
Freelancing at it's best

Freelancing at it's best

13
Comments 1
5 min read
Should you migrate from monolith to microservices architecture?

Should you migrate from monolith to microservices architecture?

11
Comments
4 min read
Best practices while breaking down a monolith into microservices

Best practices while breaking down a monolith into microservices

22
Comments
2 min read
Golang, Microservices, and Monorepo

Golang, Microservices, and Monorepo

39
Comments 10
2 min read
How to Develop and Debug ASP.NET Core Applications in Kubernetes

How to Develop and Debug ASP.NET Core Applications in Kubernetes

7
Comments
6 min read
Spring @ConfigurationProperties annotation explained

Spring @ConfigurationProperties annotation explained

20
Comments 3
11 min read
Hello Istio!

Hello Istio!

7
Comments
3 min read
loading...