Mind Constellations
The backyard of my mind, where pieces inter-connected.
#web-dev
The CSS Odyssey: Why I Turned back to CSS After Trying Everything Else
Jun 2025
by a Developer
css
react
web-dev
A developer's CSS journey: from vanilla to CSS-in-JS to Tailwind and back to CSS, with hard-earned lessons along the way.
Frontend Routing
Sep 2025
by a Developer
frontend
web-dev
Cross-Site Request Forgery (CSRF)
Oct 2025
by a Developer
network
web-dev
Cross-Origin Resource Sharing (CORS)
Oct 2025
by a Developer
network
web-dev
Single Source of Truth: Cross-Component Styling with React Compound Pattern
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.
Frontend Rendering
Oct 2025
by a Developer
react
web-dev
Breaking Down React Components: From Monolithic to Compound Pattern
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.