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.
Comparing Micro-Frontends and Microservices. Questionnaire

Comparing Micro-Frontends and Microservices. Questionnaire

4
Comments
1 min read
Microservices features that make it ideal for your application

Microservices features that make it ideal for your application

3
Comments
3 min read
Understanding XA Transactions With Practical Examples in Go

Understanding XA Transactions With Practical Examples in Go

9
Comments
4 min read
Application deployment design

Application deployment design

2
Comments
1 min read
🎬 Ball Catcher: Part 1 | Create a hard real-time system, across multiple electronic boards with Luos.

🎬 Ball Catcher: Part 1 | Create a hard real-time system, across multiple electronic boards with Luos.

3
Comments 1
1 min read
Beginners guide to Azure App Service

Beginners guide to Azure App Service

3
Comments
2 min read
Implementing OpenTelemetry in a Rust application for performance monitoring 🚀

Implementing OpenTelemetry in a Rust application for performance monitoring 🚀

30
Comments
5 min read
Path-Based Routing in Render with Kong API Gateway

Path-Based Routing in Render with Kong API Gateway

10
Comments
8 min read
Implementing Event Driven Auto Scaling with Keda and Kubernetes

Implementing Event Driven Auto Scaling with Keda and Kubernetes

13
Comments
3 min read
Controlling access in service-to-service communications with Cognito - Part 1

Controlling access in service-to-service communications with Cognito - Part 1

20
Comments
6 min read
A notification architecture for social networks — send millions of notifications per day

A notification architecture for social networks — send millions of notifications per day

7
Comments
9 min read
Convert Luos information into JSON objects

Convert Luos information into JSON objects

3
Comments
1 min read
Notification Service Design - with diagrams

Notification Service Design - with diagrams

69
Comments
6 min read
What is Luos engine?

What is Luos engine?

4
Comments
1 min read
How we define and load configuration from files.

How we define and load configuration from files.

17
Comments
4 min read
We have created a community for developers of edge and embedded systems.

We have created a community for developers of edge and embedded systems.

8
Comments
1 min read
Implementing OpenTelemetry in a Gin application

Implementing OpenTelemetry in a Gin application

26
Comments
7 min read
Enhance FreeRTOS with Luos: Allow you to develop your projects using microservices

Enhance FreeRTOS with Luos: Allow you to develop your projects using microservices

6
Comments
1 min read
All the things getting out of a motor

All the things getting out of a motor

6
Comments 1
1 min read
My best practices on Go fuzzing

My best practices on Go fuzzing

20
Comments 4
9 min read
Service Alias

Service Alias

7
Comments
1 min read
A load shedding protector against bursting requests

A load shedding protector against bursting requests

10
Comments
10 min read
Develop your hardware product following microservices methodologies.

Develop your hardware product following microservices methodologies.

7
Comments
1 min read
The Value of Continuous Delivery

The Value of Continuous Delivery

9
Comments
5 min read
Scatter gather pattern ?

Scatter gather pattern ?

4
Comments
1 min read
Building Micro Frontend with React & Module Federation

Building Micro Frontend with React & Module Federation

9
Comments 1
7 min read
Microservices with express.js and rabbitmq

Microservices with express.js and rabbitmq

19
Comments 2
3 min read
OpenTelemetry vs OpenTracing - choosing one for instrumentation

OpenTelemetry vs OpenTracing - choosing one for instrumentation

27
Comments
3 min read
Distributed latency based time synchronization

Distributed latency based time synchronization

3
Comments 1
1 min read
Event Driven Architecture

Event Driven Architecture

4
Comments
3 min read
Building Microservices with Nest.js is that simple!

Building Microservices with Nest.js is that simple!

22
Comments 3
8 min read
Best practices on developing monolithic services in Go

Best practices on developing monolithic services in Go

73
Comments 3
7 min read
Service-to-Service Authorization: Non-User Principles

Service-to-Service Authorization: Non-User Principles

5
Comments
8 min read
Your First Topology detection

Your First Topology detection

4
Comments
1 min read
Chopping the monolith

Chopping the monolith

9
Comments
8 min read
Get Started with OpenTelemetry Node: A Practical Guide for Devs

Get Started with OpenTelemetry Node: A Practical Guide for Devs

7
Comments
9 min read
Serverless Migration

Serverless Migration

4
Comments
3 min read
24 microservices interview questions and answers to land that job

24 microservices interview questions and answers to land that job

43
Comments
7 min read
Application Logging and Production Monitoring

Application Logging and Production Monitoring

5
Comments
4 min read
A Kubernetes Love Story

A Kubernetes Love Story

4
Comments
1 min read
Announcing a Serverless Microservices Template with GraphQL

Announcing a Serverless Microservices Template with GraphQL

9
Comments 1
6 min read
A Developer's Guide to GitOps

A Developer's Guide to GitOps

7
Comments
8 min read
New to Docker? Try it out for free!

New to Docker? Try it out for free!

6
Comments
2 min read
Your first message: learn the message structure and how to send it

Your first message: learn the message structure and how to send it

7
Comments
1 min read
Kubernetes 101: A Beginner's Guide

Kubernetes 101: A Beginner's Guide

70
Comments 1
5 min read
Java Spring EventSourcing and CQRS Clean Architecture microservice 👋⚡️💫

Java Spring EventSourcing and CQRS Clean Architecture microservice 👋⚡️💫

29
Comments 1
14 min read
What to learn in 2022

What to learn in 2022

6
Comments
5 min read
How organize big projects in Laravel?

How organize big projects in Laravel?

8
Comments
3 min read
Monitor gRPC calls with OpenTelemetry - explained with a Golang example

Monitor gRPC calls with OpenTelemetry - explained with a Golang example

38
Comments
11 min read
Command Query Responsibility Segregation (CQRS)

Command Query Responsibility Segregation (CQRS)

6
Comments
2 min read
Converting path params to query params in Spring Cloud Gateway

Converting path params to query params in Spring Cloud Gateway

5
Comments
2 min read
Secure microservices with Kong and Ory

Secure microservices with Kong and Ory

7
Comments
7 min read
Meet Matrix: Postman’s Internal Tool for Working with Microservices

Meet Matrix: Postman’s Internal Tool for Working with Microservices

4
Comments
6 min read
How a team of two developers built 33 API projects in a year

How a team of two developers built 33 API projects in a year

4
Comments
3 min read
An Introduction to Canary Deployment Strategy

An Introduction to Canary Deployment Strategy

8
Comments
5 min read
Microservice Architecture Use Case- Virtual Goods

Microservice Architecture Use Case- Virtual Goods

3
Comments
8 min read
Getting Started with Docker Desktop

Getting Started with Docker Desktop

7
Comments
3 min read
Apache APISIX Ingress Controller Over the K8s Native Ingress

Apache APISIX Ingress Controller Over the K8s Native Ingress

7
Comments
5 min read
A Better Pattern than OutBox - 2-Phase Message

A Better Pattern than OutBox - 2-Phase Message

8
Comments
8 min read
Implement a timing wheel for millions of concurrent tasks.

Implement a timing wheel for millions of concurrent tasks.

24
Comments 7
6 min read
loading...