// stack
Uses
My setup, tools and tech stack. Everything I use on a daily basis to build things.
Frontend
- Nuxt 3 PrimaryMy go-to framework for any web project. SSR, SSG, file-based routing — it has everything.
- Vue 3 The foundation. Composition API with <script setup> is a joy to work with.
- Tailwind CSS Utility-first CSS that keeps me in the flow without switching between files.
- TypeScript Non-negotiable for anything beyond a quick prototype.
Backend
- Node.js + Express For REST APIs and lightweight server-side logic.
- PostgreSQL My default relational database. Reliable, powerful, and well-supported with Sequelize.
- Sequelize ORM for PostgreSQL — handles migrations and model definitions cleanly.
Tools
- VS Code With Volar, ESLint, GitLens and a few others. Dark theme, always.
- Git + GitHub Version control and collaboration. Conventional commits, feature branches.
- Obsidian My second brain — notes, projects, ideas, everything lives here.
- Postman API testing and documentation during development.
Hardware
- Windows 11 + WSL2 Best of both worlds — Windows for daily use, Linux for development.
- Terminal Windows Terminal with Zsh and a custom prompt.