What's your stack?
So I asked chatGPT to list my core "AI-assisted coding" stack items and what they are and it went waaaay overboard. I think it thinks I'm a moron. What's your stack? Is the below stack really the b...

Source: DEV Community
So I asked chatGPT to list my core "AI-assisted coding" stack items and what they are and it went waaaay overboard. I think it thinks I'm a moron. What's your stack? Is the below stack really the best combination (chatGPT seems to think so)? If anybody wants to add their stack in the comments, maybe just do it in one line, like chatGPT did right at the end: myStack=TypeScript + React + Next.js + Tailwind + Supabase + PostgreSQL + Vercel with Tauri added when I want a desktop app. The core stack items 1) JavaScript What it is: The core programming language of the web. Used for: Frontend and backend code. Think of it as: The foundation everything else sits on. 2) TypeScript What it is: JavaScript with static typing. Based on: JavaScript. Used for: Safer code, better autocomplete, fewer silly mistakes. Think of it as: JavaScript with guard rails. Rule of thumb: TypeScript is usually the better default for app projects. 3) React What it is: A UI library. Based on: JavaScript / TypeScript.