Infrastructure testing gets expensive when every failed run pollutes the next one. Local VM snapshots give deployment tools the undo button they …
#infrastructure-testing
#multipass
#local-development
+5
I run two posrgres databases in production. One is connected to a Django app and runs on docker, the other one powers Node.js server. Fun fact, I once …
#postgres
#postgresql
#backup
+5
It can easily take you longer to deploy a django app than it took you to develop. Trust me. I finally figured out a very smooth and easy way to deploy …
#django
#docker
#docker-compose
+6