/backend-and-orchestration-toolkit

code and notes on cloud microservices, orchestration: AWS, GCP, terraform, kubernetes, docker, EKS

Primary LanguageHTML

☁️🧰 orchestration and backend engineering




code in this repo


services and pubs

cloud

storage

management

learning



backend 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


external resources