
Lecture Description
Alright gang, in this node js tutorial I'll show you how streams and buffers work, so that we're fully prepared to use them within our node application. Streams and buffers allow data to be consumed before it's fully downloaded and increase the performance of your app.
----- 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.