Andrew Baisden
@andrewbaisden.bsky.social
Software Developer | Content Creator | AI, Tech, Programming
Which structure are you using right now, and which one do you secretly hate? 😅
October 29, 2025 at 4:26 PM
Which structure are you using right now, and which one do you secretly hate? 😅
Simple React Setup
Lightweight for smaller projects.
Lightweight for smaller projects.
October 29, 2025 at 4:26 PM
Simple React Setup
Lightweight for smaller projects.
Lightweight for smaller projects.
Clean Architecture
Separate business rules, use cases, and infra.
Separate business rules, use cases, and infra.
October 29, 2025 at 4:26 PM
Clean Architecture
Separate business rules, use cases, and infra.
Separate business rules, use cases, and infra.
Monorepo Structure
Split your ecosystem into apps & packages.
Split your ecosystem into apps & packages.
October 29, 2025 at 4:26 PM
Monorepo Structure
Split your ecosystem into apps & packages.
Split your ecosystem into apps & packages.
Domain-Driven Design
Group code by business domain.
Group code by business domain.
October 29, 2025 at 4:26 PM
Domain-Driven Design
Group code by business domain.
Group code by business domain.
Atomic Design
Perfect for design systems & UI libraries.
Perfect for design systems & UI libraries.
October 29, 2025 at 4:26 PM
Atomic Design
Perfect for design systems & UI libraries.
Perfect for design systems & UI libraries.
Layered Architecture (MVC / MVVM)
Separate by concern, classic and reliable.
Separate by concern, classic and reliable.
October 29, 2025 at 4:26 PM
Layered Architecture (MVC / MVVM)
Separate by concern, classic and reliable.
Separate by concern, classic and reliable.
Feature-Driven Design (Feature-Slice)
Organise by features, not file type.
Organise by features, not file type.
October 29, 2025 at 4:26 PM
Feature-Driven Design (Feature-Slice)
Organise by features, not file type.
Organise by features, not file type.