MDA TCH RA Rash Edmund Integrating IP Geolocation to a Nodejs(Express) application. THIS IS A DRAFT ARTICLE I’VE HAD SINCE JUNE 16 2023, DON’T KNOW WHY I DIN’T PUBLISH. IPGEOLOCATION’s UI IS UPDATED
ECO TCH YA Yash Doifode I Built a CLI Tool Because .env Files Were Ruining My Life The CLI Tool That Finally Gives Your Environment Variables the Respect They Deserve
LIF MU Muthukumaran Navaneethakrishnan I always loved Hashicorp Vault. But not for this. I always loved HashiCorp Vault. The model is right. Dynamic secrets, leasing, identity-based access, real audit. For a serious ops team…
MDA AI TCH MA Mark W. How to use environment variables in Node.js and Express with dotenv Hardcoding a database URL into your Express app is the kind of mistake you only make once, usually right before a production deploy goes…
TCH SC Scsic Ui The Secret Your App Shouldn’t Say Out Loud Ever accidentally text your group chat something you meant for just one person? It’s awkward. Now imagine doing that with your database…
TCH BA Battula Darshan strict-env-validator I kept breaking apps because of missing env variables… so I built this.
MDA TCH KA Kasiimlyee dotenv-gad: Environment variable validation library Environment variables are essential but often misunderstood and actually can be the source of late-night debugging sessions. How many times…
ECO TCH RA Razvan Ludosanu How to Write a Dependency-Free Env Loader in Node.js Learn how to write a dependency-free env loader ECMAScript module in Node.js that automatically adapts to the process runtime environment.
TCH GE Georg Nelles Improving .env-Based Workflows with KeePass (Cloud-Free, If You Want) Introdction
TCH PA Patricia Njoroge How to Secure Your Django Secrets Using python-dotenv When you first run django-admin startproject, Django generates a settings.py file. Inside, your SECRET_KEY is sitting in plain text. If you…