Introduction to Dev's Blog

1 min read
Introduction to Dev's Blog

Why this blog exists

Building software is as much about documenting the journey as it is about shipping features. This space captures learnings, snippets, and behindthe-scenes stories.

TypeScript
const hello = () => {
  console.log("Welcome to the blog!")
}

hello()