2026-01-01

My First Real Blog Post

Starting my journey in building and writing as a developer

Next.jsReactWeb Development

My First Real Blog Post

This is my first real blog post on my personal website.

What I will write here

  • Web development learnings
  • AI/ML experiments
  • Project breakdowns
  • Mistakes and insights

This blog is part of my journey as a developer from Nepal building real-world systems.

Example Code

const message = "Hello world"; console.log(message);