Skip to content

Instantly share code, notes, and snippets.

View Acinnamon9's full-sized avatar
🎯
Focusing

Abhijeet Singh sandal Acinnamon9

🎯
Focusing
View GitHub Profile

Below is a zero → hero knowledge base for Tailwind CSS, written like a mental map + field manual, not a tutorial that holds your hand.


Tailwind CSS: Zero → Hero Knowledge Base

0. What Tailwind actually is (mental model)

Tailwind is:

@Acinnamon9
Acinnamon9 / Next.js_core.md
Last active December 27, 2025 11:42
Next js knowledge list

If you want to not embarrass yourself in front of other devs, the goal isn’t “knowing everything in Next.js” — it’s being clear on the fundamentals + honest about trade-offs. Below is a dev-to-dev readiness checklist. If you can answer these cleanly, you’re safe in almost any Next.js conversation.


1. What Next.js actually is

You should be able to say this in one breath:

Next.js is a React framework that adds routing, server rendering, data-fetching primitives, and production optimizations on top of React.