Tech Stach
All of the apps, tools, and services I use to build my projects.
Languages/Frameworks
- I use Next as the frontend for all of my projects. Its server-side capabilites make it great for SEO and with small apps a separate backend may not be necessary.
- A utility-first CSS framework. It’s easy to pick up and makes building UIs super fast.
HeadlessUI - UI Components built with Tailwind. Really useful for dropdown menus.
shadcn/ui - When I need a UI component I don’t want to build myself I go here first. Lots of great ones that are easy to integrate with.
Vercel - Where I host all of my frontend projects. By far the easiest way to host Next.js and take advantage of Vercel’s features (like edge functions and storage).
Namecheap - Any TLDs that aren’t available on Porkbun (like .so) I usually look here.
Traversy Media - My favorite programming YouTube channel. Brad’s a great guy and his crash courses are the first place I go whenever I learn a new technology.