Tagged articles
8 articles
Page 1 of 1
AI Step-by-Step
AI Step-by-Step
May 4, 2026 · R&D Management

How to Give AI Coding Agents a Global Constitution

The article explains why teams using multiple AI coding agents need a top‑level CONSTITUTION.md to capture stable engineering principles, decision hierarchy, autonomy boundaries, quality gates, and revision processes, and shows how to structure, write, and propagate it across tool‑specific files.

AI agentsCONSTITUTION.mdR&D management
0 likes · 16 min read
How to Give AI Coding Agents a Global Constitution
php Courses
php Courses
Sep 16, 2022 · Fundamentals

Understanding SOLID Principles in Object‑Oriented Design

This article explains the five SOLID object‑oriented design principles—Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion—while also promoting a PHP online training program that covers modern web technologies and offers enrollment via QR code or contact details.

BackendObject-Oriented DesignPHP
0 likes · 2 min read
Understanding SOLID Principles in Object‑Oriented Design
IEG Growth Platform Technology Team
IEG Growth Platform Technology Team
Nov 22, 2021 · Backend Development

Design Principles and Decoupled Deployment for Backend Systems

This article summarizes SOLID and component design principles, explains how to evaluate and balance component stability, coupling, and abstraction, and describes source‑code, library, and service‑level decoupled deployment strategies for building maintainable backend architectures.

Backend ArchitectureComponent DesignDecoupled Deployment
0 likes · 25 min read
Design Principles and Decoupled Deployment for Backend Systems
ITPUB
ITPUB
May 25, 2019 · Fundamentals

What Are the ‘Hacker Laws’ Every Developer Should Know?

This article introduces a collection of essential developer principles—including Amdahl's Law, Amara's Law, Hofstadter's Law, Parkinson's Law, and the Unix Philosophy—explaining their origins, key insights, practical implications, and where to find the full list on GitHub.

Amara's LawAmdahl's LawUnix Philosophy
0 likes · 6 min read
What Are the ‘Hacker Laws’ Every Developer Should Know?
DevOpsClub
DevOpsClub
Mar 26, 2018 · Cloud Native

Mastering Cloud‑Native Container Design: 8 Essential Principles

This article summarizes the key principles from Red Hat's whitepaper on container‑based application design, explaining classic software design rules and seven Red Hat cloud‑native principles that help build reliable, observable, immutable, disposable, self‑contained, and resource‑constrained containers for Kubernetes.

Cloud NativeDevOpsKubernetes
0 likes · 12 min read
Mastering Cloud‑Native Container Design: 8 Essential Principles
Architecture Digest
Architecture Digest
Nov 20, 2016 · Fundamentals

Principles of Object‑Oriented Architecture and Common Design Patterns

This article explains core OO architecture principles such as low coupling and high cohesion, outlines methods to reduce coupling, advocates composition over inheritance, and provides concise overviews of widely used design patterns like MVC, MVVM, Factory, Singleton, Builder, and many others.

CouplingOO architecturesoftware design
0 likes · 7 min read
Principles of Object‑Oriented Architecture and Common Design Patterns