Welcome to my blog! I’ve finally gotten around to building a personal site.

Why a Blog?

I’ve been meaning to document my journey through cybersecurity for a while. Writing things down helps me learn and gives me some kind of accountability, and if someone else finds it useful, even better.

I’ll be writing about:

  • Home lab setups and experiments
  • CTF writeups and challenges (I’ve only done 1 so far hehe)
  • Security tools and techniques
  • Perhaps some things I’m learning in my studies

A Quick Code Example

Since this is a tech blog, here’s a quick Python script to make sure syntax highlighting works:

#!/usr/bin/env python3
print("Hello, World!")

More posts coming soon.