Hello World

My first blog post — why I started this blog and what I plan to write about.

Welcome to my blog! This is the first post on my new personal tech blog.

Why start a blog?

I’ve been learning and building software for a while now. Writing things down helps me:

  • Solidify understanding — explaining a concept forces me to truly understand it
  • Build a reference — future me will thank present me for documenting solutions
  • Share with others — if someone finds a post useful, that’s a bonus

What I’ll write about

I don’t want to lock myself into fixed categories. Instead, I’ll write about whatever I’m actively learning or working on. Expect posts on:

  • Backend development and system design
  • Tools and workflows that improve my productivity
  • Project retrospectives and lessons learned

Tech stack

This blog is built with:

const stack = {
  framework: 'Astro',
  styling: 'Tailwind CSS',
  content: 'MDX',
  deployment: 'Cloudflare Pages',
};

The goal is a fast, minimal blog that’s easy to maintain and iterate on.

Stay tuned for more posts!

← Back to all posts