FileMood

Download Node.js Essential Training

Node js Essential Training

Name

Node.js Essential Training

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

1.1 GB

Total Files

119

Hash

55E7994D72F75884571124920A55AD0180DF02A3

/1. What Is Node.js/

01 - Node.js history.en.srt

3.3 KB

01 - Node.js history.mp4

3.2 MB

02 - How Node.js works.en.srt

7.1 KB

02 - How Node.js works.mp4

10.5 MB

/10. Testing and Deployment/

01 - Testing with mocha and Chai.en.srt

16.8 KB

01 - Testing with mocha and Chai.mp4

22.7 MB

02 - Asynchronous mocha testing.en.srt

17.7 KB

02 - Asynchronous mocha testing.mp4

25.7 MB

03 - Mocking a server with Nock.en.srt

9.7 KB

03 - Mocking a server with Nock.mp4

16.5 MB

04 - Injecting dependencies with rewire.en.srt

14.2 KB

04 - Injecting dependencies with rewire.mp4

16.3 MB

05 - Advanced testing Sinon spies.en.srt

11.1 KB

05 - Advanced testing Sinon spies.mp4

17.7 MB

06 - Advanced testing Sinon stubs.en.srt

17.4 KB

06 - Advanced testing Sinon stubs.mp4

30.1 MB

07 - Code coverage with Istanbul.en.srt

8.9 KB

07 - Code coverage with Istanbul.mp4

16.5 MB

08 - Testing HTTP endpoints with Supertest.en.srt

15.5 KB

08 - Testing HTTP endpoints with Supertest.mp4

25.2 MB

09 - Checking server responses with Cheerio.en.srt

13.7 KB

09 - Checking server responses with Cheerio.mp4

25.3 MB

/11. Automation and Deployment/

01 - Hinting your code with Grunt.en.srt

9.8 KB

01 - Hinting your code with Grunt.mp4

12.8 MB

02 - Converting LESS to CSS with Grunt.en.srt

13.9 KB

02 - Converting LESS to CSS with Grunt.mp4

23.9 MB

03 - Bundling client scripts with Browserify.en.srt

13.5 KB

03 - Bundling client scripts with Browserify.mp4

48.3 MB

04 - Rapid development with Grunt Watches.en.srt

15.1 KB

04 - Rapid development with Grunt Watches.mp4

25.9 MB

05 - Automation with npm.en.srt

9.7 KB

05 - Automation with npm.mp4

15.0 MB

06 - Debugging with NPM.en.srt

16.8 KB

06 - Debugging with NPM.mp4

30.6 MB

/2. Installing Node.js/

01 - Installing Node.js on a Mac.en.srt

2.5 KB

01 - Installing Node.js on a Mac.mp4

4.0 MB

02 - Installing Node.js on a PC.en.srt

3.0 KB

02 - Installing Node.js on a PC.mp4

5.0 MB

03 - Upgrading Node.en.srt

4.3 KB

03 - Upgrading Node.mp4

9.3 MB

/3. Node Core/

01 - The global object.en.srt

13.4 KB

01 - The global object.mp4

18.4 MB

02 - Argument variables with process.argv.en.srt

10.9 KB

02 - Argument variables with process.argv.mp4

14.4 MB

03 - Standard input and standard output.en.srt

22.5 KB

03 - Standard input and standard output.mp4

28.8 MB

04 - Global timing functions.en.srt

20.5 KB

04 - Global timing functions.mp4

27.5 MB

/4. Node Modules/

01 - Core modules.en.srt

8.7 KB

01 - Core modules.mp4

11.6 MB

02 - Collecting information with Readline.en.srt

20.4 KB

02 - Collecting information with Readline.mp4

30.2 MB

03 - Handling events with EventEmitter.en.srt

14.6 KB

03 - Handling events with EventEmitter.mp4

18.4 MB

04 - Exporting custom modules.en.srt

8.3 KB

