This wiki is my single source of truth for day-to-day development work.
I use it to collect practical documentation, setup notes, and proven solutions I can reuse across
projects.
- Framework documentation notes (how I actually use them in real projects)
- Library references (installation, config, common patterns, pitfalls)
- Architecture decisions and tradeoffs
- Reusable snippets and templates
- Deployment and DevOps playbooks
- Debugging checklists and incident notes
¶ Main categories
- Frontend: React, Next.js, UI libraries, state management
- Backend: Node.js, Fastify/Express, API design, auth, validation
- Databases: PostgreSQL, MongoDB, Redis, migrations, indexing
- AI & Automation: OpenAI integrations, workflows, tooling
- Infrastructure: Docker, Nginx, reverse proxy, SSL, Cloudflare
- Productivity: conventions, standards, and team-ready docs
Each page should be:
- Short and practical
- Reproducible step-by-step
- Focused on real usage, not theory
- Updated when a workflow changes
This wiki is a living system.
When something breaks, changes, or improves, the docs should be updated first.
If you are reading this, use the sidebar and pick a topic to continue.