AboutProjectsActivityBlogContact
nokarin
Back to home

Blog

Thoughts and notes on web dev, tools, and tech.

Why I switched from CRA to Next.js

After years of Create React App, Next.js finally clicked for me. Here's what changed my mind.

March 10, 2026
~2 min read
Next~.jsReactWeb Dev

Tailwind tips I wish I knew earlier

After building dozens of projects with Tailwind CSS, these are the patterns that saved me the most time.

March 10, 2026
~3 min read
Tailwind CSSCSSTips

Building a REST API with FastAPI

FastAPI's automatic OpenAPI docs and type safety make it one of the best Python web frameworks available today.

March 10, 2026
~4 min read
FastAPIPythonBackend