Best practices

A collection of 71 posts

Secure Your Secrets with .env

Secure Your Secrets with .env

Using environment variables to store secrets instead of writing them directly into your code is one of the quickest and easiest ways to add a layer of protection to your projects.

Securing your CI/CD: an OIDC Tutorial

Securing your CI/CD: an OIDC Tutorial

The article highlights the significance of securing CI/CD systems and offers three best practices. It introduces OpenID Connect (OIDC) as a means to employ short-lived tokens for improved security.

arrow-down