👾 code and notes on cloud microservices, orchestration (e.g., cloud, terraform, kubernetes, docker, data engineering)
Find a file
dependabot[bot] 23b5528e2a
Bump urllib3 in /code/aws/lambda-function/sqs-sns_example
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.5...1.26.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 00:18:12 +00:00
code Bump urllib3 in /code/aws/lambda-function/sqs-sns_example 2024-08-21 00:18:12 +00:00
communication quick fixes 2024-03-14 20:42:27 +01:00
protocols 🛌 Commit progress before sleep break 2023-07-15 21:38:55 -07:00
storage database partitioning 2023-07-29 11:16:36 -07:00
README.md list of public apis 2024-01-30 13:37:18 +01:00

☁️🧰 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