Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Node.js: Server-side Programming with Node.js: 2-in-1
Rating: 4.0 out of 5(22 ratings)
152 students

Node.js: Server-side Programming with Node.js: 2-in-1

Develop advanced, high performance, secure applications and APIs with Node.js
Last updated 6/2018
English

What you'll learn

  • Build a todo list application using Restful API, JSON databases and MongoDB.
  • Learn reading, writing, editing and deleting files with user interaction, with the help of user-friendly, dynamic and popular framework, ExpressJS.
  • Learn how to use templating engines, and make powerful dynamic applications using EJS to protect your application and users against common threats.
  • Encrypt sensitive user data, to protect it from malware attacks.
  • Learn the usage of OAuth to set up Facebook, Twitter, and social-media logins.
  • Create authentication patterns using PassportJS.
  • Create a server using Nodejs to incorporate routing into your application

Course content

2 sections48 lectures5h 56m total length
  • The Course Overview1:43
    This video provides an overview of the entire course.
  • Node.js Overview4:30
    Front end development can be restrictive and only deals with user interfaces. Node.js provides an easy to implement solution written in JavaScript that lets you to file operations, communicate to a database and more.
  • Overview of Command Line and Version Control18:28
    In this video, you will learn to use the command-line and version control and how it is an integral part of becoming a software developer so you can maintain control over your applications easily and quickly.
  • Installation and Setup of Node.js2:43

    In this video, we will learn how to install and setup Node.js.

  • JavaScript Syntax11:35
    In this video, users will need to understand JavaScript syntax to use node.js.
  • Introduction to NPM4:57
    In this video, we will learn to use NPM to install necessary packages to do tasks like run a server, encrypt our data, and interact with our database without hard coding everything.
  • Building Your First Server with Node.js6:12

    In this video, we will run a local server in order to start using node.js in the browser and do server side tasks.

  • Modules8:03
    In this video, we will learn how modules work.
  • Routing in Node.js3:43
    In this video, we will need to know how routing works in Node.js in order to create dynamic multi page applications.
  • Building a Small Web App Using GET and POST Requests14:46
    In this video, we will understand how to Create and Read resources.
  • The HTTP Module5:16

    In this video, we will learn how to use the HTTP module.

  • Reading Data from Files8:10

    In this video, we will learn how to read data from different types of file and serve it to the client.

  • Writing and Updating Files6:14

    In this video, we may want to save some information for future viewing.

  • Renaming and Removing Files3:56

    In this video, we may want to change our file’s name to a more appropriate name.

  • Using MVC to Structure Our Application5:52

    In this video, we will learn the use of MVC to structure our application.

  • Using ExpressJS to Serve Static Files and Set Our View Engine8:03
    In this video, we will interact with the views and use a server to serve our static files and set our view engine.
  • Routing in ExpressJS4:29

    In order for the client to interact with our resources, in this video, we will discover routing in ExpressJS.

  • Introduction to the MongoDB API and JSON Databases7:10

    In this video, we will learn to handle data more effectively and we will learn how to access a database.

  • Inserting and Requesting Data6:57

    In this video, we will learn how to insert and request data.

  • Updating and Deleting Data in MongoDB3:53
    In this video, we will learn how to update and delete data in MongoDB.
  • RESTful Routes for Our Backend6:40

    In this video, we will learn how to create, read, update, and delete data in our database from our web app and create restful routes.

  • Create and Read Functionality7:42

    We will create a front end which interacts with our restful that’s simple to use for the average user.

  • Update and Delete Functionality10:41

    In this video, we will learn how to make our application available to the public by deploying it.

  • Deploying Our Application to Heroku6:54

    In this video, we will learn how to deploy our full stack application to Heroku.

Requirements

  • Prior working knowledge of JavaScript will be useful

Description

Node.js is a JavaScript framework for writing server-side applications. Its non-IO blocking technology makes it perfect for creating highly scalable web applications built around user interaction. Node.js is a performance efficient server-side platform which makes writing backend code, simple and fun. If you’re looking forward to developing advanced, high performance, secure applications and APIs with Node.js, then this guide is perfect for you!

This comprehensive 2-in-1 course will help you create, read, edit and delete files to make your applications dynamic. You’ll learn ExpressJS an easy to use, popular Node.js framework. You’ll dive into Node.js in-depth, and learn how it works under the hood, security with Node.js, and templating with EJS. You’ll use third-party modules to add security, authentication, and more to your application as well as build a secure web blog with Node.js.

Contents and Overview

This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.

The first course, Server-side Programming with Node.js for Beginners, covers the power of JavaScript and Node.js to build robust, high performance server-side applications.Through this course, we will learn how to create dynamic web applications using Node.js,Express.js, and MongoDB. This course is perfect for you if you are a front-end developer looking to code full stack applications in a language you already know, Javascript or you are a backend developer looking for a more efficient solution, or for beginners looking to learn the basics of coding robust server side applications.

The second course, Advanced Server-Side Programming with Node.js, covers advanced server-side programming with Node.js which helps you build advanced, secure applications and APIs and take your full-stack to the next level with third-party modules. 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.

By the end of this training program you’ll take your full-stack to the next level by building advanced, secure, robust, high performance server-side applications and APIs using the power of JavaScript and Node.js.

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.

Who this course is for:

  • Developers who have basic knowledge of JavaScript and who want to learn more advanced features and take their applications to the next level will greatly benefit from this video course