Skip to main content

#frontend

2 articles · 1 note

Articles2

Design·2026-01-03

Modern CSS Layouts

CSS has come a long way. Today we primarily use Grid and Flexbox. Flexbox Best for 1-dimensional layouts (rows OR columns). CSS Grid Best for 2-dimensional layo...

Engineering·2025-12-28

Understanding React Hooks

A deep dive into useState and useEffect with visual diagrams.

Notes1

Tailwind CSS v4

Tailwind CSS v4 is a complete rewrite of the framework, shifting from a JavaScript-based configuration model to a CSS-first approach. The migration story is smo...