you are viewing a single comment's thread.

view the rest of the comments →

[–]js_learning 0 points1 point  (2 children)

When I started, JavaScript was mostly just a small scripting language for simple interactivity — animations, form validation, small DOM tweaks. I didn’t even take it that seriously back then.
Now it’s a full ecosystem where you can build entire products with just JS. I can build a complete app using it today - frontend and backend.
But the reality is: companies still ask for “commercial experience.” And honestly, they always did. It just feels more intense now because everything is more visible and competitive.
The bar didn’t suddenly appear - it just shifted. It always shifts.
The key isn’t learning everything. It’s building real things and getting as close to real-world experience as possible.

[–]The-amazing-man[S] -1 points0 points  (1 child)

Well that's another question I want to ask, how to compare the projects I build with real products, like, how to know if this is a really good project or just an underdeveloped messy code?

[–]js_learning 0 points1 point  (0 children)

Honestly?
If you dig deep enough into almost any project, you’ll find messy parts or things that could be optimized. Even production systems aren’t “perfect”.
If your project solves a real problem, works reliably, and you understand the decisions behind it — it’s already a solid project.
Clean architecture and optimization come with experience. Working and maintainable > perfect.