DEV Community

Architecture

The fundamental structures of a software system.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
LRU Cache: From implementation to efficiency

LRU Cache: From implementation to efficiency

Comments
5 min read
Enhancing Business Logic with PlantUML and EventStorming

Enhancing Business Logic with PlantUML and EventStorming

Comments
8 min read
Decision Archeology: Using ADRs with Existing Products

Decision Archeology: Using ADRs with Existing Products

2
Comments
6 min read
Database Isolation Levels: A Practical Guide

Database Isolation Levels: A Practical Guide

Comments 1
12 min read
Monolithic Architecture in .NET

Monolithic Architecture in .NET

1
Comments 2
3 min read
The Sequential Convoy Pattern

The Sequential Convoy Pattern

Comments
5 min read
Constraint-based Design

Constraint-based Design

1
Comments
3 min read
What I got from Clean Architecture as a FE... (1-5)

What I got from Clean Architecture as a FE... (1-5)

Comments
3 min read
When to use serverless?

When to use serverless?

27
Comments 2
5 min read
Designing Resilient and Scalable Architectures in React Projects

Designing Resilient and Scalable Architectures in React Projects

Comments
2 min read
Threading vs Asyncio vs Multiprocessing

Threading vs Asyncio vs Multiprocessing

5
Comments
3 min read
RAG for Real - Gotchas to consider before building your app

RAG for Real - Gotchas to consider before building your app

Comments
7 min read
The Sidecar Pattern explained in 5 minutes

The Sidecar Pattern explained in 5 minutes

Comments
2 min read
Dev/prod parity - The Twelve Factor App Methodology

Dev/prod parity - The Twelve Factor App Methodology

2
Comments
2 min read
Port binding - The Twelve Factor App Methodology

Port binding - The Twelve Factor App Methodology

Comments
2 min read
Simplifying Links: A Deep Dive into URL Shortener System Architecture

Simplifying Links: A Deep Dive into URL Shortener System Architecture

Comments
7 min read
What’s the most important part of Event-Driven Architecture?

What’s the most important part of Event-Driven Architecture?

Comments
3 min read
Monolithic or Microservices?

Monolithic or Microservices?

49
Comments 9
5 min read
I challenged Amazon Q with 3 cloud architecture questions

I challenged Amazon Q with 3 cloud architecture questions

5
Comments
13 min read
Além dos Templates: Uma Crítica Construtiva à Arquitetura Limpa e a Adaptação Pragmática no Design de Software

Além dos Templates: Uma Crítica Construtiva à Arquitetura Limpa e a Adaptação Pragmática no Design de Software

26
Comments 4
10 min read
Trade-Offs When Designing Workloads in AWS

Trade-Offs When Designing Workloads in AWS

4
Comments
6 min read
Conways Law and Ownership

Conways Law and Ownership

3
Comments
2 min read
Demystifying CQRS for Junior Developers: A Friendly Guide

Demystifying CQRS for Junior Developers: A Friendly Guide

Comments
3 min read
GoF-Iterator Pattern

GoF-Iterator Pattern

Comments
3 min read
Navigating the Multi-Platform Maze: Engineering Challenges Unraveled

Navigating the Multi-Platform Maze: Engineering Challenges Unraveled

Comments
5 min read
The Retry Pattern and Retry Storm Anti-pattern

The Retry Pattern and Retry Storm Anti-pattern

Comments
7 min read
Disposability - The Twelve Factor App Methodology

Disposability - The Twelve Factor App Methodology

2
Comments 2
2 min read
Choosing the best architecture for your software

Choosing the best architecture for your software

22
Comments 2
2 min read
Decoding Excellence: Blueprinting a File-Sharing Service Inspired by Google Drive and Dropbox

Decoding Excellence: Blueprinting a File-Sharing Service Inspired by Google Drive and Dropbox

Comments
5 min read
S.O.L.I.D: The 5 Golden Rules to Level Up Your Coding Skills

S.O.L.I.D: The 5 Golden Rules to Level Up Your Coding Skills

