Skip to content

magr0s/Node.js-Design-Patterns-v-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Design Patterns [Video]

This is the code repository for Node.js Design Patterns [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

When writing Node.js applications, it’s absolutely imperative that we employ battle-tested guidelines that can help us write efficient and resilient code. These guidelines are known as design patterns. Design patterns are an important part of software development and are a proven way of solving a given problem.

In this course, you’ll take a comprehensive look at industry-standard design patterns, identify challenges that you would commonly encounter while designing and developing software, and implement solutions in Node.js applications. The efficacy of these patterns has been proven over time and a lot of these standard patterns can be implemented when writing JavaScript apps with Node.js.

By implementing design patterns, you can write code that is crafted for efficiency and reusability and is resilient against errors and typical pitfalls that result from poorly written code.

What You Will Learn

  • Understand the importance of learning and using industry-standard design patterns when writing Node.js apps
  • Learn more about core creational design patterns such as Singletons, Factory, and Builder patterns
  • Efficiently avoid callback hell and implement asynchronous behavior using Promises, Async/Await, and Generators
  • Develop a deeper understanding of the module system in Node.js and to implement patterns such as dependency injection
  • Get an insight into structural design patterns such as Proxy, Adapter, Decorator, and others that can help you create systematic, efficient relationships between objects and entities
  • Reuse well-known techniques to solve common design and coding issues
  • Understand the behavioral design patterns such as Strategy, Observers, Middleware, and even the Publisher-Subscriber pattern to craft efficient communication patterns between objects, processes, and even applications

Instructions and Navigation

Assumed Knowledge


This course is for developers and software architects with a basic working knowledge of JavaScript who are interested in acquiring a deeper understanding of how to design and develop enterprise-level Node.js applications. The intended audience is expected to have basic knowledge of Node.js and the ecosystem, good command over JavaScript, and intermediate working skills on Linux/MacOS. ### Technical Requirements
Minimum Hardware Requirements
For successful completion of this course, students will require the computer systems with at least the following:

OS: MacOS, Linux
Processor: 2.4Ghz
Memory: 4Gb
Storage: 100Gb

Recommended Hardware Requirements:
OS: Linux, MacOS
Processor: 3.2Ghz
Memory: 16Gb
Storage: 500Gb

Software Requirements:

Operating system: Linux/MacOS (Recommended)
Browser: Google Chrome
VSCode (Recommended) - or Sublime Text or Atom IDE, Latest Version
Node.js 8.11.3 LTS or higher Installed - https://nodejs.org/en/

Related Products

About

Code repository for Node.js Design Patterns(v), Published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%