Tech Posts tagged with "solid"

A collection of useful articles and guides.

The SOLID Principles of Object-Oriented Design
June 11, 2025

The SOLID principles, coined by Robert C. Martin (Uncle Bob), represent five fundamental guidelines for writing maintainable object-oriented code. While the acronym might seem like …