Back

Hello World

meta intro

Why I Started This Blog

Writing is thinking. I’ve been building projects, learning new technologies, and accumulating knowledge that deserves a home beyond scattered notes and forgotten bookmarks.

This blog is that home — a place to document what I learn, share what I build, and think out loud about the things that interest me.

What to Expect

I write about:

  • Web Development — frontend, backend, the full stack
  • Web3 — smart contracts, protocols, decentralized systems
  • AI — practical applications, not just hype
  • Tools & Workflows — the systems that make work better

A Code Example

Here’s a simple function that demonstrates nothing important:

function greet(name: string): string {
  return `Hello, ${name}. Welcome to the blog.`;
}

console.log(greet('World'));

A Quote to Start

The best time to plant a tree was 20 years ago. The second best time is now.

That applies to blogs too. Let’s go.