Posts
All posts on software development, web tech, and more.
- Another multi image test Mar 3, 2026
- Test multi image post Mar 3, 2026
- Markdown Tips for Technical Writers
Jul 22, 2024
Practical tips for writing clear, well-structured technical documentation in Markdown — from code blocks to tables to front matter.
- Why Go Is Great for CLI Tools
Jun 18, 2024
Go's combination of fast compile times, single binary output, and strong standard library makes it an excellent choice for building command-line tools.
- Web Performance: What Core Web Vitals Actually Measure
May 10, 2024
A no-nonsense look at Largest Contentful Paint, Interaction to Next Paint, and Cumulative Layout Shift — what they measure, why they matter, and how to improve them.
- Deploying Hugo to GitHub Pages with Actions
Apr 2, 2024
How to set up a GitHub Actions workflow that automatically builds and deploys your Hugo site to GitHub Pages on every push.
- Getting Started with Hugo
Mar 15, 2024
A practical walkthrough of setting up a Hugo site from scratch, including theming, content structure, and deployment.