-
Using Dev Containers with Astro/Vite
I highly recommend Dev Containers - especially for Node.js projects. But there is a really annoying bug when using them with VS Code.
-
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!