Uses

This page covers the different tools I use for my work.

A few of the links below are affiliate links which means I get paid or rewarded in some way if you use them to purchase, but rest assured these are all tools and services I actually use.

Services

  • GitHub - Where I host my code. I also run CI/CD pipelines via GitHub Actions.
  • Vercel - The fastest frontend platform for deploying software. Phenomenal DX.

Tech

  • React - The most popular frontend framework in the world.
  • TypeScript - Type-safety for JavaScript. I use it for almost all my projects.
  • Testing Library - Testing utilities that encourage good testing practices.
  • Prettier - Automatically format your code. A must-have.
  • Jest - Delightful JavaScript testing framework.
  • TailwindCSS - The defacto API for styling. Great DX.

Editor