Book Image

Tips, Tricks, and Techniques for Node.js Development [Video]

By : Joris Hermans
Book Image

Tips, Tricks, and Techniques for Node.js Development [Video]

By: Joris Hermans

Overview of this book

<p>With this course you will see the wonderful things you can do with Node.js to improve your Node.js application development with proven techniques.<br />You'll learn to implement some practical and proven techniques to improve particular aspects of Node.js development. Each section provides tips and techniques with clear instructions to carry out different Node.js tasks in a practical manner. The techniques are demonstrated using small practical examples.</p> <p>In this course, we will help boost your skills with information on performance; you'll enhance your coding style, learn about Node.js processes, and improve code quality. This course has around 6 sections that address particular aspects of Node.js, and focuses on discovering new possibilities with Node.js to enhance your current skill-set.</p> <p>By the end of this course, you will have learned some exciting tips, best practices, and techniques for your Node.js web development. You will be able to build your own web applications in Node.js much faster and with ease.</p> <p>The code bundle for this course is available at: <a href="https://github.com/PacktPublishing/Node.js-Tips-Tricks-and-Techniques">https://github.com/PacktPublishing/Node.js-Tips-Tricks-and-Techniques</a>.</p> <h1>Style and Approach</h1> <p>In this course we provide you with tips and tricks and simple and easy-to-follow examples that will improve your day-to-day life as a Node.js developer.</p>
Table of Contents (6 chapters)
Chapter 5
All about the Process
Content Locked
Section 1
Process Environment Variables
In this video, we will learn why and how we can use environment variables, as well as how to manage these variables. - Show how environment variables work - Load variables from .env files - Show node-env-run