← All posts
Hello, World
Kicking off the blog — what it's for and what to expect.
Welcome to the blog. I finally added a place to write things down, so here we are.
Why a blog?
I build a lot of small things — puzzle games, exporters, gateways — and most of what I learn along the way never leaves my head. This is where I'll try to change that: short notes on what I'm building, what broke, and what I'd do differently.
Expect posts on:
- Building side projects that people actually use
- Working with Webex APIs and contact-center tooling
- The occasional deep dive into something I nerd-sniped myself with
How it works
Every post here is just a markdown file. I drop a .md file into the posts/ folder, add a bit of frontmatter for the title and date, and a build step turns it into a page. No CMS, no database — just text in a git repo.
// A new post is literally this simple:
// posts/my-idea.md
//
// ---
// title: My Idea
// date: 2026-08-01
// ---
//
// ...write words here...
Keep it simple until simple stops working.
That's the whole idea. More soon.