Tools
All Tools I use in my development workflow
10 technologies
Biome
A fast formatter and linter for JavaScript, TypeScript, and more, designed to replace ESLint and Prettier.
Bun
An all-in-one JavaScript toolkit with an extremely fast runtime, bundler, test runner, and package manager.
Cursor
An AI-first code editor built on VS Code with integrated AI pair programming and codebase understanding.
Docker
A platform for containerizing applications with consistent environments across development and production.
Git
A distributed version control system for tracking code changes and enabling team collaboration.
GitHub Actions
A CI/CD platform integrated into GitHub for automating build, test, and deployment workflows.
Playwright
A cross-browser testing framework by Microsoft for reliable end-to-end testing with auto-wait and trace viewer.
Prisma
A modern ORM with type-safe database access, auto-generated queries, and visual management.
Storybook
A development environment for building, testing, and documenting UI components in isolation.
Vitest
A Vite-native unit testing framework with instant HMR, out-of-box TypeScript support, and Jest-compatible API.