Birth of the blog
A start of something beautiful?
Published at Sep 14, 2024
Table of Contents
Blog?
Hey everyone! I’m creating this blog to sort of serve as a base for anything I want to talk about. Sometimes it can be personal, sometimes about some technical topic, or sometimes just about some random thing that I am interested in. Do I think a lot of people will be reading this? To be honest, probably not. But maybe one day i’ll write something that resonates with someone else. Let’s see what the future holds!
function greet(name: string) {
console.log(`Hey ${name}! 👋`);
}