Introduction to Dev's Blog
1 min read

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.
const hello = () => {
console.log("Welcome to the blog!")
}
hello()