#Varlock – #dotenv files built for sharing, powered by @ env-spec decorator comments #opensource #devtools #nodejs #ai
🔐 Adds declarative schema to your .env files using JSDoc-style @ env-spec comments – validation, type safety & IntelliSense included
🧵 👇
Kuba v1.5.0 released with support for bitwarden and "import from knative service(s)".
- kuba.mwco.app/providers#bi...
- kuba.mwco.app/configuration
#dotenv #googlecloud #aws #azure #secrets #openbao #bitwarden #devops
loadenv example
✅ New feature in progress for Nelson: loadenv, a function to load environment variables from .env files directly into your session.
#NelsonLang #DotEnv #loadenv #DevTools #Scripting #Productivity #Programming #ScientificComputing #OpenSource #Coding #STEM #Matlab #Scilab #GNUOCtave
Kuba v1.0.0 has been released yesterday and comes packed with awesome new features.
If you're curious what this is all about: kuba.mwco.app should get you started.
#devops #developer #dotenv #googlecloud #aws #azure #openbao #cloud #secrets
New post about writing things yourself instead of using libs and going for small solutions that fit your needs. #python #dotenv
blog.natfu.be/no-python-do...
Counting versioned templates, non-versioned local files and different purposes/environments... a project I work on has 10 .env* files. 🥺
#dotenv #softwaredevelopment
keeenv - populate env vars from KeePass
stephencross.site/keeenv-popul...
#KeePass #KeePassXC #developers #commandline #security #dotenv #cli #tools
Found out about a new secret handling standard called #secretspec.
Has some nice simplicity with #dotenv. And integrates with #1password. 😎
I have workloads doing this stuff all over the place. So it's definitely nice maybe not reinventing the same wheel for the 42nd time. 🫠
⚙️ Tired of syncing secrets across environments?
– .env files out of date
– CI/CD pipelines failing with missing vars
– New devs asking “what’s the DB password?”
I built Envilder:
🔐 Generates .env from AWS SSM
📖 dev.to/macalbert/st...
#aws #devops #cli #dotenv
Stop hardcoding secrets in your Python apps! 🔐
Learn how .env files + python-dotenv can boost security, simplify config, and keep your code clean.
Includes best practices + a cheat sheet! 🧠🐍
📖 Read here: victorhugosolis.com/the-importan...
#Python #DevTips #CyberSecurity #Dotenv
Как провести пользовательское исследование без поль...
habr.com/ru/articles/910244/
#chatgpt #OpenAI #API #ии-агенты #LLM-интеграции #.env #dotenv #User #Research #EdTech #Продуктовая
Result Details
A screenshot showing an environment populated with direnv/.envrc
Did you know @runme.dev natively supports #DotEnv and #Direnv?
Makes it super simple to leverage your project's existing environment configuration.
More in the docs: docs.runme.dev/configuratio...
Помітив прекол. Коли завантажую конфігурацію з .env файлу через dotenv, то на Mac із підпапок конфігурація не завантажувалась, бо .env файл автоматично не знаходився у батьківській папці. Довелось додати:
require('dotenv').config({path: '../.env'});
#js #dotenv #javascript #джаваскрипт