Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: toml Clear Filter

SecretSpec: Declarative Secrets Management

Announcing SecretSpec: Declarative Secrets Management We've supported .env integration for managing secrets, but it has several issues: Apps are disconnected from their secrets - applications lack a clear contract about which secrets they need - applications lack a clear contract about which secrets they need Parsing .env is unclear - comments, multiline values, and special characters all have ambiguous behavior across different parsers - comments, multiline values, and special characters al

Tools I love: mise(-en-place)

Tools I love: mise(-en-place) tools cli mise Once in a while you get introduced to a tool that instantly changes the way you work. For me, mise is one of those tools. mise is the logical conclusion to a lot of the meta-tooling that exists around language-specific version and package managers like asdf, nvm, uv, pyenv etc. It makes it exceptionally easy to install, use, and manage software. It also allows you to manage environment variables and declare tasks (run commands). The first step in g

Topics: jj mise toml tools use