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.
Clean Code Naming: A Senior Developer’s Code Review Checklist

Clean Code Naming: A Senior Developer’s Code Review Checklist

Comments
2 min read
Traits in PHP – a powerful yet underused tool?
Cover image for Traits in PHP – a powerful yet underused tool?

Traits in PHP – a powerful yet underused tool?

1
Comments
2 min read
Why 100 Lines of Code Can Be Better Than 2
Cover image for Why 100 Lines of Code Can Be Better Than 2

Why 100 Lines of Code Can Be Better Than 2

Comments
2 min read
Tech debt - When should developers refactor?

Tech debt - When should developers refactor?

4
Comments
3 min read
Por dentro da estrutura de dados dicionário (hash map)
Cover image for Por dentro da estrutura de dados dicionário (hash map)

Por dentro da estrutura de dados dicionário (hash map)

Comments
3 min read
Say Goodbye to Messy HTML: How Self-Closing Tags Can Satisfy Your OCD 😌✨
Cover image for Say Goodbye to Messy HTML: How Self-Closing Tags Can Satisfy Your OCD 😌✨

Say Goodbye to Messy HTML: How Self-Closing Tags Can Satisfy Your OCD 😌✨

2
Comments
2 min read
Building a RESTful To-Do API with Clean Architecture in Python
Cover image for Building a RESTful To-Do API with Clean Architecture in Python

Building a RESTful To-Do API with Clean Architecture in Python

Comments
3 min read
Friction in Code Is a Signal Not a Bug
Cover image for Friction in Code Is a Signal Not a Bug

Friction in Code Is a Signal Not a Bug

Comments
1 min read
How to Implement Scalable Filtering in Laravel with Laravel Sieve

How to Implement Scalable Filtering in Laravel with Laravel Sieve

Comments 4
4 min read
Why TypeScript is a Game Changer for Enterprise Backend

Why TypeScript is a Game Changer for Enterprise Backend

Comments 1
2 min read
Building a Scalable Folder Structure in Flutter Using Clean Architecture + BLoC/Cubit
Cover image for Building a Scalable Folder Structure in Flutter Using Clean Architecture + BLoC/Cubit

Building a Scalable Folder Structure in Flutter Using Clean Architecture + BLoC/Cubit

6
Comments
4 min read
Clean Code Is a Habit, Not a Talent

Clean Code Is a Habit, Not a Talent

1
Comments
2 min read
🔢 What Does 1.0.0 Really Mean?

🔢 What Does 1.0.0 Really Mean?

Comments
1 min read
The Case for Code Simplicity in the Age of AI
Cover image for The Case for Code Simplicity in the Age of AI

The Case for Code Simplicity in the Age of AI

1
Comments
6 min read
How to Mock Static Methods With Mockito
Cover image for How to Mock Static Methods With Mockito

How to Mock Static Methods With Mockito

Comments
4 min read
How to Write Better Functions: A Clean Code Checklist

How to Write Better Functions: A Clean Code Checklist

1
Comments
3 min read
Why Clean Code Matters for Developers

Why Clean Code Matters for Developers

1
Comments 4
1 min read
Why Python’s zip() Is More Powerful Than You Think
Cover image for Why Python’s zip() Is More Powerful Than You Think

Why Python’s zip() Is More Powerful Than You Think

1
Comments
2 min read
Oops, I Did It ... (And I Promise It Won't Happen Next Time!) 😅
Cover image for Oops, I Did It ... (And I Promise It Won't Happen Next Time!) 😅

Oops, I Did It ... (And I Promise It Won't Happen Next Time!) 😅

1
Comments
1 min read
TIL: Why PHPMD and SonarCloud don’t always agree

TIL: Why PHPMD and SonarCloud don’t always agree

Comments
2 min read
Design Patterns in Front-end: Building Smarter, Scalable Interfaces
Cover image for Design Patterns in Front-end: Building Smarter, Scalable Interfaces

Design Patterns in Front-end: Building Smarter, Scalable Interfaces

2
Comments 1
4 min read
Stop Overengineering in the Name of Clean Architecture

Stop Overengineering in the Name of Clean Architecture

1
Comments 1
4 min read
Using Traits and DocBlocks for Cleaner Architecture 🤵

Using Traits and DocBlocks for Cleaner Architecture 🤵

Comments
1 min read
SOLID Principles in Java (With Real life Examples)
Cover image for SOLID Principles in Java (With Real life Examples)

SOLID Principles in Java (With Real life Examples)

23
Comments 5
4 min read
The Day I Discovered List Comprehension

The Day I Discovered List Comprehension

1
Comments
1 min read
loading...