Azure Functions and Logic Apps
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
[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
SQLite timestamps with floating point seconds
Today I learned about this:
154 words
|
1 minute
Docker Compose for Django development
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
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
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
`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
Mouse support in vim
Today I learned that if you hit `Esc` in vim and then type `:set mouse=a` and hit enter... vim grows mouse support! In your terminal!
99 words
|
1 minute