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.
-
Learning by Building #1 — What I Missed in Designing an Ingredient-Filtered Recipe Feature
A feature where you input a recipe plus 'the ingredients I have', and it returns a cooking method that works with just those ingredients. Before implementing, I answered the design questions myself and got them evaluated. What I got right, 5 things I got wrong, 6 things I missed — name tags instead of indexes, revealing instead of blocking, combinatorial explosion, and the trap of AI-written tests.
-
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.
-
I Deployed Julgot — Day 1 Retrospective
I started 'Julgot' because perfectionism left me with nothing to put on my portfolio, and today I finally deployed it. Here's a breakdown of what I experienced for the first time along the way (environment separation, DB backups, business registration) and what I still haven't figured out (marketing).