-
TLS/SSL certificates for developers
I feel like many developers only learn the very basics of TLS/SSL certificates, which can lead to dangerous mistakes. Cryptographic Failures is #2 on the OWASP Top 10 for a reason. Developers do not have to be experts on TLS/SSL certificates, but know how to handle them safely. Let’s go!
-
Docker: Connect to host from container on Linux
If you're coming from the Mac, you're probably used to connecting to the host from inside a container with the address "host.docker.internal". On Linux, however, this does not work out of the box.
-
Book recommendation: Deployment from Scratch by Josef Strzibny
After listening to a fun episode of SE Radio with Josef Strzibny talking about self hosting applications, I decided to get his book "Deployment from Scratch" and really enjoyed reading it.
-
Write files from Docker without ownership and permission issues
Some things you wish you knew beforehand. This very convenient method for writing files from Docker to a local filesystem without any ownership and permission issues, might be one of them.