Articles by tag "principles"

Architecture

SOLID principles

The SOLID principles are a set of five design principles that help developers create more maintainable, scalable, and flexible software

Jan 01, 2023 min read
Read
Architecture

ACID

Understanding the Pillars of ACID: Ensuring Database Reliability and Consistency

Dec 13, 2023 15 min read
Read
Architecture

YAGNI

YAGNI stands for “You Aren’t Gonna Need It” — a core principle of Agile software development that reminds developers to resist the urge to build functionality “just in case.” It encourages teams to implement only what is necessary today, rather than what might be useful in the future.

Apr 20, 2025 5 min read
Read