Archive
4 posts
2026
TODO Tags in IDEs: Manage TODO/FIXME/HACK in IntelliJ IDEA
Don’t stop at TODO. Add patterns for common task tags (FIXME/XXX/HACK/OPTIMIZE/REVIEW) so IDEs can surface them in one place and you can distinguish bugs, hacks, and real follow-ups.
Welcome to the Astro multilingual site
Starter sample for blog + docs + tools + downloads in one static site.
2024
Building High-Performance Static Sites with Astro
Astro is a modern static site generator that lets you use your favorite framework components, but only sends JavaScript when needed, resulting in exceptional performance. This article explores how to build high-performance static sites with Astro.
GitHub Actions Automation Best Practices
GitHub Actions is GitHub's continuous integration and continuous deployment service. This article covers how to use GitHub Actions for automated building, testing, and deployment to improve development efficiency and code quality.