Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: software-architecture

Technical writings, opinionated architectures, and development guides tagged with software-architecture.

Articles9
Est. Read Time63 mins
Categories4
Featured0
2026-05 · 7 min read

Your First ERD

Map entities and relationships before you write migrations so your schema starts on solid ground.

erddatabase-designdata-modelingsoftware-architecture
2022-05 · 8 min read

Laravel Command Bus

Implement Command Bus in Laravel for efficient code management. Learn to create command handlers and integrate them seamlessly into your projects.

laravelcommand-busdesign-patternssoftware-architecture
2022-05 · 7 min read

Adapter Pattern

Explore the adapter design pattern in coding through a practical example of building a versatile social poster class, adaptable for different social networks.

design-patternsphpsoftware-architectureobject-oriented-programming