
Svadhayay
Self learning
Browse concepts by category, then follow a clearer learning path.
Move through focused concept pages, category hubs, and connected topics designed for engineers who want durable intuition instead of scattered notes.
12
concept notes
3
category hubs
24
topic connections
How to move through the library
Open a category hub to see the concepts grouped into one focused section.
Follow the concept tree to move from foundations to nearby ideas.
Drop into any concept page for examples, notes, and related reading.
Category tree preview
Featured Concepts
Start with strong foundations
JavaScript Event Loop
The event loop is the coordination layer that decides when your JavaScript gets time on the CPU . If you understand it, a lot of confusing behavior stops feelin
JWT Authentication
JWT authentication is about carrying claims in a signed token so a server can verify integrity without looking up opaque session state every time. That does not
Caching
Caching is the practice of storing the result of expensive work so the next request can be served faster. It sounds simple, but most cache bugs come from forget
Categories
Browse the library like a concept tree
Runtime
Open this branch to explore the concepts gathered under Runtime.
Security
Open this branch to explore the concepts gathered under Security.
Performance
Open this branch to explore the concepts gathered under Performance.