#dev

  • Save time updating Astro websites

    Updating a large number of Astro websites can be pretty annoying. Although there is an automated CLI tool, it will not upgrade all project dependencies and does not provide enough information. This is what I do.

    Read article

  • 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.

    Read article

  • * 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!

    Read article