June 08, 2026
Place2Page's project dashboard is one of the default paths users hit after signing in. That screen calls to render the project list. While reviewing Sentry, I noticed a small but useful signal. In t…
June 07, 2026
Attaching Google Analytics MCP took longer than I expected. Installing the MCP server itself was not the hard part. The real confusion came after that: which credential should I use, why did the brow…

June 04, 2026
Our marketer had started building a back-office view that pulled Growth-related information into one place. I ended up finishing the unresolved engineering parts. The unfamiliar part was not querying…

June 03, 2026
Backend developers usually live at layer 7. We look at API paths, status codes, request headers, and CORS. I reacted the same way when I saw in the browser after putting a stage API behind Cloudflar…

June 03, 2026
The hard part of this home-server setup was not installing Ubuntu or Docker. It was deciding the operational boundaries first. How should SSH access work? Where should HTTP requests enter? Which Dock…

May 31, 2026
At first, I thought this would be a straightforward i18n task. Take a Korean store landing page, translate it into English, Japanese, and Simplified Chinese, then serve those versions under , , and .…

May 29, 2026
When repeated , , , and SQL dump probes showed up in Sentry Profiles, the easiest first move was to hide them in Sentry. But that only quiets the dashboard. The requests still reach the app container…

May 24, 2026
Place2Page's landing page generation was already publishable. The question for this experiment was not "does it work?" It was "can we improve place-specific structure and visual rhythm without breaki…

May 24, 2026
Adding more photos did not automatically make Place2Page landing pages better. My first instinct was to add another prompt rule telling the model to "use the photos well." After looking at the actual…

May 23, 2026
One thing I learned while building Place2Page is that development speed is not defined only by individual implementation speed. At first, I thought moving quickly, organizing things myself, and build…