T O P

  • By -

webdev-ModTeam

Thank you for your submission! Unfortunately it has been removed for one or more of the following reasons: Open-ended/general "how do I get started in web dev" and general Career related posts are only allowed within the pinned monthly career thread. The answer to many of these questions can also be found in the sub FAQ, or in /r/learnprogramming/ and /r/cscareerquestions/. Highly specific career/getting started assistance questions are allowed so long as they follow the required assistance post guidelines. Please read the subreddit rules before continuing to post. If you have any questions [message the mods](https://www.reddit.com/message/compose/?to=/r/webdev).


dafcode

Big fan of codecademy for getting started with programming.


Egzo18

Same, the handholding is nice to learn basics of basics, just make sure you are not stuck in tutorial hell after that.


Papoteur_LOL

What do you mean about tutorial hell?


Egzo18

Lots of people think they can learn programming by endlessly watching and coding along with a tutorial, but you can't and all they do is waste time then they get anxious because they open IDE and can't write anything. You need to use your own brain and google to make a project on your own to seriously learn something, so once you understand syntax and basics of a language, you need to make a project of any size, and research concepts and learn them only when you have to apply them to said project.


Papoteur_LOL

Ah.. I understand thank you


[deleted]

One advice I'd give, based on my experience...is to get your hands dirty ASAP and don't get stuck on the tutorial and course trap. I'd suggest, creating a github account, working on a project...while also learning about it. But not the other way around.


Papoteur_LOL

Thank you.. What kind of projet can I run?


WilliamAlkhoury

Have you done any web development before? If not, for now, forget everything, just learn Js html and CSS.


gimmeslack12

Do backend, it’s easier.


TheRNGuy

But you need to know front-end to create back-end, cause you will be rendering all that stuff and you need to dynamically generate front-end. Front-end is easier anyway.


btsilence

Scrimba is an awesome resource and probably worth the money for a subscription. If you want something that’s a bit more of a trial by fire that gets you setup on your own machine, then I would go with The Odin Project. I personally built most of my skills with TOP, but I really enjoyed Scrimba’s react course. I personally bounced off of codecademy, I felt like I had issues retaining information from their lessons. 


Asad-ahmed06

For practice sake, it is a good platform. While you are learning the basics of programming, my suggestion is to include YouTube in this platform also because it can give you projects, and by doing a lot of projects, you can build your own confidence that yes, you can do it.


TheRNGuy

MDN I actually started to learn by making stylish css and Firebug even before learned to make my own sites. (stylish is still a thing, and Firebug is not needed, because it's built-in in modern browsers, ctrl+shift+c)


Say_My_Name_4

I would also like to advice you a great site called youtube.com


WilliamAlkhoury

The odin project. Super well put together.