Head to http://brilliant.org/TinaHuang/ to get started for free with Brilliant's interactive lessons with 20% off an annual membership. Want to get ahead in your career using AI? Join the waitlist for my AI Agent Bootcamp: https://www.lonelyoctopus.com/ai-agent-bootcamp/ 🤝 Business Inquiries: https://tally.so/r/mRDV99 🖱️Links mentioned in video ======================== Sample PRD: https://docs.google.com/document/d/1cAq3qjgfTISPHP4p_LQALMotCNqh6Y1SBl2GzmD9OmE/edit?usp=sharing 🔗Affiliates ======================== My SQL for data science interviews course (10 full interviews): https://365datascience.com/learn-sql-for-data-science-interviews/ 365 Data Science: https://365datascience.pxf.io/WD0za3 (link for 57% discount for their complete data science training) Check out StrataScratch for data science interview prep: https://stratascratch.com/?via=tina 🎥 My filming setup ======================== 📷 camera: https://amzn.to/3LHbi7N 🎤 mic: https://amzn.to/3LqoFJb 🔭 tripod: https://amzn.to/3DkjGHe 💡 lights: https://amzn.to/3LmOhqk ⏰Timestamps ======================== 00:00 — Intro 02:30 — Vibe coding fundamentals 04:20 — Example PRD 07:08 — Frameworks 09:34 — Using Github for version control 12:50 — Debugging your vibe code 15:51 — Quiz 1 16:04 — Replit vibe coding demo 22:40 — Comparing vibe coding tools 23:35 — Windsurf vibe coding demo 27:22 — Quiz 2 27:25 — Tips & best practices 31:40 — Quiz 3 📲Socials ======================== instagram: https://www.instagram.com/hellotinah/ linkedin: https://www.linkedin.com/in/tinaw-h/ discord: https://discord.gg/5mMAtprshX 🎥Other videos you might be interested in ======================== How I consistently study with a full time job: https://www.youtube.com/watch?v=INymz5VwLmk How I would learn to code (if I could start over): https://www.youtube.com/watch?v=MHPGeQD8TvI&t=84s 🐈⬛🐈⬛About me ======================== Hi, my name is Tina and I'm an ex-Meta data scientist turned internet person! 📧Contact ======================== youtube: youtube comments are by far the best way to get a response from me! linkedin: https://www.linkedin.com/in/tinaw-h/ email for business inquiries only: [email protected] ======================== Some links are affiliate links and I may receive a small portion of sales price at no cost to you. I really appreciate your support in helping improve this channel! :)
ADVERTISEMENT
The idea of embracing exponentials in vibe coding was intriguing! I’ve been experimenting with similar concepts and keeping track of my progress using nocodeapi sometimes. Thanks for the insights!
I've been doing "vibe coding" for about 2 weeks now, building a full restaurant management app from scratch for a client (not for hosting, just for delivery). Along the way, I hit over 1000+ bugs—no exaggeration. It was exhausting, but in the process, I actually learned how to debug better, thanks to struggling through it. One big lesson: always plan your project structure before writing code—things like features, folders, and functionality. If you're unsure, use AI to help you plan. Once you’re clear on the structure, start installing dependencies and build one part at a time (frontend/backend/etc.).I usually create all the necessary folders and empty files first, then fill them manually with AI help. It’s slower, but way fewer bugs this way. Letting AI generate too much at once often causes messy or incorrect code—especially when it has to edit large files, bottom line is Vibe coding is fun, but make sure you’ve built some solid skills first—planning, structuring, debugging. Then AI becomes a handy tool
There are so many vibe coding channels and most of them are a complete waste of time. You may not speak as loudly or excitedly as some of them (and, frankly, thank God for that I am so tired LOL) but you actually provide valuable information, demos, and insights. Appreciate you so much!!
not gonna lie, i felt numb for months. like i was just surviving, not really living. then someone dropped Testosterone Rewired by David Brooks in a yt comment and i gave it a shot. bro… this book gave me my edge back. not by yelling at me to hustle, but by showing me how to fix my foundation. life hits different now.
Nice video — loved the vibe coding walkthrough and how you grounded the whole thing in PRD → frameworks → checkpoints → debugging → context. One extra thing I’d add for folks following along: bake a simple test and a rollback plan into your MVP step. Even a single unit test for core logic and a feature flag for risky changes will save so much time when the model makes sweeping edits. Also, set up a lightweight CI check (lint + dependency scan) before merging so LLM-generated code doesn’t introduce surprises. And if you want a ridiculously easy way to share static previews or MVP builds, Tiiny Host is a great tool — super fast for dropping a static React/Vite/Next build and sharing a demo link without full cloud deployment. Overall, great job — excited to see a follow-up diving into advanced agent rules and CI deployment!
Short answer: you need to learn to think like an engineer before vibe coding properly. Not to mention one must be willing to learn new things instead of winging it like typical vibe coders
Head to /TinaHuang/ to get started for free with Brilliant's interactive lessons with 20% off an annual membership.
Your videos are awesome! A video like this on MCP servers and integrating MCP servers during Vibe Coding would be super welcome.
The friendly cat dances constantly: 1. Thinking 2. Framework 3. Checkpoints 4. Debugging 5. Context
Honestly, the example PRD really made it clear how important context is for vibe coding—I dump my initial prompts into AICARMA just to see which ones land with different AIs.
"Like a true vide coder . We ' re going to hope it fixes itself". 🤣🤣🤣🤣🤣
The problem I have with people shilling vibe coding is that it is treated like a get quick rich scheme because they can ask the AI to build anything they want and it will some how magically work as if its some Genie. Event when she explains the process of vibe coding everything she explains is at a very high level. In order to truly build what you want, you need your fundamentals baked in. What are the fundamentals, what is python, what is react, what is a database, what is version control, what is deployment, what is a server how does it work. Without understanding the fundamentals you are just going to build what every other Tom Dick and Harry is building. Only once you have a basic understanding of the technologies you will be able to build the applications you want. I think this video will greatly help Junior Engineers to build some cool applications and also learn how they work It is a continuous learning process and its not a one day quick rich scheme. I feel a little jealous because I learned computer science the hard way and todays generation has the power of AI to build anything at an extremely quick pace provided they want to learn the fundamentals
This video really breaks down vibe coding in a way that makes it feel less like magic and more like a skill you can learn. The fundamental skills are super helpful, and I especially appreciate the practical tips at the end. I'm excited to try this out on Replit and see what I can build
Using frameworks in vibe coding simplifies so much. I jot down ideas in nocodeapi occasionally, this video definitely helps!
Hadn’t thought much about debugging with AI before this, but now i’ll definitely track those checkpoints in my own pneum atic workflow setup.
I’m 6 minutes in and I have already been doing all this without even knowing what “vibe coding” is. Crazy how my brain found the natural workflow for this.
its quite shocking how only a few people know about book inside the ai matrix vault by prince marvok
The way she explained everything and got so much sweaty 😭. She is the coolest dev i can aspire for. Thanks Tina Ma'am.
So, what I learned here is that you basically need to already be a software engineer to vibe code real-world software into existence. 🤣
Not only are you a brilliant teacher, you've got some pretty dope video edits. Tell us more about your video edits?