Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

programming-101

Desc

This is the 101 Programming fundamentals and software design patterns code base to go alongside the slide deck

Topics

Programming

  • Variables
  • Program flow
  • Functions
  • Classes/Structs
  • Methods

Software design patterns

  • Whats is SOLID?
    • S - Single responsibility
    • O - Open closed
    • L - Liskov substitution
    • I - Interface segregation
    • D - Dependancy inversion
  • Creational
    • Factory
    • Singleton
  • Structural
    • Adapter
    • Proxy
  • Behavioral
    • Middleware/Chain of responsibility
    • Visitor

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages