Forem

# cleancode

Principios e praticas para escrever codigo limpo e sustentavel.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Solid architecture and clean code are fundamental for scalable and reliable systems.

Solid architecture and clean code are fundamental for scalable and reliable systems.

Comments
4 min read
The Art of Beautiful Functions in TypeScript
Cover image for The Art of Beautiful Functions in TypeScript

The Art of Beautiful Functions in TypeScript

1
Comments
6 min read
The Only Design Pattern Cheat Sheet You'll Need Before Interviews
Cover image for The Only Design Pattern Cheat Sheet You'll Need Before Interviews

The Only Design Pattern Cheat Sheet You'll Need Before Interviews

1
Comments
9 min read
Rust Project Structure and Best Practices for Clean, Scalable Code

Rust Project Structure and Best Practices for Clean, Scalable Code

Comments
1 min read
Project - Microservices
Cover image for Project - Microservices

Project - Microservices

Comments
2 min read
Escaping Your Java Habits in Python: Writing Clean, Pythonic Code

Escaping Your Java Habits in Python: Writing Clean, Pythonic Code

1
Comments
6 min read
Attack of the Messy Queries: Rise of the Query Builder

Attack of the Messy Queries: Rise of the Query Builder

1
Comments
3 min read
O que é Clean Architecture?

O que é Clean Architecture?

Comments
2 min read
Designing for Scale: Why Small Decisions Break Big Systems

Designing for Scale: Why Small Decisions Break Big Systems

Comments
3 min read
The Art of Simplicity: A Home for Complexity

The Art of Simplicity: A Home for Complexity

1
Comments
9 min read
Refactor Smart Today, Move Faster Tomorrow - Part 1: Before You Touch a Line of Code
Cover image for Refactor Smart Today, Move Faster Tomorrow - Part 1: Before You Touch a Line of Code

Refactor Smart Today, Move Faster Tomorrow - Part 1: Before You Touch a Line of Code

4
Comments
2 min read
Single Responsibility Principle

Single Responsibility Principle

Comments
7 min read
Refactoring Messy Code: High Cohesion and Low Coupling

Refactoring Messy Code: High Cohesion and Low Coupling

Comments
2 min read
Design Patterns Simplified: Part 22 — Interpreter Pattern (a.k.a. “The Rule Engine”)
Cover image for Design Patterns Simplified: Part 22 — Interpreter Pattern (a.k.a. “The Rule Engine”)

Design Patterns Simplified: Part 22 — Interpreter Pattern (a.k.a. “The Rule Engine”)

2
Comments
3 min read
Kotlin Scope Functions: Best Practices, Pitfalls, and Code Cleanliness in 2025

Kotlin Scope Functions: Best Practices, Pitfalls, and Code Cleanliness in 2025

Comments
1 min read
Low Coupling and High Cohesion: simple with diagrams
Cover image for Low Coupling and High Cohesion: simple with diagrams

Low Coupling and High Cohesion: simple with diagrams

Comments
3 min read
10 Common Mistakes Java Beginners Make (and How to Avoid Them)
Cover image for 10 Common Mistakes Java Beginners Make (and How to Avoid Them)

10 Common Mistakes Java Beginners Make (and How to Avoid Them)

1
Comments
5 min read
The Cult of Shipping Fast Is Killing Your Code

The Cult of Shipping Fast Is Killing Your Code

29
Comments 4
3 min read
Entendendo SOLID de uma vez por todas | Parte 04 - (ISP)
Cover image for Entendendo SOLID de uma vez por todas | Parte 04 - (ISP)

Entendendo SOLID de uma vez por todas | Parte 04 - (ISP)

3
Comments
3 min read
From Chaos to Clarity: How Automation Transformed My Developer Workflow (And How It Can Transform Yours Too)
Cover image for From Chaos to Clarity: How Automation Transformed My Developer Workflow (And How It Can Transform Yours Too)

From Chaos to Clarity: How Automation Transformed My Developer Workflow (And How It Can Transform Yours Too)

Comments
3 min read
Manage Your Large Laravel Application with Simplicity
Cover image for Manage Your Large Laravel Application with Simplicity

Manage Your Large Laravel Application with Simplicity

1
Comments
3 min read
Será que eu sei mesmo programar?
Cover image for Será que eu sei mesmo programar?

Será que eu sei mesmo programar?

Comments
3 min read
Interface Segregation Principle: How Specialized Interfaces Prevent Hidden Bugs

Interface Segregation Principle: How Specialized Interfaces Prevent Hidden Bugs

Comments
3 min read
Provider vs Bloc vs Riverpod vs GetX: Deep Dive for Flutter Engineers
Cover image for Provider vs Bloc vs Riverpod vs GetX: Deep Dive for Flutter Engineers

Provider vs Bloc vs Riverpod vs GetX: Deep Dive for Flutter Engineers

2
Comments
3 min read
Stop Making Everything a Plugin: The Real Open/Closed Principle

Stop Making Everything a Plugin: The Real Open/Closed Principle

Comments
3 min read
loading...