Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Node.js Design Patterns - Second Edition

Posted By: Grev27
Node.js Design Patterns - Second Edition

Mario Casciaro, Luciano Mammino, "Node.js Design Patterns - Second Edition"
English | ISBN: 1785885588 | 2016 | PDF/EPUB/MOBI | 304 pages | 11 MB/9 MB/13 MB

Key Features
Create reusable patterns and modules by leveraging the new features of Node.js
This unique guide will help you get the most out of Node.js by providing a series of patterns and techniques of the Node.JS ecosystem
Illustrative examples will help you get a clear practical understanding.

Book Description
Node.js is a massively popular software platform that lets you use JavaScript to easily create scalable server-side applications. It allows you to create efficient code, enabling a more sustainable way of writing software made of only one language across the full stack, along with extreme levels of reusability, pragmatism, simplicity, and collaboration. Node.js is revolutionizing the web and the way people and companies create their software.

In this book, we will take you on a journey across various ideas and components, and the challenges you would commonly encounter while designing and developing software using the Node.js platform. You will also discover the "Node.js way" of dealing with design and coding decisions.

The book kicks off by exploring the basics of Node.js describing it's asynchronous single-threaded architecture and the main design patterns. It then shows you how to master the asynchronous control flow patterns, the stream library and it culminates into a detailed list of Node.js implementations of the most common design patterns as well as some specific design patterns that are exclusive to the Node.js world. Lastly, it dives into more advanced concepts like modules, Universal Javascript and scalability and it's meant to conclude the journey by giving the reader all the necessary concepts to be able to build an enterprise grade application using Node.js.

What you will learn
Design and implement a series of server-side JavaScript patterns so you understand why and when to apply them in different use case scenarios
Leverage all the patterns that allow you to take advantage of features from callbacks to the futuristic async-await syntax.
Identify the most important concerns and apply unique tricks to achieve higher scalability and modularity in your Node.js application
Untangle your modules by organizing and connecting them coherently
Reuse well-known solutions to circumvent common design and coding issues
Explore the new trend of Universal JavaScript that allows you to easily share code with the browser, avoiding duplication between back-end and front-end code