1. Framework (Svelte/SvelteKit, React/Next.js)
I’ve been working with those since their early days. so I'm most productive here. I start all my projects with TypeScript.
Here's where I'm currently most productive:
I’ve been working with those since their early days. so I'm most productive here. I start all my projects with TypeScript.
I use vscode for long time but recently zed feels way better to me. Now this is my way to go editor of choice.
Building flexible, accessible components is difficult. You either use (and extend) a component library, or build your own.
Postgres is my go-to database. Prisma makes working with Postgres easy, type-safe, and fun. I can view and modify my data using Prisma Studio and run migrations with ease.
It helps me edit, refactor, and debug code.
It’s especially helpful for more tedious refactors, or restructuring/reformatting code. Since it has up-to-date knowledge of SvelteKit, Svelte, Next.js, React, Prisma, Drizzle, and other web tools, it give me great code suggestions.
Vercel is my way to go for frontend deployment.
Sometimes use Deno Deploy or a custom VPS based on need.