DEV Community

Architecture

The fundamental structures of a software system.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Arquitetura limpa

Arquitetura limpa

6
Comments
28 min read
Writing Your First Pseudocode: A Body Fitness Analogy Part 1

Writing Your First Pseudocode: A Body Fitness Analogy Part 1

8
Comments
3 min read
DA03 Data source Layer

DA03 Data source Layer

6
Comments
2 min read
What Is the Next Step in Your Software Developer Career?

What Is the Next Step in Your Software Developer Career?

4
Comments
2 min read
You should know these 8 things about Serverless before you'll spend months on the IT project

You should know these 8 things about Serverless before you'll spend months on the IT project

43
Comments
7 min read
Effective Java! Emulate Extensible Enums With Interfaces.

Effective Java! Emulate Extensible Enums With Interfaces.

8
Comments
2 min read
GraphQL and Company Architecture

GraphQL and Company Architecture

7
Comments
6 min read
13 Ways to Simplify Your DevOps Workflows

13 Ways to Simplify Your DevOps Workflows

8
Comments
2 min read
Why use Elm if it's hard?

Why use Elm if it's hard?

4
Comments 1
3 min read
How to write a custom selector in React

How to write a custom selector in React

22
Comments
8 min read
Patterns to build robust and highly available APIs

Patterns to build robust and highly available APIs

5
Comments
4 min read
Test Code Sugaring - Using types and code extensions to improve code expressiveness

Test Code Sugaring - Using types and code extensions to improve code expressiveness

17
Comments 1
4 min read
Loading state design revisited in Elm

Loading state design revisited in Elm

13
Comments 2
4 min read
Trigger step functions from lambda after uploading files to S3 using Serverless Framework and Python

Trigger step functions from lambda after uploading files to S3 using Serverless Framework and Python

21
Comments
3 min read
Building a Database Written in Node.js from the Ground Up

Building a Database Written in Node.js from the Ground Up

209
Comments 17
8 min read
Why I love functional programming

Why I love functional programming

5
Comments
2 min read
Why managing dev environments is a full time job at Eventbrite

Why managing dev environments is a full time job at Eventbrite

5
Comments 1
6 min read
Why are you using cronjobs?

Why are you using cronjobs?

11
Comments
4 min read
Rethinking Python Decorators

Rethinking Python Decorators

15
Comments 1
13 min read
Anthos: Service mesh

Anthos: Service mesh

2
Comments
4 min read
Directions and roadmaps

Directions and roadmaps

7
Comments 3
5 min read
The Silent Villains of the Coding Universe: A Review of Common Java Anti-Patterns.

The Silent Villains of the Coding Universe: A Review of Common Java Anti-Patterns.

16
Comments
5 min read
What is Heroku - Illustrated shorts - H-IS1

What is Heroku - Illustrated shorts - H-IS1

19
Comments 2
1 min read
Effective Java! Use EnumMap instead of Ordinal Indexing

Effective Java! Use EnumMap instead of Ordinal Indexing

9
Comments
2 min read
NodeTSkeleton, a Clean Architecture template project for NodeJS

NodeTSkeleton, a Clean Architecture template project for NodeJS

48
Comments 2
23 min read
Microservices: The Fine Print

Microservices: The Fine Print

10
Comments 1
3 min read
Testing arduino + wifi card project 📟

Testing arduino + wifi card project 📟

5
Comments
2 min read
Testing arduino + wifi card project 📟

Testing arduino + wifi card project 📟

4
Comments
2 min read
Which technologies would you choose for your next web project?

Which technologies would you choose for your next web project?

6
Comments 3
3 min read
Applying Open-Closed Principle with Decorator Pattern in Typescript

Applying Open-Closed Principle with Decorator Pattern in Typescript

51
Comments 7
4 min read
A Case Study of Date and Time

A Case Study of Date and Time

3
Comments 1
6 min read
Upgrading to a real time application - questions you must ask yourself

Upgrading to a real time application - questions you must ask yourself

11
Comments
5 min read
Famous Quotations on Complexity in Software Engineering

Famous Quotations on Complexity in Software Engineering

9
Comments 1
3 min read
What approach do you take for handling pricing/plan management on API's?

What approach do you take for handling pricing/plan management on API's?

3
Comments
1 min read
WSFC + SQL AlwaysOn no AZURE sem Active Directory [#3]

WSFC + SQL AlwaysOn no AZURE sem Active Directory [#3]

3
Comments
9 min read
WSFC + SQL AlwaysOn no AZURE sem Active Directory [#1]

WSFC + SQL AlwaysOn no AZURE sem Active Directory [#1]

4
Comments
6 min read
Linear vs Binary Search Algorithms

Linear vs Binary Search Algorithms

6
Comments
3 min read
A fun bug

A fun bug

14
Comments
5 min read
How to review a software architecture diagram

How to review a software architecture diagram

224
Comments 2
5 min read
Why SREs Should be Responsible for Development Environments

Why SREs Should be Responsible for Development Environments

39
Comments 13
5 min read
Who doesn't like Object Oriented Programming

Who doesn't like Object Oriented Programming

6
Comments
4 min read
Effective Java! Use EnumSet Instead of Bit Fields

Effective Java! Use EnumSet Instead of Bit Fields

6
Comments 2
2 min read
Using Container-Native Load Balancing for High Performance Networking in Kubernetes

Using Container-Native Load Balancing for High Performance Networking in Kubernetes

6
Comments
5 min read
Seemingly clean code

Seemingly clean code

20
Comments 2
5 min read
System Design 101: System Design Analysis of Google Auto-Suggestion Service.

System Design 101: System Design Analysis of Google Auto-Suggestion Service.

18
Comments
1 min read
Developing and Deploying Micro-Frontends with single-spa

Developing and Deploying Micro-Frontends with single-spa

36
Comments 7
19 min read
Announcing the Official Release of Appwrite Deno SDK

Announcing the Official Release of Appwrite Deno SDK

28
Comments
2 min read
Value of Documenting Architectural Decisions

Value of Documenting Architectural Decisions

9
Comments 2
6 min read
Cloudinary with GraphQl

Cloudinary with GraphQl

3
Comments 1
1 min read
The Fetch API

The Fetch API

4
Comments
6 min read
Applying Domain-Driven Design principles to a Nest.js project

Applying Domain-Driven Design principles to a Nest.js project

105
Comments 22
7 min read
How AppSignal Monitors Their Own Kafka Brokers

How AppSignal Monitors Their Own Kafka Brokers

6
Comments
4 min read
What Subset Of The Language Do You Not Use?

What Subset Of The Language Do You Not Use?

7
Comments 10
1 min read
Just enough DDD

Just enough DDD

18
Comments 1
11 min read
Evolving Dark's tracing system

Evolving Dark's tracing system

33
Comments 6
4 min read
Clean Architecture : um compilado dos Princípios de Design

Clean Architecture : um compilado dos Princípios de Design

117
Comments 2
4 min read
Testing web applications - adapt your tests to your architecture

Testing web applications - adapt your tests to your architecture

8
Comments
7 min read
DNS Explained. Hierarchy and Architecture

DNS Explained. Hierarchy and Architecture

22
Comments
4 min read
Effective Java! Use Instance Fields Instead of Ordinals

Effective Java! Use Instance Fields Instead of Ordinals

6
Comments
2 min read
How I Created Quotes Generator Website Using Python

How I Created Quotes Generator Website Using Python

51
Comments 2
3 min read
loading...