December 2023.
I had just started learning web development. CodeWithHarry's Sigma course was open on one tab. YouTube was open on four others. My notes were a mess. My brain was more of a mess.
Everyone kept saying the same thing — "just start building."
Start building what? I didn't know anything yet.
I remember opening VS Code for the first time. That blank screen. That blinking cursor. It felt like standing at the edge of something massive and not knowing whether to jump or walk away.
I typed the most famous line in programming:
console.log("Hello, World")
Hit run.
Hello, World appeared on the screen.
That's it. That's all it did.
And I just sat there staring at it.
I know it sounds silly — it's one line, it does nothing, every developer has written it. But in that moment it felt like proof. Proof that I could actually do this. That the machine would listen if I spoke the right language.
That one line didn't teach me JavaScript. It didn't make me a developer. But it made me believe I could become one.
That was December 2023.
Today I'm writing this on a portfolio website I designed and built myself. Same laptop. Same i3 1215U that everyone said was too slow for this. Same kid from Pakur who had no idea what he was doing.
Still figuring things out. Still typing. Still hitting run and seeing what happens.
Hello, World — and everything after it.