
Lecture Description
Yo ninjas, welcome to your very first Node JS tutorial for beginners. In this Node JS tutorial I'll introduce to what exactly Node is all about, why we'd use it and the technologies you'll need to be familiar with to get started.
In a nutshell, Node JS lets us run JavaScript on a computer / server, so with it we can create dynamic web applications in JavaScript from start to finish, without the need to learn another language.
----- 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.