Uses

The tools I reach for day-to-day. Nothing exotic — just a setup that gets out of the way and lets me focus on the work.

Editor & workflow

  • VS Code — reliable, fast, and well-supported across every project type
  • Prettier + ESLint — consistent formatting without having to think about it
  • Git + GitHub — version control, code review, and collaboration in one place

Stack I work with

  • React / Next.js — my primary frontend environment for both static and dynamic projects
  • Tailwind CSS — utility-first styling that scales well without fighting specificity
  • Node + PostgreSQL — for backend work where I need a straightforward, reliable data layer

What I prioritize when building

Page speed, clear and predictable UI states, and code that's readable six months later. I pay close attention to the transitions most people treat as afterthoughts — loading, error, and empty states — because that's often where the user experience actually lives.