👾 code and notes on cloud microservices, orchestration (e.g., cloud, terraform, kubernetes, docker, data engineering)
Find a file
dependabot[bot] e0dad39ad5
Bump certifi in /code/aws/lambda-function/sqs-sns_example
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 21:52:54 +00:00
code Bump certifi in /code/aws/lambda-function/sqs-sns_example 2023-07-25 21:52:54 +00: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
README.md Merge branch 'master' of github.com:go-outside-labs/orchestration-toolkit 2023-07-15 20:09:48 -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


management


learning



external resources