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.
How to (performance) test a gRPC service

How to (performance) test a gRPC service

7
Comments
3 min read
Let's create microservices system from scratch - part 2

Let's create microservices system from scratch - part 2

4
Comments
5 min read
Microservices Registration and Discovery using Spring Cloud and Eureka

Microservices Registration and Discovery using Spring Cloud and Eureka

7
Comments
9 min read
What do you think of the Serverless Framework?

What do you think of the Serverless Framework?

11
Comments 12
1 min read
Headless Commerce: How Amazon Steals Christmas

Headless Commerce: How Amazon Steals Christmas

2
Comments
6 min read
Top 21 Spring Boot Interview Questions

Top 21 Spring Boot Interview Questions

103
Comments 7
9 min read
Building cloud native apps: Architecture

Building cloud native apps: Architecture

4
Comments
5 min read
Go, RabbitMQ and gRPC Clean Architecture microservice 💫👋

Go, RabbitMQ and gRPC Clean Architecture microservice 💫👋

38
Comments 1
10 min read
Let's create microservices system from scratch - series intro

Let's create microservices system from scratch - series intro

11
Comments
3 min read
Glosario básico DevOps [ES]

Glosario básico DevOps [ES]

3
Comments
7 min read
Containers Vs Virtual Machines: Know the difference

Containers Vs Virtual Machines: Know the difference

4
Comments
3 min read
OpenSleigh: a Saga management library for .NET Core

OpenSleigh: a Saga management library for .NET Core

1
Comments
2 min read
Migration to Microservices with Strangler Fig Approach

Migration to Microservices with Strangler Fig Approach

2
Comments
1 min read
5 Reasons to use GraphQL at Your Company

5 Reasons to use GraphQL at Your Company

2
Comments
6 min read
Things that are wrong with Terraform

Things that are wrong with Terraform

12
Comments
3 min read
Deployment of multiple apps on Kubernetes cluster — Walkthrough

Deployment of multiple apps on Kubernetes cluster — Walkthrough

30
Comments 1
17 min read
5 Things Every Apache Kafka Developer Should Know

5 Things Every Apache Kafka Developer Should Know

34
Comments
21 min read
Serverless and microservices are... pretty much the same?

Serverless and microservices are... pretty much the same?

4
Comments 1
5 min read
Microservices and Bounded Context

Microservices and Bounded Context

7
Comments 1
1 min read
Micro Frontends Patterns#11: Edge Side Composition

Micro Frontends Patterns#11: Edge Side Composition

4
Comments
2 min read
The Simple Guide to Message Queues

The Simple Guide to Message Queues

16
Comments 1
7 min read
Introduction to Kubernetes: what problems does it solve?

Introduction to Kubernetes: what problems does it solve?

59
Comments 1
17 min read
Redis, Kafka or RabbitMQ: Which MicroServices Message Broker To Choose?

Redis, Kafka or RabbitMQ: Which MicroServices Message Broker To Choose?

171
Comments 10
5 min read
Microservices Design - API Gateway Pattern

Microservices Design - API Gateway Pattern

27
Comments 2
7 min read
Infrastructure Engineering - The Kubernetes Way

Infrastructure Engineering - The Kubernetes Way

19
Comments
15 min read
API Authentication :  Creating service client API keys

API Authentication :  Creating service client API keys

17
Comments 1
3 min read
The Microservice Architecture Perspective

The Microservice Architecture Perspective

8
Comments
7 min read
Micro frontends: my lessons learned

Micro frontends: my lessons learned

364
Comments 23
12 min read
Mezon wrapper for processing HTTP requests

Mezon wrapper for processing HTTP requests

7
Comments
2 min read
Migration from Mulesoft to Kumologica— Part 1

Migration from Mulesoft to Kumologica— Part 1

3
Comments
4 min read
How to Mock a RESTful Microservice

How to Mock a RESTful Microservice

7
Comments 2
3 min read
Micro Frontends Patterns#9: Client Side Composition

