Coding
5 posts found
From Invisible to Readable: Why I Rebuilt My Site for the AI Era
Vite + React was great, but it made my content invisible to AI and search crawlers. Here's why I moved to Astro for a content-first architecture.
Goodbye to #if os(macOS): A Journey of 'Pain and Rebirth' in SwiftUI Multi-platform Architecture
Initially, I put iOS/macOS under one target for convenience, but as complexity grew, the code became riddled with unmaintainable conditional compilation. Here's how I performed a major refactoring by physically isolating the UI layers.
Bug Analysis: SwiftUI navigationTransition Issues in Real-World Projects
While implementing Hero animations using SwiftUI navigationTransition in EXIF Master, a critical issue was discovered where the source photo disappears after navigation back. This was confirmed to be a long-standing bug in the official framework.
Order and Beauty: How I Built My Personal Web Space (React 19 + TS 5 + Tailwind 4)
Sharing my thoughts and practices on building a personal Web project using React 19, TypeScript 5, and Tailwind CSS 4
Example Guide: How to Write a Blog Post
This is an example post demonstrating the writing guidelines, supported categories, and markdown features.