Book Image

Advanced Server-Side Programming with Node.js [Video]

By : Mohammad Chughtai
Book Image

Advanced Server-Side Programming with Node.js [Video]

By: Mohammad Chughtai

Overview of this book

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.
Table of Contents (5 chapters)
Chapter 2
Template Engines
Content Locked
Section 4
Include Tag with EJS
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. - Discover the Include tag with EJS - Discuss reusable code - Discuss what kind of code we may want to reuse across different pages