👾 code and notes on cloud microservices, orchestration (e.g., cloud, terraform, kubernetes, docker, data engineering)
Find a file
dependabot[bot] 5add3c882c
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-11-28 04:38:51 +00:00
code Bump certifi in /code/aws/lambda-function/sqs-sns_example 2023-11-28 04:38:51 +00:00
communication Add files via upload 2023-07-29 11:06:05 -07: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 Update README.md 2023-09-04 10:45:44 -07: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