Below are the useful links and resources for learning JavaScript and Node.js:
-
MDN Web Docs
Source: https://developer.mozilla.org/en-US/docs/Learn/JavaScript -
Workshopper Learnyounode from NodeSchool
Source: https://github.com/workshopper/learnyounodeLearn the basics of node: asynchronous i/o, http.
learnyounodeis a Node.js package that contains a series of workshop lessons which will teach you the basics of writing Node.js applications. The lessons start with a basic "HELLO WORLD" lesson, and then move on to more advanced exercises about dealing with synchronous & asynchronous I/O, filesystem operations, TCP and HTTP networking, events and streams. -
Screencast Node.js from learn.javascript
Source: http://learn.javascript.ru/screencast/nodejsThe main features and tools for creating Web services, including internal features of the Node.js server.
-
Software Engineering and Programming Lectures by Metarhia
Source: https://www.youtube.com/TimurShemsedinov
Examples: https://github.com/HowProgrammingWorksOpen lectures on software engineering, JavaScript and Node.js by the Metarhia community and NodeUA (Node.js Ukraine Comminity) and HowProgrammingWorks projects (lectures at Kyiv Polytechnic Institute)