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.