Tech Stack Terms for Vibe Coding

Developer Tools2 entries

Terminal

AI gave me a command to run, but I don't know what it will do. Is it safe to run?

npm

AI told me to install dependencies, and one command downloaded a ton of stuff. What's going on?
Tech Stack1 entries

Tech Stack

When someone asks what tech stack I use, what am I supposed to say?
Programming Languages3 entries

JavaScript

What language makes the interactive parts of a webpage move and respond?

TypeScript

I've heard there's a stricter version of JavaScript that catches mistakes early. What is it?

Python

What's the language everyone recommends for automating spreadsheets and files with a script?
Frontend Frameworks3 entries

React

People keep saying to use React for websites. What's better about it than writing the page directly?

Vue

Is Vue really friendlier for beginners, and how is it different from React?

Next.js

Is there a framework for building a full React site with routing and SEO?
CSS & Components2 entries

Tailwind CSS

Do I really have to open a separate CSS file for every style change? Can I adjust styles right where I write the markup?

shadcn/ui

Is there a set of good-looking components I can copy into my project and customize?