Skip to content

SuichiM/node-design-patterns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Patterns with NodeJS + TS

In this repository I am going to implement some of the most important GoF design patterns. following the greaaaat book, site and examples of Alexander Shvets and using as initial repository a forked copy of: Adonis Murati.


A design pattern is a reusable solution to a recurring problem.


When talking about design patterns we usually refer to the 'classical' ones which include Creational, Structural and Behavioral design patterns.


The following have been implemented in this repo:

Creational Structural Behavioral
Factory-method
Factory Proxy Observer
Singleton Adapter Strategy
Builder Decorator Iterator
Prototype

Other resources to learn about Design Patterns:

  1. Node.js Design Patterns - Second Edition [Mario Casciaro, Luciano Mammino]
  2. Design patterns : elements of reusable object-oriented software [Erich Gamma, John Vlissides, Ralph Johnson, and Richard Helm]
  3. Head First Design Patterns [Elisabeth Freeman and Kathy Sierra]

About

Javascript Design Patterns implementation in NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 45.7%
  • Vue 31.9%
  • JavaScript 18.4%
  • HTML 2.9%
  • Dockerfile 1.1%