Backyard
Backyard of my mind, where pieces inter-connected.
#design-pattern
Blogs
Code like an Onion: The Decorator Pattern
by a Developer
Jul 2025
by a Developer
design-pattern
python
An introduction to the Decorator Design Pattern, which helps manage cross-cutting concerns by wrapping your core functionality like an onion🧅.
Breaking Down React Components: From Monolithic to Compound Pattern
by a Developer
Apr 2025
by a Developer
design-pattern
react
web-dev
Struggling with monolithic React components? Break it into small pieces and embrace the compound pattern to achieve intuitive composition and unlimited customization.
Single Source of Truth: Cross-Component Styling with React Compound Pattern
by a Developer
Apr 2025
by a Developer
design-pattern
react
web-dev
Cross-component styling is more than often in real world application. The blog explores a context-aware styling solutions in React applications, leveraging the Compound Pattern.