Study Notes
  • Introduction
  • Architecture & System Design
    • Messaging Systems
    • RPC Frameworks
    • Scalable Web Application Architecture
    • Parallel vs Concurrent
    • Concurrency
    • Load Balancing - Nginx
    • REST API
    • WebSockets
    • Streaming
    • Serialization
  • Programming Language
    • JavaScript & Node.js
      • Node.js Promises
      • Node.js Async Flow Control
      • Node.js Profiling
    • Java
    • Erlang
    • Python
    • Golang
      • Go Runtime Scheduler
  • Software Engineering
    • Design Patterns
    • Unit Testing
    • Legacy Code
    • Agile & Scrum
  • Database
    • NoSQL
    • SQL
  • DevOps & Tools
    • Version Control - Git
    • Shell - zsh, bash
    • Docker
    • Linux Package Management - YUM
    • Linux Command Line Tools
  • Security
    • OWASP Security
  • AI, ML, DL, CV, NLP
    • Deep Learning
Powered by GitBook
On this page
  • 3 Types of Design Patterns
  • Creational
  • Structural
  • Behavioral
  • Reference
  • Books
  • Tutorials
  • Introduction

Was this helpful?

  1. Software Engineering

Design Patterns

PreviousGo Runtime SchedulerNextUnit Testing

Last updated 5 years ago

Was this helpful?

3 Types of Design Patterns

Creational

Structural

Behavioral

Reference

Books

Tutorials

  • Articles

  • |

Introduction

Design Patterns Explained Simply
Design Patterns: Elements of Reusable Object-Oriented Software
runoob.com: 设计模式
设计模式总结
JavaScript Design Patterns
Design patterns implemented in Java
图说设计模式
酷 壳 – CoolShell.cn: 从面向对象的设计模式看软件设计
Reclaiming Design Patterns (20 Years Later)
中文:20年前GoF提出的设计模式,对这个时代是否还有指导意义?
Wikipedia: Software Design Pattern