Skip to main content

Blog

Thoughts on development, design, and creating digital experiences

8 min read

Mastering Tailwind CSS Grid

A deep dive into building complex layouts with Tailwind CSS Grid, covering auto-fit, minmax, and responsive design patterns.

CSSTailwindFrontend
5 min read

Why I Switched to TypeScript

Exploring the benefits of static typing in JavaScript projects and how it improved my code quality and developer experience.

TypeScriptJavaScriptOpinion
10 min read

Optimizing Next.js Performance

Practical tips for improving Core Web Vitals in Next.js applications, including image optimization and dynamic imports.

Next.jsPerformanceReact