general

Hello World β€” Welcome to My Blog

Welcome to my personal site! πŸŽ‰

Welcome to my personal site! πŸŽ‰

This is the first post on my new Jekyll-powered blog. I built this site to have a place to share my thoughts, document things I’m learning, and work through ideas in public.

What to expect here

I plan to write about:

  • Software development β€” tips, tricks, deep dives into languages and frameworks I’m using.
  • Projects β€” what I’m building and what I’ve learned along the way.
  • Career & learning β€” reflections on growing as a developer.
  • Things I find interesting β€” technology, tools, and the occasional rabbit hole.

Why Jekyll?

I chose Jekyll for a few simple reasons:

  1. Speed β€” static sites are fast.
  2. Simplicity β€” Markdown + Liquid templates are easy to reason about.
  3. GitHub Pages β€” free hosting, zero config deploys.
# It's really this simple
jekyll new my-site
cd my-site
bundle exec jekyll serve

What’s next

I’m going to keep tweaking the design and filling in the content. If you have suggestions or spot something broken, feel free to open an issue on GitHub.

Thanks for stopping by β€” I hope you’ll come back! πŸ‘‹