Welcome to my personal blog. I write about technology, software engineering, and things I find interesting.
- Explore my posts below
- Use the search to find topics
- Browse by tags
Welcome to my personal blog. I write about technology, software engineering, and things I find interesting.
This post demonstrates common Markdown elements and how PaperMod renders them. ...
Welcome to my blog! This is the first post built with Hugo and the PaperMod theme. ...
Today I spent some time setting up a Hugo site with the PaperMod theme. The process is straightforward once you understand the content structure and frontmatter variables. ...
Netlify makes deploying static sites incredibly easy. Connect your GitHub repo, set the build command to hugo, and you鈥檙e done. ...
Go鈥檚 concurrency model is built around goroutines and channels. Here are a few patterns I use regularly. ...