HOME > Development > Node.js- Server-side Programming with Node.js- 2-in-1

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

  • Development
  • Dec 30, 2024
SynopsisNode.js: Server-side Programming with Node.js: 2-in-1, availa...
Node.js- Server-side Programming with 2-in-1  No.1

Node.js: Server-side Programming with Node.js: 2-in-1, available at $34.99, has an average rating of 4.1, with 48 lectures, based on 21 reviews, and has 147 subscribers.

You will learn about 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 This course is ideal for individuals who are 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 It is particularly useful 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.

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

Summary

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

Price: $34.99

Average Rating: 4.1

Number of Lectures: 48

Number of Published Lectures: 48

Number of Curriculum Items: 48

Number of Published Curriculum Objects: 48

Original Price: $199.99

Quality Status: approved

Status: Live

What You Will 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
  • Who Should Attend

  • 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
  • Target Audiences

  • 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
  • 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.

  • Course Curriculum

    Chapter 1: Server-side Programming with Node.js for Beginners

    Lecture 1: The Course Overview

    Lecture 2: Node.js Overview

    Lecture 3: Overview of Command Line and Version Control

    Lecture 4: Installation and Setup of Node.js

    Lecture 5: JavaScript Syntax

    Lecture 6: Introduction to NPM

    Lecture 7: Building Your First Server with Node.js

    Lecture 8: Modules

    Lecture 9: Routing in Node.js

    Lecture 10: Building a Small Web App Using GET and POST Requests

    Lecture 11: The HTTP Module

    Lecture 12: Reading Data from Files

    Lecture 13: Writing and Updating Files

    Lecture 14: Renaming and Removing Files

    Lecture 15: Using MVC to Structure Our Application

    Lecture 16: Using ExpressJS to Serve Static Files and Set Our View Engine

    Lecture 17: Routing in ExpressJS

    Lecture 18: Introduction to the MongoDB API and JSON Databases

    Lecture 19: Inserting and Requesting Data

    Lecture 20: Updating and Deleting Data in MongoDB

    Lecture 21: RESTful Routes for Our Backend

    Lecture 22: Create and Read Functionality

    Lecture 23: Update and Delete Functionality

    Lecture 24: Deploying Our Application to Heroku

    Chapter 2: Advanced Server-Side Programming with Node.js

    Lecture 1: The Course Overview

    Lecture 2: Structuring Our Application with MVC Architecture and Git

    Lecture 3: Mongoose – Introduction to MongoDB Object Modelling

    Lecture 4: Mongoose – CRUD Operations and Express Review

    Lecture 5: What is Templating and EJS?

    Lecture 6: Sending Data From Our Server-Side

    Lecture 7: Looping Through Data and Conditional Rendering with EJS

    Lecture 8: Include Tag with EJS

    Lecture 9: Introduction to OAuth

    Lecture 10: Setting up Routes for Facebook Authentication

    Lecture 11: Setting up a Facebook Strategy with the Passport Module

    Lecture 12: Setting up Sessions and Testing Our Facebook Logins

    Lecture 13: Setting up Local Users Using Mongoose and Sessions

    Lecture 14: Introduction to Encrypting Sensitive Data

    Lecture 15: Encrypting User Passwords

    Lecture 16: Confirming Our Newly Encrypted Passwords

    Lecture 17: Project Setup

    Lecture 18: Creating the Database Schemas

    Lecture 19: Creating Local Authentication

    Lecture 20: Creating Facebook Authentication

    Lecture 21: Creating a Search and Dashboard Page

    Lecture 22: Creating a Profile and Settings Layout

    Lecture 23: Setting up Nodemailer to Send Email Notifications

    Lecture 24: Deploying Our Application to Heroku

    Instructors

  • Node.js- Server-side Programming with 2-in-1  No.2
    Packt Publishing
    Tech Knowledge in Motion
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 3 votes
  • 3 stars: 4 votes
  • 4 stars: 8 votes
  • 5 stars: 6 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!