
Lecture Description
Hey gang, in this tutorial I'll show you how we can create a readable stream and use it to read data / files. Using a readable stream means we don't have to wait for the full file to be stored in memory before we start to do something with the data.
----- COURSE LINKS:
+ Repo - github.com/iamshaunjp/node-js-playlist
+ Atom editor - atom.io/
---------------------------------------------------------------------------------------------
You can find more front-end development tutorials on CSS, HTML, JavaScript, jQuery, WordPress & more on the channel homepage...
SUBSCRIBE TO CHANNEL - www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg?sub_confirmation=1
========== JavaScript for Beginners Playlist ==========
www.youtube.com/playlist?list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET
============ CSS for Beginners Playlist =============
www.youtube.com/playlist?list=PL4cUxeGkcC9gQeDH6xYhmO-db2mhoTSrT
============== The Net Ninja =====================
For more front-end development tutorials & to black-belt your coding skills, head over to - www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg or thenetninja.co.uk
================== Social Links ==================
Twitter - @TheNetNinja - twitter.com/thenetninjauk
Course Index
- Introduction to Node.js
- Installing Node JS
- The V8 Engine
- The Global Object
- Function Expressions
- Modules and require()
- Module Patterns
- The Node Event Emitter
- Reading & Writing Files (fs)
- Creating & Removing Directories
- Clients & Servers
- Creating a Server
- Streams and Buffers
- Readable Streams
- Writable Streams
- Pipes
- Serving HTML Pages
- Serving JSON Data
- Basic Routing
- The Node Package Manager
- The package.json File
- Installing Nodemon
- Introduction to Express
- Express Route Params
- Template Engines
- Template Engines ( part 2 )
- Partial Templates
- Middleware & Static Files
- Query Strings
- Handling POST Requests
- Making a To-do App (part 1)
- Making a To-do App (part 2)
- Making a To-do App (part 3)
- Making a To-do App (part 4)
- Intro to NoSQL / MongoDB
- Making a To-do App (part 5)
- Making a To-do App (part 6)
Course Description
In this Node JS tutorial series for beginners, we'll be walking step by step through what Node JS is, and how it all works. We'll also be creating a Node JS application from scratch using express, and hook it up to MongoDB - a noSQL database perfect for using with Node.