Public Speaking
Technical talks presented in the Postgres and Python worlds
Talks
![](https://chelseadole.com/images/talks/platform_best_practices_talk.png)
Postgres Platform 'Best Practices' for the Modern DBA
A 50-minute talk about Postgres "fleet management" best practices, based on my experience building infra platforms across organizations with varying size, scale, and maturity.
![](https://chelseadole.com/images/talks/partitioning_talk_logo.png)
It’s Not You, It’s Me: Breaking Up with Massive Tables via Partitioning
A 50-minute talk about how to partition live, production-critical PostgreSQL tables while minimizing downtime.
![](https://chelseadole.com/images/talks/table_bloat_talk_logo.png)
Postgres Table Bloat: Managing Your Tuple Graveyard
A 50-minute Postgres internals talk covering MVCC, table bloat, and bloat management methods.
![](https://chelseadole.com/images/talks/dreaming_of_databases_talk_logo.png)
Dreaming of Databases
A 25-minute talk covering database history and models, and how to make educated decisions regarding database choice.
![](https://chelseadole.com/images/talks/going_serverless_talk_logo.png)
Going Serverless: App Engine & Cloud Functions Scaled Down
A 30-minute talk covering definitions/use cases of serverless computing, and a live deployment of a Python app with Google Cloud App Engine and Cloud Functions using the gcloud SDK.
Lightning Talks
![](https://chelseadole.com/images/talks/hard_drive_talk_logo.png)
Configuring Postgres for Modern Hardware
A 5-minute lightning talk covering Postgres configurations to tune for performance optimization when utilizing SSD or NVMe drives.
![](https://chelseadole.com/images/talks/python_memory_talk_logo.png)
Understanding Python Memory Management
A 10-minute lightning talk about CPython's internal memory management.
![](https://chelseadole.com/images/talks/pip_install_talk_logo.png)
pip install that-idea-you-have
10-minute lightning talk covering how to write and publish a PyPI package, featuring the live publication of a package via the PyPI CLI.