DevOps Transformation Challenges
Day 87 of 90 Days of DevOps - DevOps Transformation Challenges. Part of the Best Practices & Culture series covering essential DevOps concepts and hands-on practices.
459 words
|
2 minutes
Talking to a PostgreSQL service container from inside a Docker container
I have a Django application which uses PostgreSQL. I build the Django application into its own Docker container, push that built container to the G...
271 words
|
1 minute
Get Skitch working on Catalina
I really like Skitch for taking screeshots, mainly because I like to snap a quick shot and then drag the icon onto a Google Doc or similar without ...
89 words
|
1 minute
Scaling DevOps in Enterprise
Day 86 of 90 Days of DevOps - Scaling DevOps in Enterprise. Part of the Best Practices & Culture series covering essential DevOps concepts and hands-on practices.
383 words
|
2 minutes
Django data migration using a PostgreSQL CTE
I figured out how to use a PostgreSQL CTE as part of an update statement in a Django data migration. The trick here is mainly understanding how to ...
194 words
|
1 minute
Exporting Amplitude events to SQLite
[Amplitude](https://amplitude.com/) offers an "Export Data" button in the project settings page. This can export up to 365 days of events (up to 4G...
157 words
|
1 minute
Querying the GitHub archive with the ClickHouse playground
Via [this comment](https://news.ycombinator.com/item?id=34197637) on Hacker News I started exploring the [ClickHouse Playground](https://clickhouse...
600 words
|
3 minutes
Scroll page to form if there are errors
For a Django application I'm working on ([this issue](https://github.com/simonw/django-sql-dashboard/issues/44)) I have a form that can be quite a ...
80 words
|
1 minute