All about Node.js From the Ground Up and More

seeders: 1
leechers: 0
Added on May 7, 2015 by parabaditya7in Other > Tutorials
Torrent verified.



All about Node.js From the Ground Up and More (Size: 1.06 GB)
 All about Node.js - From the Ground Up and More.mp419.34 MB
 course description.txt8.6 KB
 1- What is NodeJS.mp417.05 MB
 3- Installing NodeJS on a Mac.mp46.51 MB
 2- Installing NodeJS on Windows.mp42.94 MB
 6- Writing a Basic Web Server using NodeJS - Using Modules.mp416.38 MB
 7- Write an Efficient Web Server - Using Streams.mp412.4 MB
 8- Understanding the Node Package Manager & package.json.mp48.6 MB
 5- Writing a Hello World Server !.mp47.09 MB
 4- Read-Evaluate-Print-Line - REPL & Hello Node !.mp45.86 MB
 10- Installing MongoDB on Windows & Mongo Shell Basics.mp423.74 MB
 9- Introduction to MongoDB.mp414.51 MB
 27- Socket.IO - Creating a New Chatroom.mp443.94 MB
 30- Socket.IO - Sending a message & updating the message feed.mp441.92 MB
 19- Creating Configurations.mp435.22 MB
 28- Socket.IO - Joining a new Room - 1.mp433.1 MB
 23- Login with Facebook - Facebook Strategy.mp432.6 MB
 33- Heroku - Deploying to Heroku.mp430.2 MB
 31- Socket.IO - Updating active users in a chatroom.mp427.69 MB
 29- Socket.IO - Joining a new Room - 2.mp427.55 MB
 24- Login with Facebook - Routes & Middleware.mp426.5 MB
 26- Socket.IO - Listing Chatrooms.mp421.93 MB
 48- Getting images into the Photogrid gallery.mp439.66 MB
 43- Setting up the Upload Button Handler & AJAX.mp437.25 MB
 47- Storing the file name and votes in MongoDB on MongoLab.mp436.95 MB
 44- Setting up Formidable for Receiving the files.mp435.17 MB
 55- Amazon Web Services - Security Group, Ports & Port Forwarding.mp430.48 MB
 50- Creating the Vote Up Functionality & Final Testing.mp424.29 MB
 54- Amazon Web Services - Installing the Photogrid App on the EC2 Instance.mp421.15 MB
 52- Amazon Web Services - Installing NodeJS on EC2.mp418.38 MB
 36- Examining the User Interface & Getting Started.mp416.56 MB
 37- Creating the Express App & Setting up Socket.io.mp416.32 MB
 58- The Awesome Cloud9 IDE.mp427.35 MB
 59- Spinning a Droplet on Digital Ocean & Using Cloud9IDE.mp418.86 MB
 61- Nginx as a Proxy Server for NodeJS.mp414.84 MB
 62- Uploading and Reconfiguring ChatCAT to work with Nginx.mp413.57 MB
 60- Installing Nginx.mp48.33 MB
 63- Load Balancing with NGINX.mp47.35 MB
 57- What are we talking about.mp45.51 MB
 64- Into the Future & Thanks.mp42.95 MB

Description




All about Node.js | From the Ground Up and More



Course Link: https://www.udemy.com/all-about-nodejs/?dtcode=8aAK2Wz2SgSh


Course Description

"My intent is hand hold you all the way from writing your first NodeJS app to deploying production level apps on the cloud."


Student Testimonials

"Seriously best course I've ever taken. The course goes far beyond the scope of Node.js. Example applications are well designed and I learned tremendous number of new technologies - just by the way. My questions in discussion were answered almost immediately. Thank you, Sachin, for such a good course!" - Václav Čadek

"A place to start from Scratch and finally build some efficient live working projects on web. A must take course !!" - Aakash Saxena

"This by far the best course on Node that i have come across. Mr Sachin Bhatnagar has done a commendable job of coming straight to the point, in terms of course material and content. The topics covered are quite impressive and are implementation ready. His has vast experience in teaching which shows in his way of presenting a particular topic. I wish he makes more courses in future...." - Deepak Dhawan



About this Course

NodeJS is a platform that allows developers to write server side high performance and networked applications. And that too using good old Javascript. But wait ! Isn't Javascript meant to be used for forms and stuff on web pages ?

Well that was 10 years ago. The world has gone from 'Oops! You've not filled up the form properly !' days to today's modern web apps and social media sites that rely heavily on Javascript. Google Apps, Facebook, Twitter, Google Plus and LinkedIn, being handful examples of this movement. And to think that this quantum leap would not have been possible without Javascript is not an overstatement. Today, when you socialize with your friends on Facebook, or use your Gmail inbox, you're running thousands of lines of code written in Javascript, in your browser.

With NodeJS, you can take this knowledge back on the server, where usually you would expect to see the likes of PHP, Ruby, ASP.NET etc. But that's only a small portion of the reason why NodeJS is so cool. The fact that you can write full blown networked applications (think chat servers, collaborative tools, real-time data visualization apps) with just a few lines of code is more than reason enough to not only look at NodeJS, but deep dive into it !

But I know PHP ? Why should I learn NodeJS ? Well, for starters, learning something new never hurts. But most importantly, learning NodeJS is great because :

