design-pattern topic

List design-pattern repositories

javascript-design-pattern

89
Stars
11
Forks
Watchers

:building_construction: Design Pattern With Javascript

chess-low-level-system-design

119
Stars
75
Forks
Watchers

Repository contatining the low level system design of Chess.

Design-Patterns

103
Stars
36
Forks
Watchers

All design patterns implemented in Java with code, explanation and learning resources

UniMob

179
Stars
11
Forks
Watchers

Modern reactive programming library for Unity (inspired by MobX js)

DesignPatternsJava9

82
Stars
171
Forks
Watchers

This repository has all 23 GOF design patterns coded in Java 9 with around 50+ working project code used for Video Course by Packt Publication with title "Learn Design Patterns with Java " authored by...

work

58
Stars
2
Forks
Watchers

A compact library for tracking and committing changes to your entities.

oskrhq-design-system

65
Stars
9
Forks
Watchers

A mostly reasonable although opinionated approach to building responsive Digital Interfaces sharing the same anatomy.

patterns-cheatsheet

50
Stars
11
Forks
Watchers

Software design patterns cheatsheet.

design-pattern

133
Stars
70
Forks
Watchers

Python3实现设计模式,致力于将设计模式的思想应用在开发中。创建型模式有:简单工厂模式、工厂方法模式、抽象工厂模式、 建造者模式和单例模式;结构型模式:适配器模式、桥模式、组合模式、外观模式和代理模式;行...