Clean Architecture: A Craftsman's Guide to Software Structure and Design by Robert C. Martin
Clean Architecture is a guide to designing software systems that are flexible, maintainable, and resilient to change....
I am a php enthusiast being interested in clean code, architecture and developer experience.
With over 19 years of hands-on experience, I specialize in PHP and Symfony. I love working with tools that ensure code quality, consistency, and reliability at every stage of development.
Whether building new features or refining existing systems, I care deeply about code that’s not just functional — but also a pleasure to read, maintain, and extend.
Clean Architecture is a guide to designing software systems that are flexible, maintainable, and resilient to change....
In the fast-paced world of software development, writing clean and maintainable code is a superpower. One of the most overlooked...
Code reviews are more than just a checkpoint before merging code — they’re a powerful driver of developer experience (DX)...
Tidy First? is a concise and practical book that explores the idea of making small, safe improvements to code structure—called "tidyings"—before making larger changes or adding new features...
When it comes to writing clean code, naming things well is often the single most important skill you can develop...
We talk a lot about refactoring in software — cleaning up legacy code, improving architecture, and making things more maintainable. But what if we applied that same thinking to ourselves?...