Tag: 용어정리
All the articles with the tag "용어정리".
-
Vocabulary for Vibe Coding: State Management — Client/Server State · Derived · Optimistic · Cache Invalidation
The 4th and final entry in the vocabulary series. Four core terms to move past the vague instruction 'AI, write me the state management' — Client/Server state separation, Derived state, Optimistic Update, Cache Invalidation + trigger patterns. I've built a separate playground so you can try out the core concepts hands-on.
-
API Design Vocabulary for Vibe Coding — REST, Status Codes, Idempotency, Pagination, Authentication/Authorization
Part 3 of the terminology series. After creating DB tables, how do you expose those resources to the outside world? 5 core vocabulary terms to escape the vague instruction 'build me an API' — REST, status codes, idempotency, pagination, authentication/authorization — plus bonus CORS. I set up a separate playground where you can try out the core concepts hands-on.
-
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.