Hello, World
Welcome to my little corner of the internet. This post lays out goals for the blog and what you can expect next.
What to expect
- Hands-on notes and write-ups
- Project logs and experiments
- Occasional deep dives
export function greet(name: string) {
return `Hello, ${name}!`;
}
Thatβs it for now β thanks for stopping by!