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);