Blog
Software-related posts.
Notes. Code snippets. Random thoughts.
Rotating Logfile in Go
Implementing a simple rotating logfile in Go.
Read this postDNS RFCs
List of DNS-related RFCs
Read this postThe Null MX Record
Learn more about the Null MX Record.
Read this postSimple Sitemap HTTP Handler in Go
Simple Go HTTP handler that pre-renders and serves a sitemap.xml file.
Read this postParsing and Rendering Markdown in Go
Simple helper to parse and render Markdown in Go.
Read this postSending Emails in Go
Simple helper to send emails (via an external SMTP relay) in Go.
Read this postMerging Multiple File Systems (fs.FS) in Go
Simple helper to merge multiple fs.FS in Go.
Read this postGenerating (Human-Friendly) IDs in Go
Simple helper to generate cryptographically-safe random IDs in Go.
Read this postProject Ideas for Developers
Find some inspiration for your next side-project.
Read this postDNS Zone CI/CD on Scaleway
Learn how to automatically deploy your DNS zone to Scaleway DNS.
Read this postDomain Name Contacts
Learn more about domain name contacts.
Read this postDNS Bookmarks
Useful DNS-related links and resources.
Read this postSponsored TLDs
Learn more about sTLDs.
Read this postBrand TLDs
Learn more about brand TLDs.
Read this postCountry-code TLDs
Learn more about ccTLDs.
Read this postThe RRR Model (DNS)
Discover the Registry-Registrar-Registrant Model.
Read this postRun your App with Systemd
Simple guide for deploying your app with Systemd.
Read this postPicking a Domain Name
Some things to consider when picking a domain name.
Read this postMulti-stage Go Container Build
Build your Go container properly with multi-stage builds.
Read this postGo Panic Recovery HTTP Middleware
A simple Go panic recovery HTTP middleware implemention.
Read this postPushing Logs to Loki with Go
Push logs to Loki HTTP API with Go (only using the standard library).
Read this postHTML Page Boilerplate
Simple boilerplate for your HTML pages.
Read this postUsing SSH in a Github Workflow
A sample Github workflow that uses SSH.
Read this post