Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.93 KB

ReadMe_architecture.md

File metadata and controls

67 lines (36 loc) · 1.93 KB

Architecture

Intro

I love architecture and design patterns. This is one of those head scratcher where I thought I would start writing things out how I'm understanding the patterns in real code examples.

So it won't be fully fleshed out but nothing in this whole cheatsheet is. Everything is just a scratch pad for me to keep my brain stimulated with new things and gotchas.

Enjoy!

SDLC

IT Depends

[[architecture/concurrency]]

System Designs

software_updates

Advance Topics

Swift Concurrency

Reactive Paradigm

RxSwift Combine

View Debugging, Memory Graph, Method Swizzling

Performance ARC debug

Higher Order functions short_hands

Resources

Point Free

Point Series

design-patterns

SO | whats-the-difference-between-design-patterns-and-architectural-patterns

Wiki | Software_design_pattern

Wiki | architectural pattern

Wiki | Design_pattern

Medium | iOS pattern