What I Use
Workstation
- M4 Pro MacBook Pro 14-inch, 24 GB RAM.
- Magic Keyboard & Trackpad.
- Samsung 4K Monitor 32inch.
- AirPods Pro 3.
AI Tools
- Claude Code — how I write code now. Use it in the terminal. Handles everything from feature implementation to debugging to code reviews. Check out my skills for Claude Code.
- Claude Desktop — for brainstorming, writing, and everything outside the editor.
Editor
Visual Studio Code with Subaru theme.
Extensions I use:
- Tailwind CSS IntelliSense — autocomplete and linting for Tailwind.
- ESLint — linting.
- Prettier — code formatting.
- Error Lens — inline error highlighting.
- Pretty TypeScript Errors — readable TS errors.
- Path Intellisense — file path autocomplete.
- Color Highlight — visualize colors in code.
- vscode-icons — file icons.
- Sublime Text Keymap — old habits die hard.
Terminal
macOS Apps
- Dia — browser.
- Apple Notes — for quick notes.
- iTerm 2 — terminal.
- Klack — satisfying keyboard sounds.
- Snap — a macOS menu bar app to organize windows. Built by me, open source.
Dotfiles
If you want the same setup as mine, check out my dotfiles.
- Oh My Zsh as default shell.
- Homebrew for installing apps via command line.
- Z - Jump Around to jump to frequent folders.
This Site
- Next.js 16 with App Router and Turbopack.
- Tailwind CSS v4.
- TypeScript.
- MDX for content with sugar-high for syntax highlighting.
- Bun as the package manager.
- Deployed on Vercel.