ES6 Javascript
The Complete Developer's Guide

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udemy course.

ES6 Javascript Development from scratch

Reddemy may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udemy. Thank you for using these buttons to support Reddemy.

Taught by
Stephen Grider

Reddit Posts and Comments

0 posts • 5 mentions • top 5 shown below

r/learnjavascript • comment
8 points • bananaboat9999

I overlooked the last part of your post. Go with Eloquent JavaScript. It is a great introduction to modern programming. By the way, the book is free online. I believe it is on the 3rd edition (could be wrong).

Also, a great intro to JavaScript from an excellent teacher ES6 JavaScript Stephen Grider

Currently the course is not on sale, you have two options, wait and it will drop to $12.99 in a week or so or you can usually find a promo code through Google or the creator’s personal website.

Stephen Grider is an industry vet and you are in excellent hands with him. I have taken several of his courses.

Good luck!

r/learnjavascript • comment
1 points • joyancefa

Hi, There is this free book series : https://github.com/getify/You-Dont-Know-JS/tree/1st-ed that goes in depth into the JS syntax : I personaly read it and it helped deepen my understanding of JS

You can also buy a course on Udemy like this one : https://www.udemy.com/course/javascript-es6-tutorial/?LSNPUBID=vedj0cWlu2Y&ranEAID=vedj0cWlu2Y&ranMID=39197&ranSiteID=vedj0cWlu2Y-f8e7CGHbYPuG_EzGP_GRug&utm_medium=udemyads&utm_source=aff-campaign (wait for them to be on sale at 12$ to buy in case you didn't know 😉)

r/learnjavascript • comment
1 points • bluemonkey10

I took an Elixir course by Stephen Grider on udemy and found him to be an excellent teacher with great explanations for learning the syntax and concepts of a new language. I'd check his JS course, and maybe his ES6 course as well.

Don't be afraid to code along, or practice what you've learned, it helps retain everything. I like to use stuff like codepen.com or repl.it

Complete JS course

ES6 Javascript

Best of luck!

r/learnprogramming • comment
1 points • ttbn1

Learn Javascript. Its the most used language as its the language of the Web and Node is used extensively as a backend solution. Its package support is great. Its also, tbh, quite easy to learn relative to the other languages.

Start with Javascript - this is a good course.

Then you have the choice to either be a front end dev, ie websites, backend ie servers, or fullstack, both.

For front end, learn ReactJS. This course is decent.

For backend, learn NodeJS, a server framework like ExpressJS or Apollo Server, and a database solution ie MongoDB or Postgres (I would suggest Postgres - this is a good course). A decent course for Node could be this.

From there, I would recommend learning Typescript, and concepts such as Testing (particularly TDD) and CI/CD. This is a decent course for typescript.

Put yourself a portfolio together and start look at Junior Dev positions.

---

You can 100% turn your life around... I did. Hold down a part time job to keep some money coming in (or live off savings if you can), and just bang out these courses as though you were at school/college (ie 5-6 hours a day if you can manage). Once you've done say 3-6 months worth, you'll be able to get a first job. Once you get one (and you will, just keep trying, and if you need to, keep learning), you'll have your foot in the door and your life will change pretty quickly.