Hello, world: launching the blog

A short welcome post and a quick note on why this blog exists, written as the first entry.

Why a blog

I wanted a place to write longer pieces about the projects I build, what breaks along the way, and what I learn about machine learning and data engineering that doesn’t fit in a README. The portfolio covers what I’ve shipped; this blog covers how and why.

What to expect

Posts will mostly be technical notes: project post-mortems, ML paper walkthroughs, and short deep-dives on specific tools. Expect code.

def hello(name: str) -> str:
    return f"Hello, {name}!"

print(hello("world"))

If you want to reach out about any post, the contact section on the homepage has the fastest ways to get in touch.