133
Comments 11
9 min read
What is Software Architecture?

What is Software Architecture?

22
Comments 1
2 min read
Implement REST async request-reply pattern in .Net 8

Implement REST async request-reply pattern in .Net 8

1
Comments
3 min read
Guide to Setting Up Prettier, Airbnb ESLint, and Husky for Your Next Project

Guide to Setting Up Prettier, Airbnb ESLint, and Husky for Your Next Project

4
Comments
4 min read
Hexagonal Architecture for Dummies by a Dummy

Hexagonal Architecture for Dummies by a Dummy

18
Comments 3
6 min read
Teach Me How To PubSub

Teach Me How To PubSub

Comments
3 min read
Saga Pattern - An overview with use case

Saga Pattern - An overview with use case

Comments
7 min read
Structure Your Project Standartly, Enough Classic Ways!

Structure Your Project Standartly, Enough Classic Ways!

Comments
5 min read
The Asynchronous Request-Reply pattern

The Asynchronous Request-Reply pattern

Comments
5 min read
Choosing an orchestrator for multi-tenant code execution system

Choosing an orchestrator for multi-tenant code execution system

18
Comments
14 min read
Signals & Hooks vs Observables

Signals & Hooks vs Observables

Comments
2 min read
The Secret to Mastering Distributed Systems: CAP Theorem and Its Extensions

The Secret to Mastering Distributed Systems: CAP Theorem and Its Extensions

Comments
1 min read
Choosing Between a Streaming Database and a Stream Processing Framework in Python

Choosing Between a Streaming Database and a Stream Processing Framework in Python

7
Comments 1
7 min read
Backing Services - The Twelve Factor App Methodology

Backing Services - The Twelve Factor App Methodology

2
Comments
2 min read
Reactivity Practicality in Popular JS Libraries

Reactivity Practicality in Popular JS Libraries

13
Comments 1
6 min read
Evolutive Design: A new approach to conceive complex system.

Evolutive Design: A new approach to conceive complex system.

Comments
7 min read
Composition over Inheritance 👾🕹️

Composition over Inheritance 👾🕹️

Comments
4 min read
Concurrency - The Twelve Factor App Methodology

Concurrency - The Twelve Factor App Methodology

Comments
2 min read
Clean Architecture In Enterprise Application

Clean Architecture In Enterprise Application

4
Comments
4 min read
GoF-State Pattern

GoF-State Pattern

2
Comments
4 min read
Microservices Architecture - A Beginner-friendly overview

Microservices Architecture - A Beginner-friendly overview

2
Comments
3 min read
A practical approach to structuring Golang apps

A practical approach to structuring Golang apps

1
Comments 1
22 min read
How We Reorganised Engineering Teams at Coolblue for Better Ownership and Business Alignment

How We Reorganised Engineering Teams at Coolblue for Better Ownership and Business Alignment

1
Comments
16 min read
Make Invalid States Unrepresentable

Make Invalid States Unrepresentable

14
Comments 2
8 min read
Architectural Pattern - Model–view–presenter (MVP)

Architectural Pattern - Model–view–presenter (MVP)

Comments
4 min read
Lambda to S3: Better Reliability in High-Volume Scenarios

Lambda to S3: Better Reliability in High-Volume Scenarios

4
Comments
7 min read
Monorepos: From Discovery to Deployment - A Developer's Journey

Monorepos: From Discovery to Deployment - A Developer's Journey

Comments
3 min read
Exploring the Dynamics of Client-Server Architecture

Exploring the Dynamics of Client-Server Architecture

Comments
3 min read
End-to-end Flutter Architecture Guide

End-to-end Flutter Architecture Guide

13
Comments 1
15 min read
Arquitectura e Design num Software Modularizado

Arquitectura e Design num Software Modularizado

Comments
5 min read
đź“Ś Azure Spring Boot application architecture. Production grade.

đź“Ś Azure Spring Boot application architecture. Production grade.

Comments
3 min read
loading...