Tag: 바이브코딩
All the articles with the tag "바이브코딩".
-
DB & Data Modeling Vocabulary for Vibe Coding — From Normalization to Migration
Part 2 of the vocabulary series that follows the UI vocabulary post. Six core terms to help you move past vague instructions like 'just build me a DB' — normalization, relationships, indexes, transactions, isolation levels, migrations — woven into a single thread. Core concepts also come with a hands-on playground.
-
Organizing UI Vocabulary for Vibe Coding — State, Motion, Hierarchy, and Copy
When you get AI to build UI, vague words like 'make it pretty' or 'make it smooth' don't work. My first terminology post, where I organize vocabulary across three axes — state, motion, and hierarchy. Includes a playground link at the end you can try out yourself.
-
Managing AI Sessions in Vibe Coding — How to Split Common vs. Specialized Instructions
A problem I ran into managing multiple Claude Code sessions like company departments: instruction management. I worked out how much should live in the common CLAUDE.md, and where the line is for splitting off specialized CLAUDE.md files in each working folder.
-
When department-specific Claude Code sessions don't follow instructions — putting CLAUDE.md in the actual working folder
While running multiple Claude Code sessions split by role in one project, the frontend session kept using git commands. Moving the instructions from the 'department folder' to the 'actual working folder' fixed it.