mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-08 15:02:55 -04:00
1.6 KiB
Executable file
1.6 KiB
Executable file
☁️🧰 master orchestration and backend engineering
learn the fundamentals
-
- 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
-
- protocol properties
- HTTP/1.1, 2, 3
- WebSockets
- gRPC
- WebRTC
- proxy vs. reverse proxy
- Layer 4 vs. Layer 7 load balancers