arrow_back
Hello World May 23, 2026

Hello World

First post on the blog.

introzinccy

Welcome to my blog!

I've been building software for a while now, stuff like developer tools, web platforms, systems software, games etc. I figured since I already have this page, might as well use a part of it to write some thoughts and updates whenever I feel like.

I have some projects on the way that I would like to share so this might be the place I present them and talk about them once I release them or before I release them.

What to expect

Posts here will cover:

  • Project updates as I ship new things
  • Architecture decisions and the trade-offs behind them
  • Tech opinions and thoughts about tools, languages etc

zinccy

The stack

This blog itself is built with my own SDK. I use Go templates compiled with templ, styled with Tailwind CSS, and served with net/http. No JavaScript frameworks, no build step beyond templ generate and Tailwind.

For interactivity I use HTMX and Alpine.js. Might even make a post about that..

Posts are plain markdown files with YAML frontmatter, rendered at startup with goldmark. Simple and fast.

More soon.