Latest Posts

All blog posts sorted by newest first.

[SDD Plugin] Applied Engineering — Analyzed Through 4 AI Engineering Paradigms

2026-04-08
Analyzing the AI engineering techniques applied to the SDD (Spec-Driven Development) Plugin for Claude Code through 4 paradigms: Prompt, Context, Agentic, and Harness. See how each paradigm is implemented in the plugin with actual code examples.
see more →

[SDD Plugin] Development Journey — From Prototype to Completion

2026-04-07
The 4 phases of building the SDD (Spec-Driven Development) Plugin for Claude Code — foundation, multilingual support, Issue template improvements, and the resume command. Sharing the development process and lessons learned.
see more →

[SDD Plugin] Full Structure and Usage of SDD Plugin

2026-04-06
SDD (Spec-Driven Development) Plugin is a Claude Code plugin that helps you collaborate systematically with AI through a GitHub Issue-based 4-stage process (Analyze → Design → Implement → Test). This post covers its commands, GitHub integration, and usage.
see more →

[Astro] Troubleshooting and Tips

2026-04-05
Sharing the problems encountered and their solutions, along with useful tips, during the migration from Jekyll to Astro. Covers mobile scroll issues, Sass warnings, code highlighting, and more.
see more →

[SDD Plugin] The Pitfalls of AI Coding and a Path Forward

2026-04-05
The problems encountered when using AI coding tools like Claude Code in practice (coding without analysis, implementation without design, lost conversations), and the background behind creating the SDD (Spec-Driven Development) Plugin to solve them.
see more →

[Astro] Social Share Automation Script

2026-04-04
Sharing how we implemented a script to automatically share blog posts to social media platforms including Facebook, LinkedIn, Threads, Bluesky, and Mastodon.
see more →

[Astro] GitHub Pages Deployment

2026-04-03
Sharing how to deploy an Astro blog to GitHub Pages. Covers gh-pages package setup, custom domain, .nojekyll file, build pipeline, and more.
see more →

[Astro] Layout and Component Architecture

2026-04-02
Sharing the layout and component structure of an Astro blog. Covers the design of core components such as BaseLayout, PostLayout, Navbar, Footer, and dynamic routing.
see more →

[Astro] Search Implementation with Pagefind

2026-04-01
Sharing how to implement static search functionality using Pagefind in an Astro blog. Covers build integration, multilingual search, category filtering, and more.
see more →

[Astro] Ad Integration (Google AdSense)

2026-03-31
Sharing how to integrate Google AdSense ads into an Astro blog. Covers ad component setup, inserting ads within markdown using a custom rehype-in-feed-ads plugin, and more.
see more →

[Generative AI] 4 Paradigms of AI Engineering — Prompt, Context, Agentic, Harness

2026-03-31
A breakdown of 4 paradigms that make up AI engineering (Prompt, Context, Agentic, Harness Engineering), their definitions, techniques, practical examples, and how they relate to each other.
see more →

[Astro] Comment System (Utterances)

2026-03-30
Sharing how to integrate the Utterances comment system into an Astro blog. Covers implementing a lightweight comment system based on GitHub Issues and usage in PostLayout.
see more →

SHARE
Twitter Facebook RSS