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.
InfluxDB 2.0 - Quickly Enabling TLS Encryption with Traefik

InfluxDB 2.0 - Quickly Enabling TLS Encryption with Traefik

4
Comments
7 min read
The Ruby Unbundled Series: Add Microservices to your Rails App in Minutes

The Ruby Unbundled Series: Add Microservices to your Rails App in Minutes

1
Comments 1
6 min read
Realtime channels ⚡- RPC, PUB/SUB at scale

Realtime channels ⚡- RPC, PUB/SUB at scale

25
Comments
3 min read
Let's Learn .NET - Microservices - Free Live Stream Event

Let's Learn .NET - Microservices - Free Live Stream Event

23
Comments
2 min read
Never write a UserService again

Never write a UserService again

3
Comments
10 min read
Moving from Salesforce Commerce Cloud to Microservices-Based Commerce

Moving from Salesforce Commerce Cloud to Microservices-Based Commerce

7
Comments 1
8 min read
Let's create microservices system from scratch - part 4

Let's create microservices system from scratch - part 4

4
Comments
4 min read
Microservices Observability on Kubernetes

Microservices Observability on Kubernetes

17
Comments 1
6 min read
Perseverance

Perseverance

3
Comments
4 min read
Microservices in Azure: an introduction

Microservices in Azure: an introduction

12
Comments
7 min read
Five books every serverless developer must read

Five books every serverless developer must read

73
Comments 3
5 min read
Redis Based Lightweight Microservices

Redis Based Lightweight Microservices

4
Comments
3 min read
Microservices vs APIs: One Doesn’t Always Imply the Other

Microservices vs APIs: One Doesn’t Always Imply the Other

11
Comments 1
7 min read
Choreography and Orchestration in Microservices Architecture

Choreography and Orchestration in Microservices Architecture

3
Comments
8 min read
Spring Cloud Config Server: Step by Step

Spring Cloud Config Server: Step by Step

26
Comments 13
5 min read
De-duping the Duplication in Services Featuring: Swagger/OpenAPI and AJV

De-duping the Duplication in Services Featuring: Swagger/OpenAPI and AJV

6
Comments
6 min read
Usando AWS S3 en local con LocalStack

Usando AWS S3 en local con LocalStack

28
Comments 1
6 min read
On .NET Episode: Building microservices with Tye

On .NET Episode: Building microservices with Tye

4
Comments
1 min read
JWT Implementation in Go

JWT Implementation in Go

9
Comments
3 min read
Microservices vs modular monolithic

Microservices vs modular monolithic

3
Comments 1
2 min read
Microservices End to End In-transit Encryption on EKS with Istio & ACM

Microservices End to End In-transit Encryption on EKS with Istio & ACM

11
Comments 1
6 min read
Resilience4j, the path beyond Hystrix

Resilience4j, the path beyond Hystrix

15
Comments
9 min read
A Comprehensive Guide to Distributed Systems

A Comprehensive Guide to Distributed Systems

20
Comments
17 min read
JWT authentication in Expresswebjs

JWT authentication in Expresswebjs

7
Comments
4 min read
How to Reduce RAM Consumption by X6 When Using ts-node

How to Reduce RAM Consumption by X6 When Using ts-node

36
Comments 3
3 min read
A Study In Reliable Messaging Without Distributed Transactions

A Study In Reliable Messaging Without Distributed Transactions

8
Comments
3 min read
Authentication & Authorization in Microservices Architecture - Part I

Authentication & Authorization in Microservices Architecture - Part I

377
Comments 28
6 min read
What are Microservices? Microservice Architectures vs Monolithic Architectures

What are Microservices? Microservice Architectures vs Monolithic Architectures

5
Comments
1 min read
Not another logger!

Not another logger!

5
Comments
4 min read
Micro service architecture in .NetCore

Micro service architecture in .NetCore

12
Comments
2 min read
Spring Cloud Sleuth in action

