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.
Considerations for Developers Building Event-Driven Microservices 

Considerations for Developers Building Event-Driven Microservices 

13
Comments
5 min read
Microservices or just Cloud Native

Microservices or just Cloud Native

4
Comments
3 min read
Developer Care

Developer Care

12
Comments
8 min read
First glimpse of Ballerina language: The Language of Integration

First glimpse of Ballerina language: The Language of Integration

5
Comments
6 min read
Nginx: Everything about proxy_pass

Nginx: Everything about proxy_pass

377
Comments 28
7 min read
Using Apache Kafka to implement event-driven microservices

Using Apache Kafka to implement event-driven microservices

87
Comments 1
7 min read
SOLID Microservice?

SOLID Microservice?

4
Comments 1
1 min read
4 signs you should break your app into Microservices

4 signs you should break your app into Microservices

12
Comments
5 min read
So you want to learn Microservices?

So you want to learn Microservices?

151
Comments 5
25 min read
Angular + Docker... really?

Angular + Docker... really?

20
Comments 1
5 min read
Designing an API

Designing an API

69
Comments
9 min read
Microservces Anti-Patterns and Ten Tips To Fail Badly

Microservces Anti-Patterns and Ten Tips To Fail Badly

8
Comments
6 min read
Building microservices on .NET Core

Building microservices on .NET Core

59
Comments 3
2 min read
The difficulty with monitoring AWS Lambda functions (and how to solve it)

The difficulty with monitoring AWS Lambda functions (and how to solve it)

15
Comments 3
5 min read
How to Develop Microservices: 7 Event-Driven Considerations

How to Develop Microservices: 7 Event-Driven Considerations

29
Comments 2
7 min read
Microservices code coverage with Jacoco

Microservices code coverage with Jacoco

9
Comments
3 min read
What is cloud native?

What is cloud native?

43
Comments 3
1 min read
Multiple Apollo Clients in React

Multiple Apollo Clients in React

16
Comments
6 min read
How we Share and Reuse Code between Microservices

How we Share and Reuse Code between Microservices

38
Comments 2
5 min read
Building microservices, does size matter?

Building microservices, does size matter?

62
Comments 1
3 min read
My Top Software Architecture Resources

My Top Software Architecture Resources

45
Comments 2
3 min read
What I learned on my own | Implementing JWT Authentication on SailsJS (v1)

What I learned on my own | Implementing JWT Authentication on SailsJS (v1)

36
Comments 15
5 min read
A quick intro to Event-driven architecture and Microservices

A quick intro to Event-driven architecture and Microservices

12
Comments
1 min read
The 6 concepts you need to know before trying Serverless

The 6 concepts you need to know before trying Serverless

22
Comments
6 min read
An introduction to the container world with Docker

An introduction to the container world with Docker

9
Comments 4
11 min read
NodeJS Frameworks - The Whats and the Whys

NodeJS Frameworks - The Whats and the Whys

4
Comments 1
1 min read
Istio for everyone ⛵️💡🎉

Istio for everyone ⛵️💡🎉

61
Comments 2
7 min read
How to set up Java microservices with Istio service mesh on Kubernetes

How to set up Java microservices with Istio service mesh on Kubernetes

51
Comments 7
14 min read
From Monolith to Microservices in One Year

From Monolith to Microservices in One Year

249
Comments 13
6 min read
Exploring Microservices Architecture: What You Need to Know

Exploring Microservices Architecture: What You Need to Know

11
Comments 1
6 min read
Time to Step Up Your Microservices

Time to Step Up Your Microservices

5
Comments
5 min read
Osgood and CouchDB

Osgood and CouchDB

4
Comments
5 min read
Spring Boot Tutorial: Complete guide from development to deployment

Spring Boot Tutorial: Complete guide from development to deployment

13
Comments
1 min read
Microservices using Azure Functions and Event Grid 👍❤️

Microservices using Azure Functions and Event Grid 👍❤️

6
Comments
1 min read
Easy microservices with Kubernetes and Istio ✅ ☸️ ⛵️

Easy microservices with Kubernetes and Istio ✅ ☸️ ⛵️

171
Comments 2
11 min read
How we built a highly scalable distributed state machine

How we built a highly scalable distributed state machine

9
Comments
16 min read
Zeebe.io — a horizontally scalable distributed workflow engine

Zeebe.io — a horizontally scalable distributed workflow engine

5
Comments
11 min read
MoleculerJS starter with Typescript, TypeORM, Jest, Built-in CLI, Swagger, Docker and more!

MoleculerJS starter with Typescript, TypeORM, Jest, Built-in CLI, Swagger, Docker and more!

13
Comments
1 min read
Web Components Landscape in 2019

Web Components Landscape in 2019

6
Comments
8 min read
Leader election with Redlock.net

Leader election with Redlock.net

8
Comments
3 min read
Micro-frontend Architecture in Action with six ways.

Micro-frontend Architecture in Action with six ways.

287
Comments 5
28 min read
Do you really need microservices?

Do you really need microservices?

14
Comments
5 min read
Build Messaging Between Ruby/Rails Applications with ActiveMQ

Build Messaging Between Ruby/Rails Applications with ActiveMQ

28
Comments 2
6 min read
Java EE is dead, why still using it?

Java EE is dead, why still using it?

7
Comments 10
1 min read
Resilience Design Patterns: Retry, Fallback, Timeout, Circuit Breaker

Resilience Design Patterns: Retry, Fallback, Timeout, Circuit Breaker

129
Comments 4
9 min read
Introduction to the Envoy Proxy Load Balancing

Introduction to the Envoy Proxy Load Balancing

12
Comments 2
5 min read
Rocketsam - a CLI to create and deploy microservices in AWS

Rocketsam - a CLI to create and deploy microservices in AWS

10
Comments
1 min read
Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0

Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0

13
Comments
13 min read
Send mail easily! springboot, sendgrid and greenmail

Send mail easily! springboot, sendgrid and greenmail

5
Comments 1
3 min read
Deploying JHipster Microservices on Azure Kubernetes Service (AKS)

Deploying JHipster Microservices on Azure Kubernetes Service (AKS)

27
Comments 2
10 min read
Microservices: HTTP Requests vs Messaging

Microservices: HTTP Requests vs Messaging

13
Comments 5
1 min read
An Introduction to Spring Cloud Gateway

An Introduction to Spring Cloud Gateway

12
Comments
3 min read
Configure HttpClientFactory to Use Fiddler in .NET Core Microservices-based Docker Containers

Configure HttpClientFactory to Use Fiddler in .NET Core Microservices-based Docker Containers

8
Comments
3 min read
Resilience for Java microservices. Circuit Breaker with Resilience4j

Resilience for Java microservices. Circuit Breaker with Resilience4j

26
Comments
2 min read
Recipes for scalable, cost effective web apps in Heroku with npm, NodeJS

Recipes for scalable, cost effective web apps in Heroku with npm, NodeJS

7
Comments 4
8 min read
Create full Microservice stack using JHipster Domain Language under 30 minutes

Create full Microservice stack using JHipster Domain Language under 30 minutes

26
Comments 2
10 min read
Resilience pattern for Java microservices. The Circuit Breaker.

Resilience pattern for Java microservices. The Circuit Breaker.

23
Comments
2 min read
Taking open-bank-mark to The Dutch Clojure Meetup

Taking open-bank-mark to The Dutch Clojure Meetup

7
Comments
1 min read
Make GraphQL part of your (micro)services architecture

Make GraphQL part of your (micro)services architecture

48
Comments 1
3 min read
Just released: tsconfig-api

Just released: tsconfig-api

5
Comments
1 min read
loading...