DEV Community

Ayaan Ahmed Shohan
Ayaan Ahmed Shohan

Posted on

Help Post

Hello Guys,
I am Shohan, Beggiener in the web development sector. and I wanna know about some strategies to learn code faster. and what should I learn to get better value in programming jobs or what topic, languages, frameworks would help me better in future for Web development sector?
advanced Thanks.

Top comments (2)

Collapse
 
jwp profile image
John Peters • Edited

Here's a tip. Download the latest Angular CLI Then install VSCODE for your editor.

Open VSCode and then go to the command line and follow these steps.

After all the node_modules load you'll have an instant web site. Analyze the files there. Make changes to them to see results. Repeat this for 3 months and you'll be well on your way.

Collapse
 
roelofjanelsinga profile image
Roelof Jan Elsinga

Honestly, you don't need a specific language or framework. Just figure out what you want to build. For example, if you want to build websites, learn HTML/CSS/JavaScript. Learn those tools through and through and know everything about them. If you're looking at JavaScript, learn vanilla JavaScript. Once you know that through and through, maybe look at Angular, React, or Vue. Don't start with frameworks before you know the underlying language.

Foundation language knowledge is much more marketable than knowing a framework without knowing the underlying language. If you want specific suggestions for languages you should learn, I'm more than happy to help. Just let me know!