Spring Cloud Sleuth in action

9
Comments
5 min read
Go & Kubernetes: Rapidly Developing Golang Microservices

Go & Kubernetes: Rapidly Developing Golang Microservices

12
Comments
5 min read
API-Log Management | ETL -Vector | Searching and Debugging in Production :

API-Log Management | ETL -Vector | Searching and Debugging in Production :

6
Comments
5 min read
Developing Python Applications on Kubernetes

Developing Python Applications on Kubernetes

7
Comments
6 min read
Lifeway's Event Driven Architecture

Lifeway's Event Driven Architecture

6
Comments
4 min read
Step by Step Guide to install Istio Service Mesh in Kubernetes

Step by Step Guide to install Istio Service Mesh in Kubernetes

54
Comments 1
4 min read
Apache Kafka: What is and how it works

Apache Kafka: What is and how it works

6
Comments 1
8 min read
Going Serverless for the Simple Architecture.

Going Serverless for the Simple Architecture.

15
Comments 2
8 min read
Building a microservice in Perl, part 1: Designing the API

Building a microservice in Perl, part 1: Designing the API

18
Comments
3 min read
How Chaos Engineering Practices Will Help You Design Better Software

How Chaos Engineering Practices Will Help You Design Better Software

14
Comments
8 min read
A Cross-platform Azure Service Bus explorer

A Cross-platform Azure Service Bus explorer

7
Comments
1 min read
Microservices Patterns: Orchestration and Choreography

Microservices Patterns: Orchestration and Choreography

66
Comments
3 min read
Spring Boot Configuration and Secret Management Patterns on Kubernetes

Spring Boot Configuration and Secret Management Patterns on Kubernetes

2
Comments
7 min read
Messaging: an Introduction

Messaging: an Introduction

29
Comments
8 min read
Circuit Breaker Pattern in Nutshell

Circuit Breaker Pattern in Nutshell

5
Comments
2 min read
4 Microservices Caching Patterns at Wix

4 Microservices Caching Patterns at Wix

1
Comments
1 min read
On messaging and embedded messaging

On messaging and embedded messaging

4
Comments
3 min read
Using Feature Flags aka Feature Toggles in Microservices and DevOps - AWS/Azure or On-Prem

Using Feature Flags aka Feature Toggles in Microservices and DevOps - AWS/Azure or On-Prem

13
Comments 1
7 min read
Securing a Go Microservice with JWT

Securing a Go Microservice with JWT

6
Comments
9 min read
Developing REST APIs with ExpressWebJs v2(A Nodejs Framework) part 1.

Developing REST APIs with ExpressWebJs v2(A Nodejs Framework) part 1.

15
Comments
4 min read
Microservices in Go using the Go kit

Microservices in Go using the Go kit

59
Comments 1
8 min read
Getting started with KrakenD on Kubernetes / AKS

Getting started with KrakenD on Kubernetes / AKS

18
Comments
12 min read
Let's create microservices system from scratch - part 3

Let's create microservices system from scratch - part 3

6
Comments
5 min read
Why and How to Implement Microservice Messaging in Kubernetes

Why and How to Implement Microservice Messaging in Kubernetes

14
Comments 1
5 min read
Why do we need the JSON Web Token (JWT) in the modern web?

Why do we need the JSON Web Token (JWT) in the modern web?

15
Comments 1
8 min read
HandsOn Microservices Tutorial - Episode 1

HandsOn Microservices Tutorial - Episode 1

5
Comments 1
1 min read
How to Backup your Applications Data to S3 with Walrus

How to Backup your Applications Data to S3 with Walrus

6
Comments
2 min read
How To Create a Spring Boot Project

How To Create a Spring Boot Project

2
Comments
3 min read
Guiding principles to build scalable microservices architectures

Guiding principles to build scalable microservices architectures

11
Comments
8 min read
Introduction to API Gateway

Introduction to API Gateway

3
Comments
2 min read
loading...