Container Security and Image Scanning
Day 63 of 90 Days of DevOps - Container Security and Image Scanning. Part of the Security & Compliance series covering essential DevOps concepts and hands-on practices.
398 words
|
2 minutes
Cumulative total over time in SQL
This is a quick trick for creating a cumulative chart of the total number of items created over time based just on their creation date.
93 words
|
1 minute
Embedding JavaScript in a Jupyter notebook
I recently found out modern browsers include a JavaScript API for creating public/private keys for cryptography.
268 words
|
1 minute
Security Scanning in CI/CD Pipelines
Day 62 of 90 Days of DevOps - Security Scanning in CI/CD Pipelines. Part of the Security & Compliance series covering essential DevOps concepts and hands-on practices.
426 words
|
2 minutes
Unix timestamp in milliseconds in SQLite
I wanted to retrieve the time in milliseconds since the Unix epoch in SQLite.
488 words
|
2 minutes
DevSecOps Introduction and Principles
Day 61 of 90 Days of DevOps - DevSecOps Introduction and Principles. Part of the Security & Compliance series covering essential DevOps concepts and hands-on practices.
524 words
|
3 minutes
Snapshot testing with Syrupy
I'm a big fan of snapshot testing - writing tests where you compare the output of some function to a previously saved version, and can re-generate ...
637 words
|
3 minutes
Using LD_PRELOAD to run any version of SQLite with Python
I've been wanting to figure this out for ages. [This thread](https://news.ycombinator.com/item?id=23282684) on Hacker News plus [this Stackoverflow...
729 words
|
4 minutes