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.
webpack 5 Module Federation in 3 minutes

webpack 5 Module Federation in 3 minutes

4
Comments
1 min read
Hexagonal Architecture in Java

Hexagonal Architecture in Java

1
Comments
4 min read
gRPC reflection and Evans CLI

gRPC reflection and Evans CLI

30
Comments
5 min read
The how-to guide to microservices for startups

The how-to guide to microservices for startups

10
Comments
8 min read
Facts about Pacts

Facts about Pacts

5
Comments
4 min read
Microsoft + JAM = small sweet things

Microsoft + JAM = small sweet things

3
Comments
1 min read
Behaviour Driven Testing in Enterprise Applications

Behaviour Driven Testing in Enterprise Applications

6
Comments
5 min read
7 Steps to Web Application Security

7 Steps to Web Application Security

17
Comments
6 min read
If at first you don't get an answer...

If at first you don't get an answer...

76
Comments 4
10 min read
Getting Started with System Design!

Getting Started with System Design!

10
Comments
4 min read
O que é OpenTelemetry? Distributed Tracing - Observability numa arquitetura de micro serviços

O que é OpenTelemetry? Distributed Tracing - Observability numa arquitetura de micro serviços

8
Comments
3 min read
Simple caching service with Redis

Simple caching service with Redis

9
Comments
6 min read
How to integrate your Go service with ELK

How to integrate your Go service with ELK

9
Comments 2
13 min read
What I Learnt From Doing Remote Collaborative Modeling For the Past 6 weeks ?

What I Learnt From Doing Remote Collaborative Modeling For the Past 6 weeks ?

7
Comments 1
2 min read
Use these 3 pillars to break the Monolith

Use these 3 pillars to break the Monolith

8
Comments 2
9 min read
Remote Development Environments with PyCharm, Okteto and Kubernetes

Remote Development Environments with PyCharm, Okteto and Kubernetes

5
Comments
10 min read
API Calls with retries

API Calls with retries

5
Comments 2
1 min read
User authorization in micro-service architecture with JWT

User authorization in micro-service architecture with JWT

12
Comments
3 min read
Istio - An Introduction to service mesh and its dashboard

Istio - An Introduction to service mesh and its dashboard

10
Comments
6 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

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

Don't Do Microservices If You Can

14
Comments
3 min read
Implement bidirectional streaming gRPC - Go

Implement bidirectional streaming gRPC - Go

43
Comments
11 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

10
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

74
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

179
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
Process Mining: A Data-Driven Migration Strategy To Microservices

Process Mining: A Data-Driven Migration Strategy To Microservices

9
Comments
11 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

335
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

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

12
Comments
4 min read
loading...