Welcome to the Posts section – a collection of articles covering technology, development practices, productivity insights, and thoughtful analysis on various topics that catch my interest.
Whether you’re looking for technical tutorials, tool reviews, or explorations of emerging trends, you’ll find a mix of practical and philosophical perspectives here. Each post aims to provide value whether you’re a seasoned developer, a curious learner, or someone interested in the intersection of technology and creative thinking.
Browse through the latest articles below, or use the archive for a chronological view of all posts.
Getting Started With Hugo
Hugo is a fast and flexible static site generator that’s perfect for blogs, documentation sites, and portfolios. If you’re new to Hugo, this guide will help you understand the basics and get you up and running quickly.
Building Better User Interfaces in 2025
User interface design continues to evolve rapidly, driven by new technologies, changing user expectations, and emerging design philosophies. As we navigate through 2025, several key trends are shaping how we create digital experiences.
Hello Linux
Adding content from my Linux laptop, which is cool. All seems to work well, and I just realized that Netlify is running Hugo on the server becuase I’m not redering the static site locally and then sending it up. It must be generating things on the hosting side based on my configs? Something to look into!
Hosting Part II
OK, I was able to get the site up and running on Netlify! There was a little bit of fiddling, but it seems to work now. I don’t have it on a real domain yet, and I’m not sure about costs, but it’s a start. I’ll see if it auto updates when I save this.
Other options are:
- Vercel
- Firebase
- AWS
- GitHub Pages
- Cloudflare Pages
- Any VPS
Edit: I was wondering why the deployment was broken, but then I realized I had the draft status set to true in the post’s frontmatter, which means it wouldn’t be included in the production site’s pages. Just changed that and it shuold now show up.