Node allows you to write highly scalable networked apps deployed on the cloud !
You're working at a different level of application design per se with Node and that means that you're not writing an app that sits on top of a stack, you design the stack from the server up. And while that may sound daunting, it really is not and you'll see why.
You code in the same language, both on the server and on the front end ! We're all polyglots (we use multiple programming languages and syntax in most of our projects), but managing code in the same language on the back-end and the front-end never hurts and in-fact can be a huge time saver when debugging.
NodeJS is used by the likes of LinkedIn, Yahoo and Microsoft to name a few. Its pretty new and consequently you gain advantage from the exponentially growing community of NodeJS & Javascript developers and that's great fun, really!
If you've been coding in Javascript, you can leverage your existing knowledge and skills and take it to a whole new level!

The Real Problem

So, NodeJS sounds pretty interesting so far, but what really hit me in the face when I was learning all about Node was the fact that, with any new platform, framework or technology, you need to take baby steps, all the way through, to making real world examples, if you have to get to the grips of it. And that leads us to why you're here.

In this course, we'll go from absolute scratch, all the way up to building and deploying full blown NodeJS app on the Cloud !


Project Oriented Learning

With NodeJS, we will build two full blown apps. We will go all the from concept creation, UI/UX design to coding and deploying our app on the cloud.

A. ChatCAT - One of the fun things that you can do with NodeJS is build realtime apps that allow a high number of concurrent users to interact with each other. Examples of this kind include Chat Servers, Gaming Servers, Collaborative Tools etc. We will build a multi-room chat server that allows users to login via Facebook, Create Chatrooms of their choice and Chat in realtime. We will not only create this app, but also deploy it on Heroku and Digital Ocean !

You will learn all about using Websockets, Structuring your App in an efficient manner, creating and using development & production configurations, Authentication using Facebook, Setting up an App on Facebook, Managing Sessions, Querying & Using a Hosted MongoDB Database, Using Heroku & Digital Ocean's Cloud Services and lots more...

B. PhotoGRID - The second complete app that we will build in this course is a Photo Gallery app which lets users upload images into a gallery with the ability to vote up the images that they like. This NodeJS app lets users upload files, which are then resized to thumbnails on the server and stored in an Amazon S3 Bucket for optimal delivery to the front end interface. The entire app runs on an Amazon EC2 Cloud Server which we will create from scratch and configure for use.

You will learn about managing file uploads using NodeJS & AJAX, Resizing Images on the Server, Accessing & Storing files in an S3 Bucket, Querying & Using a Hosted MongoDB Database, Using Amazon's Elastic IP Service & Cloudfront distribution, ensuring your NodeJS app runs automatically even if the server is restarted and lots more...

In the projects above, we leave no stone unturned in terms of execution. This is a complete hands-on course that is not just limited to NodeJS but to the ecosystem that needs attention when a NodeJS app is built and deployed. My intent is hand hold you all the way from writing your first app to deploying production level apps on the cloud.

And I'm always available to personally help you out, should you get stuck.

BONUS :: Here's the best thing about this course. The curriculum that you see gets you up and running with NodeJS & Cloud Deployment. However, there is so much more that you can do with NodeJS, which is why I will keep adding new lectures and sections to this course on an ongoing basis. There is so much more that you will get with full lifetime access to lectures and all updates !!

So, join in the fun !


What are the requirements?

Working knowledge of HTML, CSS and Javascript
Basic Working knowledge of an image editing application such as Adobe Photoshop would also help, but is not necessarily needed.

What am I going to get from this course?

Over 64 lectures and 7.5 hours of content!
Build High Performance and Scalable Apps using NodeJS
Use NodeJS Streams to write a Web Server
Use the Node Package Manager (NPM) for managing dependencies
Use the Express 4 Framework for building NodeJS Apps
Use the Hogan Templating Language
Understand MongoDB as a NoSQL Database
Create & Use MongoDB Databases using services like MongoLab
Create Realtime Apps that use Web Sockets
Upload & Resize Images using NodeJS
Integrate Authentication using Social Media Sites like Facebook
Structure the NodeJS app into modules
Create and Deploy EC2 Cloud Server Instances on Amazon Web Services
Create and Use Amazon's S3 Storage Service with NodeJS
Use Amazon's Cloudfront Service
Using Amazon's Elastic IP
Configure Security Groups, Ports & Forwarding on Amazon EC2
Deploy a NodeJS app on the EC2 Instance
Deploy a NodeJS app on Heroku
Deploy a NodeJS app on Digital Ocean
Install & Deploy NGINX as a Reverse Proxy Server for NodeJS Apps
Configure NGINX as a Load Balancer


What is the target audience?

Web Designers & Front End Developers who wish to extend their knowledge of Javascript for building high performance network applications.
Software Developers who want to build high performance network applications.
Absolute beginners with basic knowledge of HTML, CSS and Javascript, wanting to upgrade to professional Web Development and Building Web Apps.
PHP, ASP.net, Perl, Java & Ruby coders wanting to leap onto the Node.Js bandwagon.
Anyone who wishes to get hands-on training with setting up an Amazon EC2 Instance with a host of other services like Cloudfront, Elastic IP and S3
Anyone who wishes to get hands-on training with deploying a NodeJS app on the cloud
Computer Engineering students
Tech Entrepreneurs who want to get their hands down and dirty with Web Coding & App Development.
Anyone who wishes to stay on the forefront of technology!




Please Seed
My uplink is very less 50 kbps :(
I will seed as long as it takes but will be grateful if you guys help :)

Related Torrents

torrent name size seed leech

Sharing Widget


Download torrent
1.06 GB
seeders:1
leechers:0
All about Node.js From the Ground Up and More