3. NodeJS Fundamentals/5. Hello Routing! Handling GET Requests.mp436.28MB
3. NodeJS Fundamentals/6. Hello Routing! Handling POST Requests.mp438.89MB
3. NodeJS Fundamentals/7. NodeJS at its core.mp45.67MB
3. NodeJS Fundamentals/8. Build a Web Server Basic.mp475.11MB
3. NodeJS Fundamentals/9. Promise me you'll never callback.mp449.43MB
4. MongoDB 101/1. Introduction to MongoDB.mp414.51MB
4. MongoDB 101/2. Installing MongoDB on Windows.mp417.62MB
4. MongoDB 101/3. Installing MongoDB on a Mac.mp412.61MB
4. MongoDB 101/4. Playing with the MongoDB Shell.mp414.97MB
5. NodeJS Frameworks/1. What are frameworks.mp416.69MB
5. NodeJS Frameworks/2. Express and the MEAN Stack.mp416.02MB
5. NodeJS Frameworks/3. Beyond the MEAN Stack.mp424.4MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/1. The Goal.mp47.82MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/10. Express Router First Steps.mp417.55MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/11. Express Router The routes object.mp414.98MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/12. Express Router Mounting the routes - 1.mp431.39MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/13. Express Router Mounting the routes - 2.mp416.4MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/14. Express Router Handling a 404.mp421.01MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/15. Do we need a database Yes we do!.mp46.12MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/16. MongoDB as a service MongoLab.com.mp426.64MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/18. Environments and the config loader.mp419.72MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/19. Mongoose and the database module.mp413.26MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/2. Structuring the app.mp48.22MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/20. Sessions 101.mp49.72MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/21. Implementing sessions using the express-session middleware.mp448.24MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/22. Social Authentication An Introduction.mp410.24MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/23. Social Authentication Introduction to Passport.mp421.48MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/24. Social Authentication Installing Passport & Strategies.mp46.29MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/25. Social Authentication Registering the app on Facebook.mp437.11MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/26. Social Authentication Facebook Strategy.mp415.23MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/27. Social Authentication Database helpers.mp444.59MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/28. Social Authentication Serializing & deserializing user data.mp422.06MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/29. Social Authentication Routes.mp419.06MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/3. Examining the user interface.mp47.17MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/31. Social Authentication Rendering name and profile picture.mp410.23MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/32. Social Authentication Registering the app with Twitter.mp418.83MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/33. Social Authentication Twitter Strategy.mp410.29MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/34. Social Authentication The logout button.mp46.31MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/35. Social Authentication Securing routes.mp413.99MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/36. Socket.io An introduction.mp416.13MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/37. Socket.io Installation and rewiring the server.mp414.85MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/38. Socket.io Storing chat rooms and user data.mp411.36MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/39. Socket.io Bridging Socket.io with Session.mp46.89MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/4. Installing Nodemon.mp48.65MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/40. Socket.io Setting up the Rooms Page.mp418.23MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/41. Socket.IO Rendering the list of chatrooms.mp433.73MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/42. Socket.IO Creating a new chatroom.mp454.79MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/43. Socket.IO The chatroom route.mp424.58MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/44. Socket.IO Joining a chatroom.mp463.75MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/45. Socket.IO Updating the list of active users.mp426.49MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/46. Socket.IO When a user leaves or disconnects.mp422.51MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/47. Socket.IO The chat functionality.mp444.18MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/48. Sending images using Cloudinary (Optional).mp434.26MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/49. Socket.IO Scaling with Redis.mp485.52MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/5. npm init and here we go!.mp447.64MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/50. Logging with Winston.mp431.8MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/51. Logging requests using Morgan.mp417.73MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/52. Heroku An introduction.mp412.52MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/53. Heroku Installing the Heroku Toolbelt CLI.mp47.64MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/54. Heroku Preparing for deployment.mp437.89MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/55. Heroku Setting up configuration variables.mp419.52MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/56. Heroku Provisioning Redis.mp411.8MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/57. Heroku Reconfiguring Facebook & Twitter and Deployment!.mp419.39MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/58. Heroku Monitoring your app.mp434.42MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/59. Scaling up - An insight Summary.mp49.57MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/6. Hello Express!.mp429.37MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/7. Middleware Ahoy!.mp422.23MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/8. The View Renderer.mp441.4MB
6. ChatCAT - Creating a Realtime Multiroom Chat App & Deploying it on Heroku/9. Serving Static Assets.mp418.05MB
7. Node.JS on Amazon Web Services !/1. Introduction to Project PhotoGRID.mp45.59MB
7. Node.JS on Amazon Web Services !/10. Setting up the Upload Button Handler & AJAX.mp437.25MB
7. Node.JS on Amazon Web Services !/11. Setting up Formidable for Receiving the files.mp435.17MB
7. Node.JS on Amazon Web Services !/12. Setting up GraphicsMagick Library + gm for Nodejs for resizing images.mp414.35MB
7. Node.JS on Amazon Web Services !/13. Uploading resized images to the S3 using Knox.mp414.65MB
7. Node.JS on Amazon Web Services !/14. Storing the file name and votes in MongoDB on MongoLab.mp436.95MB
7. Node.JS on Amazon Web Services !/15. Getting images into the Photogrid gallery.mp439.66MB
7. Node.JS on Amazon Web Services !/16. Amazon Web Services Setting up CloudFront Distribution.mp49.17MB
7. Node.JS on Amazon Web Services !/17. Creating the Vote Up Functionality & Final Testing.mp424.29MB
7. Node.JS on Amazon Web Services !/18. Amazon Web Services Creating an Elastic Compute Cloud (EC2) Instance.mp415.22MB
7. Node.JS on Amazon Web Services !/19. Amazon Web Services Installing NodeJS on EC2.mp418.38MB
7. Node.JS on Amazon Web Services !/20. Amazon Web Services Creating an Elastic IP for your EC2 Instance.mp46.36MB
7. Node.JS on Amazon Web Services !/21. Amazon Web Services Installing the Photogrid App on the EC2 Instance.mp421.15MB
7. Node.JS on Amazon Web Services !/22. Amazon Web Services Security Group, Ports & Port Forwarding.mp430.48MB
7. Node.JS on Amazon Web Services !/23. Amazon Web Services Ensuring the Photogrid app runs automatically.mp414.5MB
7. Node.JS on Amazon Web Services !/3. Examining the User Interface & Getting Started.mp416.56MB
7. Node.JS on Amazon Web Services !/4. Creating the Express App & Setting up Socket.io.mp416.32MB
7. Node.JS on Amazon Web Services !/5. Creating the Routes.js module.mp43.19MB
7. Node.JS on Amazon Web Services !/6. Creating Configuration Files.mp45.51MB
7. Node.JS on Amazon Web Services !/7. Amazon Web Services Signing Up & Creating an S3 Bucket.mp413.43MB
7. Node.JS on Amazon Web Services !/8. Amazon Web Services Setting up a Bucket Policy.mp411.12MB
7. Node.JS on Amazon Web Services !/9. Amazon Web Services Setting up Knox.mp412.89MB
8. NodeJS and NGINX for the Kill !/1. What are we talking about .mp45.51MB
8. NodeJS and NGINX for the Kill !/2. The Awesome Cloud9 IDE.mp427.35MB
8. NodeJS and NGINX for the Kill !/3. Spinning a Droplet on Digital Ocean & Using Cloud9IDE.mp418.86MB
8. NodeJS and NGINX for the Kill !/4. Installing Nginx.mp48.33MB
8. NodeJS and NGINX for the Kill !/5. Nginx as a Proxy Server for NodeJS.mp414.84MB
8. NodeJS and NGINX for the Kill !/6. Uploading and Reconfiguring ChatCAT to work with Nginx.mp413.57MB
8. NodeJS and NGINX for the Kill !/7. Load Balancing with NGINX.mp47.36MB
9. Enterprise Integration ES6 HapiJS/1. Introduction to Enterprise Integration.mp424.61MB