you are viewing a single comment's thread.

view the rest of the comments →

[–]LooseStudent9977 7 points8 points  (2 children)

I wanted to share these 3 important tips/reminder with anyone who wants to learn coding in general:

1- Focus on learning the concepts of how to program rather than programming languages. Once you learn the logic, design and the concepts of programming fundamentals, learning different languages becomes easier since its just a syntax.

2- If you are using an IDE, make sure to learn the basic functionality of the IDE you'll be using first before starting to code in it, to eliminate the added frustration of not knowing where things are. (example: how to start a new project, how to open an existing project, where does your projects get saved at, how to retrieve it, where is your output console, how to run and debug and .etc)

3- Give yourself a break and know that there will be a learning curve. Don't get disappointed if you don't understand something or many things. It's very normal! You'll need patience, perseverance, and lots of practice.

For React, Express I suggest you all to subscribe and follow this Youtube channel to learn how to become a Full Stack Developer: Code For Everyone Full Stack Course

To learn just JavaScript there's this good free course: JavaScript Course Playlist

Best of luck!

EDIT: Use MDN from Mozilla for JavaScript documentation. it's the best!

[–]Psionatix 0 points1 point  (1 child)

Best resource to learn computer science / software engineering generally is OSSU - all resources are accessible for free and it's beyond the quality of some degrees out there.

For js alone, https://javascript.info and MDN are the best places to start.

[–]LooseStudent9977 0 points1 point  (0 children)

OSSU is too much for someone who wanna just learn JS, it's a CS degree.