This is my first post. I’m setting up a new blog powered by Jekyll and GitHub Pages.
Why a blog?
Writing helps me think clearly. I plan to share notes on software engineering, side projects, and things I learn along the way.
What to expect
- Short, practical posts
- Code snippets and examples
- Occasional project updates
Here’s a quick code example to make sure syntax highlighting works:
def greet(name: str) -> str:
return f"Hello, {name}!"
print(greet("world"))
“The best time to start writing was yesterday. The second best time is now.”
Stay tuned.