👾 code and notes on cloud microservices, orchestration (e.g., cloud, terraform, kubernetes, docker, data engineering)
Find a file
2023-07-29 11:04:53 -07:00
code 🍛 Commit progress before lunch break 2023-07-15 13:01:58 -07:00
communication add all communication notes 2023-07-15 16:41:11 -07:00
protocols 🛌 Commit progress before sleep break 2023-07-15 21:38:55 -07:00
storage add distributed caching 2023-07-29 11:04:53 -07:00
README.md add failure detection 2023-07-29 10:56:55 -07:00

☁️🧰 master orchestration and backend engineering



learn the fundamentals


  • communication patterns

    • Request Response model
    • Synchronous vs. Asynchronous workloads
    • Push
    • Polling and Long Polling
    • Server-Sent Events
    • Publish-Subscribe (Pub/Sub)
    • Multiplexing vs. Demultiplexing
    • Stateful vs. Stateless
    • Sidecar Pattern

  • protocols

    • protocol properties
    • HTTP/1.1, 2, 3
    • WebSockets
    • gRPC
    • WebRTC
    • proxy vs. reverse proxy
    • Layer 4 vs. Layer 7 load balancers


scripts and snippets


services and pubs


cloud


storage


management


learning



external resources