hello world
This is the first post. A placeholder to confirm everything is working.
Why a personal site?
There’s something valuable about having a place on the internet that you fully own — no algorithm, no feed, no engagement metrics. Just writing.
What goes here?
Notes, TILs, project write-ups, and whatever else feels worth putting into words.
Here’s a code snippet to test formatting:
def greet(name: str) -> str:
return f"Hello, {name}"
print(greet("world"))
More posts to follow.