This post breaks down how we solved the $200/month contact form problem for a static Hugo site. We detail our journey in crafting an elegant, zero-cost solution by using Cloudflare Workers as a serverless ‘brain’ and HTMX for an instantaneous user experience.
On Jul 24, 2025HugoCloudflare WorkersHTMXFormsServerlessdeploymentfrontend
This post explains how to configure timezone support in Go applications running on Alpine Docker images. It covers copying the zoneinfo.zip file and setting the ZONEINFO environment variable. Learn to ensure accurate time handling in containerized Go apps.
On Mar 29, 2020software-developmentGoDockergodeployment
This post provides a quick guide to setting up Continuous Integration for Go projects on CircleCI. It includes a sample circle.yml configuration for dependencies, testing, and environment setup. Get started with automated builds and tests for your Go applications.
On Oct 9, 2015software-developmentgoCIdeploymentdevops