DEV Community

Architecture

The fundamental structures of a software system.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Lessons Learned From 5 Years of Scaling PostgreSQL

Lessons Learned From 5 Years of Scaling PostgreSQL

27
Comments
18 min read
Why You Should Avoid Command Handlers Calling Other Commands?

Why You Should Avoid Command Handlers Calling Other Commands?

5
Comments
4 min read
Effective Java: Prefer Primitive Types to Boxed Types

Effective Java: Prefer Primitive Types to Boxed Types

9
Comments
3 min read
Documentando e testando sua arquitetura Java com Archunit— Parte 1: Porque testar minha arquitetura?

Documentando e testando sua arquitetura Java com Archunit— Parte 1: Porque testar minha arquitetura?

3
Comments
6 min read
4 Types Of NoSQL Databases

4 Types Of NoSQL Databases

4
Comments
4 min read
AWS EC2 Resilience Engineering the easy way

AWS EC2 Resilience Engineering the easy way

8
Comments
2 min read
좋은 소프트웨어 설계 문서를 작성하는 방법.

좋은 소프트웨어 설계 문서를 작성하는 방법.

8
Comments 1
1 min read
A case against the MVI architecture pattern

A case against the MVI architecture pattern

34
Comments 11
7 min read
Threads and Node.js in a nutshell

Threads and Node.js in a nutshell

5
Comments
3 min read
Decomposing a project using Nx - Part 1

Decomposing a project using Nx - Part 1

12
Comments
7 min read
¿Quién es un arquitecto de software?

¿Quién es un arquitecto de software?

3
Comments
3 min read
How to get updates from a server in real-time?

How to get updates from a server in real-time?

13
Comments
8 min read
Asynchronous Communication: Offload expensive operations to your message queues

Asynchronous Communication: Offload expensive operations to your message queues

4
Comments
2 min read
Improve your application performance with multi-level caching

Improve your application performance with multi-level caching

6
Comments
4 min read
SOLID: Open Closed Principle

SOLID: Open Closed Principle

27
Comments
5 min read
Semantic Grouping Folders with Nx

Semantic Grouping Folders with Nx

43
Comments 6
11 min read
Architectural Decision Record

Architectural Decision Record

5
Comments 2
4 min read
SOLID: Principio de Abierto/Cerrado

SOLID: Principio de Abierto/Cerrado

15
Comments
6 min read
How to write better reusable code

How to write better reusable code

9
Comments
7 min read
Keep up with the times: use AWS PrivateLink

Keep up with the times: use AWS PrivateLink

7
Comments
7 min read
Plugin Architecture for Angular Libraries using Dependency Injection

Plugin Architecture for Angular Libraries using Dependency Injection

33
Comments 2
9 min read
What is "Software Architecture"?

What is "Software Architecture"?

79
Comments 3
5 min read
Distributed State Management - Without the "E"

Distributed State Management - Without the "E"

4
Comments 2
10 min read
JVM Architecture Model

JVM Architecture Model

2
Comments
4 min read
Is This the Right HTTP Response Code?

Is This the Right HTTP Response Code?

5
Comments 2
7 min read
How to Architect Your Project's Directories

How to Architect Your Project's Directories

9
Comments 4
2 min read
4 ways to update your cache

4 ways to update your cache

15
Comments 5
3 min read
Kubernetes Health Checks - 2 Ways to Improve Stability in Your Production Applications

Kubernetes Health Checks - 2 Ways to Improve Stability in Your Production Applications

9
Comments
10 min read
Backend Musings E01 - Stability vs Velocity.

Backend Musings E01 - Stability vs Velocity.

7
Comments
2 min read
Getting started with serverless in under 5 minutes

Getting started with serverless in under 5 minutes

78
Comments
4 min read
Slicing Microservices

Slicing Microservices

10
Comments
5 min read
4 Steps to crack your next System Design Interview

4 Steps to crack your next System Design Interview

9
Comments
2 min read
Beginners mind - How to effectively review your own code

Beginners mind - How to effectively review your own code

49
Comments 1
3 min read
From NGXS to NGXS Data

From NGXS to NGXS Data

8
Comments
3 min read
Where did our monolith go?

Where did our monolith go?

20
Comments
4 min read
Build a Simple CRM Data Model

Build a Simple CRM Data Model

10
Comments
5 min read
Context Managers and Cross Cutting concerns in Python

Context Managers and Cross Cutting concerns in Python

16
Comments 4
3 min read
How can I make a good structure in laravel project ?

How can I make a good structure in laravel project ?

28
Comments 7
2 min read
SOLID: Single Responsibility Principle

SOLID: Single Responsibility Principle

31
Comments 2
5 min read
SOLID: Principio de Responsabilidad Única

SOLID: Principio de Responsabilidad Única

29
Comments
7 min read
How to Deal with Technical Debt: strategies and tips

How to Deal with Technical Debt: strategies and tips

4
Comments 2
6 min read
Architectural Styles (by examples)

Architectural Styles (by examples)

18
Comments
10 min read
Practical Use of Finite-State Machines

Practical Use of Finite-State Machines

24
Comments 1
5 min read
High availability Kubernetes cluster on bare metal - part 2

High availability Kubernetes cluster on bare metal - part 2

11
Comments
5 min read
Where should I learn system design & architecture?

Where should I learn system design & architecture?

8
Comments 4
1 min read
What every ASP.NET Core Web API project needs - Part 5 - Polly

What every ASP.NET Core Web API project needs - Part 5 - Polly

29
Comments 1
7 min read
Micro-services vs Monolith Architecture

Micro-services vs Monolith Architecture

11
Comments 2
2 min read
Fix bugs by reading the room

Fix bugs by reading the room

5
Comments 3
3 min read
Flasher and Monitor For API Integration Testing

Flasher and Monitor For API Integration Testing

5
Comments
11 min read
Javascript Dependency Injection without Classes

Javascript Dependency Injection without Classes

14
Comments
3 min read
Software Architecture vs Design: Takeaways from my research

Software Architecture vs Design: Takeaways from my research

11
Comments 4
4 min read
Tiny Angular application projects in Nx workspaces

Tiny Angular application projects in Nx workspaces

88
Comments 4
20 min read
Lean Angular components

Lean Angular components

29
Comments 5
18 min read
Better Architecture Diagrams for Agile Teams: actionable tips and lessons.

Better Architecture Diagrams for Agile Teams: actionable tips and lessons.

4
Comments
16 min read
Video: Visualize the architecture of your Java app, in VS Code, in 2 / minutes 02:27

Video: Visualize the architecture of your Java app, in VS Code, in 2 / minutes

31
Comments 1
1 min read
Presenters with Angular

Presenters with Angular

46
Comments 1
21 min read
AWS Certified Solutions Architect - Professional a few thoughts

AWS Certified Solutions Architect - Professional a few thoughts

26
Comments 3
4 min read
Presentational components with Angular

Presentational components with Angular

20
Comments
21 min read
Effective Java: Avoid Float and Double If Exact Answers Are Required

Effective Java: Avoid Float and Double If Exact Answers Are Required

4
Comments
2 min read
Using shared settings between multiple environments in Angular 🚀

Using shared settings between multiple environments in Angular 🚀

41
Comments 6
4 min read
loading...