
This video provides an overview of the entire course.
In this video, we will learn the proper way to set up our Node.js projects in order to produce successful and scalable apps.
In this video, we will learn about mongoose as an effective way to model our data.
In this video, we will learn to create, read, update, and delete functionality.
In this video, we will learn how to create template pages.
In this video, we will learn how to send data from an API.
In this video, we will learn about conditional rendering and loop through an array of data.
Often without templating, we retype a lot of the same code. This is sloppy and not scalable. With EJS, we can use the Include tag to reuse code in a maintainable way.
In this video, we will see how OAuth provides a secure and simple way to implement this.
In this video, we will sign in with Facebook, and reroute our users to a Facebook sign-in page.
In this video, we will create a Facebook strategy using the passport module
In this video, we will learn how sessions allow user data to persist across multiple pages
In this video, we will learn how to allow users to create local user accounts.
In this video, we will learn how to encrypt our data.
In this video, we will learn how to encrypt user’s passwords.
In this video, we will learn how to confirm our newly encrypted passwords.
In this video, we will learn how to properly set up a project for long term maintenance.
In this video, we will learn how to create database schemas to input the proper data into our databases.
In this video, we will learn how to sign up and log into our web application.
Some users may not want to sign up with our application, to save them time we will add Facebook authentication.
In this video, we will learn how to create a search and dashboard page.
In this video, we will learn how to create pages for our blog articles that we have created.
In this video, we will learn how to send email notifications to solve this.
In this video, we will learn how to alter a few configurations to get our application to work remotely in production.
Node.js is a powerful, performance-efficient language. Its non-IO blocking technology makes it perfect for creating highly scalable web applications built around user interaction.
In this course, you will learn to create highly secure and scalable applications using various languages and frameworks such as EJS, PassportJS, OAuth (for user authentication with Facebook, Twitter and more), the Helmet module, and encryption with BCrypt. You will also learn about the MVC architecture to make sure your codebase is maintainable and scalable, making you a better developer overall.
This course is for you if you have a basic understanding of Node.js and want to take your web applications to the next level in security and scalability by learning in-demand skills.
About the Author
Mohammad Hunan Chughtai is a full stack web developer in NYC with a computer science and mathematics background. He has worked on many stacks including PHP, Ruby on Rails and of course Node.js/MERN stacks. He has built many websites for clients using Node.js, express.js, and other JavaScript technologies. He has been commended for his focus on writing highly scalable and secure code. Mohammad has led teams in developing functional and object-oriented software. He hopes to be a driving force in the generation of software developers who will solve large-scale issues, ultimately leading to a better, more friendly, and efficient world. Previously, he worked as a math instructor, teaching skills for standardized logic testing, such as the SAT.
In his spare time, he likes to learn new technologies in order to build useful and exciting software and hardware projects with friends.