Azure Functions and Logic Apps
2024-03-13
Day 73 of 90 Days of DevOps - Azure Functions and Logic Apps. Part of the Serverless & Advanced Topics series covering essential DevOps concepts and hands-on practices.
507 words
|
3 minutes
Serving a custom vector web map using PMTiles and maplibre-gl
2024-03-13
[Protomaps](https://protomaps.com/) is "an open source map of the world, deployable as a single static file on cloud storage". It involves some _ve...
1520 words
|
8 minutes
Docker Compose for Django development
2024-03-12
I had to get Docker Compose working for a Django project, primarily to make it easier for other developers to get a working development environment.
338 words
|
2 minutes
AWS Lambda and Function Development
2024-03-12
Day 72 of 90 Days of DevOps - AWS Lambda and Function Development. Part of the Serverless & Advanced Topics series covering essential DevOps concepts and hands-on practices.
338 words
|
2 minutes
Converting ORF raw files to JPEG on macOS
2024-03-12
One of our cameras takes raw photos in ORF format, which I believe stands for "Olympus Raw Format". Here's a recipe I found for converting them to ...
74 words
|
1 minute
migrations.RunSQL.noop for reversible SQL migrations
2024-03-12
`migrations.RunSQL.noop` provides an easy way to create "reversible" Django SQL migrations, where the reverse operation does nothing (but keeps it ...
72 words
|
1 minute
Serverless Computing Introduction
2024-03-11
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
2024-03-10
This runs using Spotlight so it's really fast:
146 words
|
1 minute