Node.js Basics document provides examples of Node.js fundamentals including:
1) Creating HTTP servers to handle requests and send responses.
2) Using the File System module synchronously and asynchronously.
3) Implementing event handling using the EventEmitter class.
4) Building HTTP clients to make requests to servers.
5) Using streams to read and write file data.