Status: Focused.
Mode: Deep Work.
Focus: Frontend Development.
const INTRODUCTION = {
name: "Jeevan Adhikari",
pronouns: ["he", "him"],
languages: ["TypeScript", "JavaScript", "Python", "C++"],
Orientation: "Builder-first, learning by implementation",
Primary_domain: "Full-stack web applications",
Secondary_interest: "Game systems and rendering fundamentals",
Working_style: [
"Break systems into small, explicit parts",
"Prefer understanding over speed",
"Avoid abstractions I cannot explain"
],
technologies: {
frontend: {
libraries: ["React"],
frameworks: ["Next.js"],
styling: ["Tailwind CSS"],
},
backend: {
node: ["Node.js", "Express"],
},
databases: {
relational: ["PostgreSQL"],
nosql: ["MongoDB"]
},
APIs: ["REST APIs"],
architecture: {
frontend: ["SPA", "SSR", "CSR"],
backend: ["monolith"],
data: ["relational", "nosql"]
},
};| Area | Current Level | Notes |
|---|---|---|
| JavaScript / Node.js | Working | REST APIs, JWT auth, basic backend structure and validation |
| React + Tailwind CSS | Working | Responsive UI, component-based layout |
| MongoDB | Working | Data storage and retrieval |
| C++ | Beginner-Intermediate | Basic class-based system design |
| OpenGL | Beginner | Rendering basic 2D shapes, learning pipeline concepts |
| Git | Working | Version control and collaboration |
Primary:
- Building full-stack web applications with clear auth flows
- Writing readable, maintainable backend logic
- Strengthening fundamentals
Secondary:
- Learning OpenGL from first principles (2D โ understanding the pipeline)
- Experimenting with system-style design in C++
- Auth correctness and route security
- Code structure and consistent naming
- Understanding why things work, not just that they work
- Clarity over cleverness
- If I canโt explain it, I donโt claim it
- Learning is part of the system, not a phase
- Code is written to be read later
- Prefer documentation and specifications over tutorials
- Spend time debugging, never outsource debugging early
- Build small, test assumptions, then expand
- Revisit earlier code to improve clarity and structure
SYSTEM_LOCK: ENABLED
Inspect repositories for details



