Serverless Frameworks and Tools
Day 74 of 90 Days of DevOps - Serverless Frameworks and Tools. Part of the Serverless & Advanced Topics series covering essential DevOps concepts and hands-on practices.
393 words
|
2 minutes
Running PyPy on macOS using Homebrew
[Towards Inserting One Billion Rows in SQLite Under A Minute](https://avi.im/blag/2021/fast-sqlite-inserts/) includes this snippet:
265 words
|
1 minute
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