Hello, World 👋
Welcome to the blog! I’ll share progress logs, AI notes, and project breakdowns.
- Why now
- What I’m building
- How I’ll keep posts concise
// Example snippet (rendered with our <pre>/<code> styles)
function greet(name: string) {
return `Hello, ${name}!`;
}