You are here |
www.dudley.codes | ||
| | | |
greg.molnar.io
|
|
| | | | In this tutorial, I will show you how to use MRSK to deploy a Rails app to a VPS, run Caddy in front of the docker container to handle SSL, use a hosted database server, run Redis on the same droplet, run a worker to process background jobs | |
| | | |
martinheinz.dev
|
|
| | | | At this point probably everybody has heard about Docker and most developers are familiar with it, use it, and therefore know the basics such as how to ... | |
| | | |
pythonspeed.com
|
|
| | | | When you're building Docker images you often need some secrets: a password, an SS Hkey. The secure mechanism is BuildKit; others might leak them. | |
| | | |
ilikekillnerds.com
|
|
| | Whilst doing some work in a library I maintain, I needed to add in the ability to calculate the hash of an included file for an integrity check feature I was adding in. The resulting solution is simple and not boast-worthy, but given others might encounter a situation where they need a hash of a [...] |