-
-
Notifications
You must be signed in to change notification settings - Fork 63k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add another Node.js course #5534
Conversation
I am personally benefitted from this course. I think this course deserves to get enlisted here.
Don't know why 2 checks were not successful and what to do in order to pass these 😕 |
For youtube, we prefer "playlist" links and the name of the producer/creator. We don't link to authors. |
Be sure to check the output of Travis-CI for linter errors. Alphabetical order and spacing are the most common problems. |
courses/free-courses-en.md
Outdated
@@ -439,6 +439,7 @@ | |||
* [Express JS Crash Course](https://www.youtube.com/watch?v=L72fhGm1tfE) - Brad Traversy, Traversy Media (Youtube) | |||
* [Node.js API Development for Beginners](https://www.udemy.com/course/node-js-api-tutorial/) (Udemy) | |||
* [Node.js Basics](https://www.youtube.com/playlist?list=PLqq-6Pq4lTTa-d0iZg41U2RDqECol9C5B) - Java Brains (Youtube) | |||
* [Node and Express Tutorial](https://www.youtube.com/watch?v=TNV0_7QRDwY) by [John Smilga](https://github.com/john-smilga) - Coding Addict (YouTube) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this solve the linting errors. Creators can't have link
* [Node and Express Tutorial](https://www.youtube.com/watch?v=TNV0_7QRDwY) - John Smilga, Coding Addict (YouTube)
Great tutorial @john-smilga
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davorpa I have fixed that error and organised the list properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there no playlist? is it just one video?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eshellman No, actually this is an 8-hour long video covering all the aspects. For ease of navigation, they have provided topic-wise timestamps in the video description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the playlist will be this: https://www.youtube.com/playlist?list=PLnHJACx3NwAdT_8forzXYvx0o4A2VnoHX
But it only have this video
EDIT: Sorry, I miss
This is the playlist where is included in but it covers a bunch of topics more than Javascript/Node https://www.youtube.com/playlist?list=PLnHJACx3NwAdT_8forzXYvx0o4A2VnoHX
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly @davorpa , that playlist contains 10 different videos from 10 different topics 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly @davorpa , that playlist contains 10 different videos from 10 different topics 😃
I see the video at a glance and for me it's fine. It covers all things. Chapters are attached as timeline blocks as @basuabhirup said.
If playlist needs be enforced... maybe adding v=
parameter... https://www.youtube.com/watch?v=TNV0_7QRDwY&list=PLnHJACx3NwAdT_8forzXYvx0o4A2VnoHX&index=7
Eric has the last word 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
most YT videos are not, by themselves long enough to qualify as a course. This one certainly is. (8 hours!!!) Probably should add something in the contrib guidelines.
Thanks, and welcome to free-programming-books!
Fix line gap error
What does this PR do?
Add resource
For resources
Description
Node and Express Tutorial by John Smilga
Why is this valuable (or not)?
I am personally benefitted from this course. I think this course deserves to get enlisted here.
How do we know it's really free?
This video tutorial is hosted on YouTube. Just click the link and verify.
Checklist:
Followup