Tag: 바이브코딩
All the articles with the tag "바이브코딩".
-
Real-Device Testing on App-in-Toss — Stuck on Direct Phone Connection, Solved with ait deploy
Starting the August vibe coding challenge, I tried real-device testing on App-in-Toss with my Galaxy Flip4 and only got 'A problem occurred while running the app.' I checked wifi, logs, and even TCP settings but couldn't fix it — turns out the whole approach was wrong. The answer was to build a bundle with `npx ait deploy` and send a test push.
-
Things I Built While Taking a Break from Blogging — 3 Lessons from Developing with AI
My most recent post was 9 days ago. In that time, I built things like stock monitoring, a pottery reservation system, and a free-form practice pad. I organize three lessons learned from building these — verify feasibility before starting, watch for alternatives AI is so good it makes you miss, and request multiple options for areas where you're weak.
-
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.