Skip to content

01-node-tutorial: Add tutorials based on each js file#98

Open
boubkhaled wants to merge 26 commits intojohn-smilga:mainfrom
boubkhaled:main
Open

01-node-tutorial: Add tutorials based on each js file#98
boubkhaled wants to merge 26 commits intojohn-smilga:mainfrom
boubkhaled:main

Conversation

@boubkhaled
Copy link

Added files:

  • 01-intro.md
  • 02-globals.md
  • 03-modules.md
  • 08-os-module.md
  • 09-path-module.md
  • 10-fs-sync.md
  • 11-fs-async.md
  • 12-http.md
  • 13-event-emitter.md
  • 15-create-big-file.md
  • 16-streams.md
  • 17-http-stream.md

Removed introductory text and tutorial structure.
Added a comprehensive tutorial on Node.js global objects, including key globals like __dirname, __filename, require, module, and process, along with practical examples.
Removed introductory text and focused on the tutorial content.
This tutorial explains the Node.js module system using CommonJS, covering module creation, exports, imports, and execution on import. It includes examples and practice exercises for better understanding.
This tutorial provides a comprehensive guide on using the Node.js OS module, covering user information, system uptime, and system details.
This tutorial covers the usage of the built-in os module in Node.js, including user information retrieval, system uptime, and system information.
This tutorial covers the usage of the Node.js path module, including path separators, joining paths, extracting filenames, and resolving absolute paths. It also includes practice exercises and next steps for further learning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant