DevOps Metrics and KPIs
Day 85 of 90 Days of DevOps - DevOps Metrics and KPIs. Part of the Best Practices & Culture series covering essential DevOps concepts and hands-on practices.
398 words
|
2 minutes
Recovering data from AWS Lightsail using EC2
I ran into problems with my AWS Lightsail instance: it exceeded the CPU burst quota for too long and was suspended, and I couldn't figure out how t...
333 words
|
2 minutes
Geopoly in SQLite
I noticed this morning that one of my Datasette installations had the [Geopoly](https://www.sqlite.org/geopoly.html) SQLite extension enabled. I do...
927 words
|
5 minutes
Counting SQLite virtual machine operations
When SQLite executes a query, it does so by executing a sequence of virtual machine operations.
520 words
|
3 minutes
Continuous Learning Culture
Day 84 of 90 Days of DevOps - Continuous Learning Culture. Part of the Best Practices & Culture series covering essential DevOps concepts and hands-on practices.
420 words
|
2 minutes
Bundling Python inside an Electron app
For [Datasette Desktop](https://datasette.io/desktop) I chose to bundle a full version of Python 3.9 inside my `Datasette.app` application. I did t...
349 words
|
2 minutes
Documentation and Knowledge Sharing
Day 83 of 90 Days of DevOps - Documentation and Knowledge Sharing. Part of the Best Practices & Culture series covering essential DevOps concepts and hands-on practices.
528 words
|
3 minutes
Piping echo to a file owned by root using sudo and tee
I wanted to create a file with a shell one-liner where the file lived somewhere owned by root.
139 words
|
1 minute