duro's avatar Duro

My 2023 Tech Stack

1 min read

In 2023, there’s a ton of new tech that you can use for development, with a new JS framework coming out every week it feels like. Here’s a hand-picked list of the tools and tech I use for development.


TypeScript

TypeScript Image

I believe that if you’re not using TypeScript, you’re doing something wrong. TypeScript is amazing for many reasons, if you want an overview, you can check out my post I made about why you should switch to TypeScript.


Astro

Astro Logo

Astro has been one of the most popular tools as of 2022 with the release of Astro version 1. I use Astro a lot for static websites, like this website!


Astro is popular for a few reasons:



First of all, Astro is insanely fast. Astro builds all of your content into static pages, which makes your bundle have significantly less JS.


T3 Stack

T3 Stack Image

The T3 stack is a great way to build a website in 2023, I especially like the tools they use. Tailwind, TypeScript, tRPC, Prisma, and Next.js are all great tools which I use all of the time.


Overview


In 2023, there are a lot of cool tools to try out, and my favorite tech include: Astro, TypeScript, Next.js, and Tailwind.