Category: Web Development
Posts filed under this category.
-
Building My Blog: Why I Chose Giscus for Comments
Why I integrated Giscus, a GitHub-powered open-source comment system, into my developer blog covering privacy, setup, pros, and tradeoffs.
•- astro
- comments
- github
-
Over-Engineering a Search Feature for My 7-Post Blog: A Developer's Learning Journey
Hybrid search for my Astro blog: cached in-memory index, a lightweight /api/search.json endpoint, and Fuse.js for fuzzy relevance fast, cost‑effective, and fully under my control.
•- astro
- search
- fuse.js