Serverless Computing Introduction
Day 71 of 90 Days of DevOps - Serverless Computing Introduction. Part of the Serverless & Advanced Topics series covering essential DevOps concepts and hands-on practices.
295 words
|
1 minute
Finding the largest SQLite files on a Mac
This runs using Spotlight so it's really fast:
146 words
|
1 minute
Security Incident Response
Day 70 of 90 Days of DevOps - Security Incident Response. Part of the Security & Compliance series covering essential DevOps concepts and hands-on practices.
168 words
|
1 minute
Loading SQLite extensions in Python on macOS
I finally found a workaround for this error when attempting to load a SQLite extension in Python on macOS:
157 words
|
1 minute
SQLite can use more than one index for a query
I was trying to figure out if SQLite has the ability to use more than one index as part of executing a single query, or if it only ever picks a sin...
312 words
|
2 minutes
Zero Trust Architecture
Day 69 of 90 Days of DevOps - Zero Trust Architecture. Part of the Security & Compliance series covering essential DevOps concepts and hands-on practices.
388 words
|
2 minutes
Fixing "compinit: insecure directories" error
Every time I opened a terminal on my new Mac running Catalina with zsh I got the following annoying error:
84 words
|
1 minute
Convert git log output to JSON using jq
I just spent way too long messing around with ChatGPT ([transcript here](https://gist.github.com/simonw/c3b486fa90d7c32a0e8dfb47e151090a)) trying t...
359 words
|
2 minutes