04 - Exporting custom modules.mp4

11.8 MB

05 - Creating child process with exec.en.srt

10.6 KB

05 - Creating child process with exec.mp4

14.5 MB

06 - Creating child process with spawn.en.srt

12.5 KB

06 - Creating child process with spawn.mp4

18.1 MB

/5. The File System/

01 - Listing directory files.en.srt

10.1 KB

01 - Listing directory files.mp4

13.5 MB

02 - Reading files.en.srt

13.9 KB

02 - Reading files.mp4

20.4 MB

03 - Writing and appending files.en.srt

16.7 KB

03 - Writing and appending files.mp4

21.6 MB

04 - Directory creation.en.srt

6.4 KB

04 - Directory creation.mp4

8.6 MB

05 - Renaming and removing files.en.srt

11.9 KB

05 - Renaming and removing files.mp4

15.8 MB

06 - Renaming and removing directories.en.srt

11.1 KB

06 - Renaming and removing directories.mp4

14.6 MB

07 - Readable file streams.en.srt

17.2 KB

07 - Readable file streams.mp4

25.6 MB

08 - Writable file streams.en.srt

10.6 KB

08 - Writable file streams.mp4

16.6 MB

/6. The HTTP Module/

01 - Making a request.en.srt

20.5 KB

01 - Making a request.mp4

33.7 MB

02 - Building a web server.en.srt

13.5 KB

02 - Building a web server.mp4

17.6 MB

03 - Serving files.en.srt

21.8 KB

03 - Serving files.mp4

35.3 MB

04 - Serving JSON data.en.srt

16.6 KB

04 - Serving JSON data.mp4

25.3 MB

05 - Collecting POST data.en.srt

15.3 KB

05 - Collecting POST data.mp4

20.9 MB

/7. Node Package Manager/

01 - Installing npms locally.en.srt

7.4 KB

01 - Installing npms locally.mp4

11.9 MB

02 - Installing npms globally on a Mac.en.srt

12.2 KB

02 - Installing npms globally on a Mac.mp4

19.1 MB

03 - Installing npms globally on a PC.en.srt

9.8 KB

03 - Installing npms globally on a PC.mp4

14.7 MB

04 - File servers with httpster.en.srt

8.6 KB

04 - File servers with httpster.mp4

13.5 MB

/8. Web Servers/

01 - The package.json file.en.srt

17.8 KB

01 - The package.json file.mp4

26.1 MB

02 - Intro to Express.en.srt

16.3 KB

02 - Intro to Express.mp4

20.0 MB

03 - Express routing and CORS.en.srt

14.1 KB

03 - Express routing and CORS.mp4

20.3 MB

04 - Express post bodies and params.en.srt

19.5 KB

04 - Express post bodies and params.mp4

30.2 MB

/9. WebSockets/

01 - Creating a WebSocket server.en.srt

16.5 KB

01 - Creating a WebSocket server.mp4

14.9 MB

02 - Broadcasting messages with WebSockets.en.srt

6.8 KB

02 - Broadcasting messages with WebSockets.mp4

10.1 MB

03 - Creating WebSockets with Socket.IO.en.srt

19.3 KB

03 - Creating WebSockets with Socket.IO.mp4

29.3 MB

/Conclusion/

01 - Next steps.en.srt

4.2 KB

01 - Next steps.mp4

7.4 MB

/Introduction/

01 - Welcome.en.srt

2.9 KB

01 - Welcome.mp4

31.5 MB

02 - What you should know.en.srt

2.5 KB

02 - What you should know.mp4

2.0 MB

03 - Using the exercise files.en.srt

2.0 KB

03 - Using the exercise files.mp4

2.3 MB

04 - Installing dependencies.en.srt

1.6 KB

04 - Installing dependencies.mp4

2.4 MB

/

Ex_Files_Nodejs_EssT.zip

1.8 MB

 

Total files 119


Copyright © 2025 FileMood.com