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.
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

431
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

6
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

39
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

15
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

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

Monorepo and Microservice setup in Nest.js

87
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
Boring is the new Black

Boring is the new Black

10
Comments 2
6 min read
Spring @ConfigurationProperties annotation explained

Spring @ConfigurationProperties annotation explained

21
Comments 3
11 min read
Hello Istio!

Hello Istio!

7
Comments
3 min read
Spring @Value annotation tricks

Spring @Value annotation tricks

34
Comments 7
6 min read
Lessons for architectural design from Netflix

Lessons for architectural design from Netflix

28
Comments 2
2 min read
Spring Microservices

Spring Microservices

10
Comments
8 min read
Securing gRPC-based Microservices in .NET Core

Securing gRPC-based Microservices in .NET Core

7
Comments
1 min read
Protocol buffer deep-dive

Protocol buffer deep-dive

37
Comments 3
12 min read
How open-source developers can earn income each time their microservices are used by others

How open-source developers can earn income each time their microservices are used by others

9
Comments 2
2 min read
NestJs +MongoDB + GraphQL - All the basics you want to know

NestJs +MongoDB + GraphQL - All the basics you want to know

10
Comments
3 min read
Async Rest Client to DynamoDB using Spring Boot

Async Rest Client to DynamoDB using Spring Boot

8
Comments
5 min read
How to Design a Web Application: Software Architecture 101

How to Design a Web Application: Software Architecture 101

868
Comments 2
14 min read
Microservices, Containers, and Kubernetes

Microservices, Containers, and Kubernetes

33
Comments
5 min read
AsyncAPI for documentation and validation of event-driven architecture

AsyncAPI for documentation and validation of event-driven architecture

18
Comments 3
4 min read
(Rust-lang) Creating a simple TODO service with Actix [Video] - Part 3

(Rust-lang) Creating a simple TODO service with Actix [Video] - Part 3

5
Comments
1 min read
Why do we microservice?

Why do we microservice?

12
Comments
3 min read
The complete gRPC course [Protobuf + Go + Java]

The complete gRPC course [Protobuf + Go + Java]

101
Comments 1
2 min read
What is a Kubernetes Pod?

What is a Kubernetes Pod?

7
Comments 1
3 min read
Should your product be using Microservices architecture ?

Should your product be using Microservices architecture ?

50
Comments
6 min read
New PHP framework for creating microservices

New PHP framework for creating microservices

9
Comments 6
4 min read
(Rust-lang) Creating a simple TODO service with Actix [Video] - Part 2

(Rust-lang) Creating a simple TODO service with Actix [Video] - Part 2

10
Comments 3
1 min read
JHipster Crash Course

JHipster Crash Course

19
Comments 4
5 min read
Implementing Message Outbox Pattern with Oban

Implementing Message Outbox Pattern with Oban

14
Comments
5 min read
Monolithic vs Microservices: pros and cons

Monolithic vs Microservices: pros and cons

54
Comments 8
3 min read
Building Cloud native apps: Intro to Open Application Model and Rudr

Building Cloud native apps: Intro to Open Application Model and Rudr

12
Comments
5 min read
The Dark Side of Microservices

The Dark Side of Microservices

113
Comments 5
5 min read
How to use Amazon SQS and SNS for inter-service communication - Part 2

How to use Amazon SQS and SNS for inter-service communication - Part 2

20
Comments
6 min read
What's your most up-to-date opinion on "monolith vs microservices"?

What's your most up-to-date opinion on "monolith vs microservices"?

45
Comments 15
1 min read
Demo of multistage/canary CI/CD and cloud automation for microservices

Demo of multistage/canary CI/CD and cloud automation for microservices

8
Comments
1 min read
loading...