Projects
Explore the design and implementation of infrastructure automation, web applications, and operational tools.
- Fullmoon SEO Bot: Design Notes on Search Visibility Management
An automation design for checking public URLs, sitemaps, canonical tags, and hreflang while tracking crawling and indexing as separate stages.
- Lunar Style CSS Compiler: Design Notes on CSS Build Validation
A build-tool design that checks Tailwind source detection and dynamic classes while validating both CSS size and visual regressions.
- Eco-Astro Image Squeezer: Design Notes on Browser Image Processing
An image conversion design using WebAssembly codecs and Web Workers, with explicit limits on quality, memory use, and parallel processing.
- Fullmoon Core Engine: Design Notes on Build and Rendering Optimization
A web performance design that measures build-time bundle optimization separately from task offloading during browser execution.
- Astro Realtime Web Analytics: Design Notes on Collection and Aggregation
An analytics pipeline design covering accuracy and retention, with bounded browser-event queues, batching, and ClickHouse aggregation.
- Fullmoon Syntactic Code Highlighter: Design Notes on Safe Code Display
A highlighter design that separates TextMate tokenization from safe DOM output and limits the rendering cost of long code samples.