datastack
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I recently came up with a backup strategy that seems so simple I assume it must already exist — but I haven’t seen it in any mainstream tools. The idea is: The latest backup (timestamped) always contains a full copy of…
- Merging End-to-End Testing and Implementation with Macro Abstractions (gist.github.com)
-
Dockerized is like npx for unix tools: Run popular cli tools without installation. Example: dockerized npm init dockerized python2 somescript.py Run an older version of a tool: NODE_VERSION=15.0 dockerized node Use…