Micro Frontends Patterns#9: Client Side Composition

15
Comments
3 min read
Confluent: Developing a Streaming Microservices Application - Kafka

Confluent: Developing a Streaming Microservices Application - Kafka

9
Comments
1 min read
How to run database, backend and frontend in a single-click with Docker Compose

How to run database, backend and frontend in a single-click with Docker Compose

86
Comments 4
8 min read
Go gRPC Clean architecture microservice with Prometheus, Grafana monitoring and Jaeger opentracing ⚡️

Go gRPC Clean architecture microservice with Prometheus, Grafana monitoring and Jaeger opentracing ⚡️

28
Comments 2
8 min read
A different approach to User Sessions in Microservices using Redis

A different approach to User Sessions in Microservices using Redis

31
Comments 8
6 min read
Micro Frontends Patterns#8: Unified SPA

Micro Frontends Patterns#8: Unified SPA

7
Comments
2 min read
Micro Frontends Patterns#7: Linked Application

Micro Frontends Patterns#7: Linked Application

6
Comments
2 min read
Micro Frontends Patterns#6: Isomorphic JavaScript

Micro Frontends Patterns#6: Isomorphic JavaScript

17
Comments 2
3 min read
Integrando TestContainers en el contexto de Spring en nuestros tests

Integrando TestContainers en el contexto de Spring en nuestros tests

17
Comments
14 min read
Micro Frontends Patterns#5: Microservice Architecture

Micro Frontends Patterns#5: Microservice Architecture

10
Comments
4 min read
Micro Frontends Patterns#4: JAMstack

Micro Frontends Patterns#4: JAMstack

31
Comments 2
4 min read
APIs vs Microservices

APIs vs Microservices

5
Comments
4 min read
TDD Part 1: Why Should I?

TDD Part 1: Why Should I?

14
Comments 11
3 min read
ASP.NET Core structured logging - introduction

ASP.NET Core structured logging - introduction

6
Comments
2 min read
Micro Frontends Patterns#1: Introduction

Micro Frontends Patterns#1: Introduction

82
Comments
2 min read
How big or small should microservices be?

How big or small should microservices be?

9
Comments 7
1 min read
Micro Frontends Patterns#3: Monolithic Application

Micro Frontends Patterns#3: Monolithic Application

7
Comments
3 min read
Micro Frontends Patterns#2: MFE in 3 minutes

Micro Frontends Patterns#2: MFE in 3 minutes

11
Comments
2 min read
Set up real-time error notifications for your python applications in 15 minutes or less

Set up real-time error notifications for your python applications in 15 minutes or less

13
Comments
4 min read
Getting Started with AWS API Gateway

Getting Started with AWS API Gateway

13
Comments
8 min read
Testing Microservices: A Layered Testing Strategy

Testing Microservices: A Layered Testing Strategy

9
Comments 2
8 min read
Set up real-time error notifications for your Node.js applications in 15 minutes or less

Set up real-time error notifications for your Node.js applications in 15 minutes or less

8
Comments 1
4 min read
Good and Bad Monolith

Good and Bad Monolith

33
Comments 1
4 min read
Implementing circuit breaker pattern from scratch in Python

Implementing circuit breaker pattern from scratch in Python

8
Comments
10 min read
Dealing with data in microservice architectures - part 2 - synchronous calls

Dealing with data in microservice architectures - part 2 - synchronous calls

10
Comments
8 min read
Migration from Mulesoft to Kumologica — Part 2

Migration from Mulesoft to Kumologica — Part 2

6
Comments
7 min read
You Aren’t Gonna Need Microservices

You Aren’t Gonna Need Microservices

10
Comments 4
5 min read
An Introduction to Cloud-Native DevOps

An Introduction to Cloud-Native DevOps

30
Comments
6 min read
An easy way to a highly available service with Kubernetes probes, Kotlin and Helm

An easy way to a highly available service with Kubernetes probes, Kotlin and Helm

9
Comments
7 min read
loading...