Feeling Lost in Web Development: Need Guidance!

0
1
Asked By CuriousCoder92 On

Hey everyone! I'm diving back into web development after some time away. I already know HTML and I'm halfway through learning JavaScript, but I'm feeling quite confused about how everything fits together. I'm not sure how HTML, JavaScript, frameworks like Angular, TypeScript, backend, and databases all connect. I really want to understand the bigger picture instead of just learning things in isolation. Any advice would be greatly appreciated!

2 Answers

Answered By TechSavvy88 On

It sounds like you're at a pivotal point! It's common to feel overwhelmed when getting back into coding. To get a clearer idea, maybe try breaking it down: HTML is for structure, JavaScript adds interactivity, and frameworks like Angular help you build apps more efficiently. Try focusing on mastering JS before diving deep into a framework, and you'll see how they all work together. Also, don’t forget about backend and databases; they handle the server-side logic and data storage. Take it one step at a time!

CodeNinja44 -

Totally agree! Focusing on JavaScript fundamentals makes a huge difference. Once you're comfortable with that, jumping into a framework like React or Angular will feel much smoother. And yeah, backend can sound daunting, but think of it as just another layer in your app architecture!

Answered By DevGuru21 On

Welcome back! I’d suggest sticking with JavaScript for a bit longer, and once you’re confident, you can explore libraries or frameworks. The MERN stack (MongoDB, Express, React, Node.js) is a great path if you feel ready to tackle full-stack development. Understanding how the pieces fit—frontend with React and backend with Node—could help you see the bigger picture more clearly.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.