Hello, world
This is the blog's first post. For now, a place to write about what I'm building, learning and breaking.
The idea is simple: posts in Markdown, versioned alongside the code, in both Portuguese and English.
function hello(name: string): string {
return `Hello, ${name}!`
}
console.log(hello("world"))More soon.