Blog
My thoughts, ideas, and experiences.
2025
How I Became a Software Engineer (Even Though I Wanted to Be a Heart Surgeon)
A personal journey from chasing medicine to discovering a love for code.
Structural and Contextual Styling with Tailwind CSS Arbitrary Variants
Go beyond utility classes and learn how to target children, style elements by parent context, and handle complex structures—without custom CSS or JavaScript.
Display Different Images for Dark/Light Mode Without FOUC in Next.js
Learn how to display different images for dark and light themes without flash of unstyled content or client-side rendering.