Week 35: doors, system design servers docker, logs, bandwidth network acmqueue
- “The Door Problem”: Adding a door to a game during design / development is harder than I gave it credit for. :)
- Docker images using uv’s python: System infrastructure description. A big server is used running several containers with docker compose on of those containers being a stateful db
- Inside RevenueCat’s engineering strategy: Scaling beyond 32,000+ apps: Governing principles for a company that are product and customer focused. Interesting stuff
- You Don’t Know Jack about Bandwidth: Nice overview of bandwidth vs latency
- Taming Logs: Good list of things to worry about with respect to logging
- Maestro: Data/ML Workflow Orchestrator at Netflix: It seems like netflix built something fairly similar to apache airflow and other workflow engines here. (etl, data pipelines, etc) I wonder why they thought they needed to …