<💻/>Tech
Some of my favorite tech to build with:
- AstroThe best for static sites
- Better AuthIf I'm not rolling my own, I'm probably using this
- BunBoth as a package manager and a runtime
- DockerMy go-to for local development and deploying certain apps
- DrizzleAlmost as good as raw SQL
- ExpoSo many good modules
- FumadocsExcellent for writing docs
- Hono🔥
- Next.jsMy framework of choice when building web applications
- PostgresWhat can't Postgres do?
- React RouterSimple and clean routing, love it for routing inside browser extensions
- ReactRemember componentDidMount?
- SQLiteJust spin up a local.db and you're good to go
- TailwindNever going back to plain CSS
- TanStack QuerySpecially when paired with TRPC
- TanStack RouterWhen you need a bit more type-safety than what React Router provides
- TRPCFull-stack type-safety? Hell yeah!
- TypeScriptNever going back to plain JavaScript
- UnistylesOne of the best styling libraries for React Native
- Vite⭐
- ZodMy favorite validation library