#Environmentvariables
Ever want to use CSS variables in media queries?

There's no native solution yet, but there's a W3C proposal for this: env() ✨

Install the PostCSS plugin for a glimpse at the future:
December 3, 2024 at 4:47 PM
IDK if this works in Xubuntu, but can we change EnvironmentVariables to Nemo, or an XDG-Portal thing?
August 18, 2025 at 4:25 PM
A critical feature launch turns sour when key analytics go missing! Discover the common pitfalls in deployment, from overlooked post-production keys to staging vs. prod discrepancies. 🙈 Varlock from @dmno.bsky.social to the rescue! #cicd #environmentvariables #typesafety
September 1, 2025 at 12:54 PM
help.ubuntu.com/community/En... suggests ~/.pam_environment
EnvironmentVariables - Community Help Wiki
help.ubuntu.com
August 29, 2025 at 3:08 PM
Vercel now masks Sensitive Environment Variable values in build output automatically, closing a leak into logs teams routinely share and store.

Read: https://firerun.io/blog/vercel-build-logs-redact-secrets-2026/

#Firebase #Vercel #Security #EnvironmentVariables
July 18, 2026 at 9:44 AM
I'm just getting to listening to @mrchrisadams.bsky.social #EnvironmentVariables interview with @tzviya.bsky.social & Alexander Dawson.

podcasts.castplus.fm/e/xn1421y8-s...

It is great to hear Tzviya & Alexander, who have contributed so much the the #WebSustainability Guidelines.

#GreenWeb
Shaping Web Sustainability with the W3C
In this episode of Environment Variables, host Chris Adams dives into the evolving landscape of sustainable web development with Alexander Dawson and Tzviya Siegman from the World Wide Web Consortium ...
podcasts.castplus.fm
November 24, 2024 at 6:08 PM
Shaping Web Sustainability with the W3C
Environment Variables · Episode
open.spotify.com
December 10, 2024 at 4:41 PM
#Development #Approaches
Safe environment variables in JavaScript · Registering variables is a small effort with big returns ilo.im/168vsp

_____
#Programming #Coding #JavaScript #TypeScript #NodeJS #EnvironmentVariables #Browser #WebDev #Backend
Tim Severien
Blog of another senior web engineer
ilo.im
December 9, 2025 at 4:37 PM
Power Automate Tip of the Day
Avoid hardcoding environment-specific URLs, list IDs, and mailbox names.
https://learn.microsoft.com/en-us/power-apps/maker/data-platform/environmentvariables-power-automate
September 16, 2026 at 8:00 PM
Vercel now masks long Sensitive environment variable values in build logs, closing a leak path the April Context.ai breach didn't touch.

Read: https://firerun.io/blog/vercel-build-log-secret-redaction-2026/

#Firebase #Vercel #Security #EnvironmentVariables
July 16, 2026 at 9:55 AM
Environment variables remain the standard way apps read config. Different values per stage, zero changes to code, and the same artifact ships everywhere. Secrets do not belong there by default though, use a vault and keep envs for toggles. #EnvironmentVariables #DevOps #Config
August 20, 2026 at 12:08 PM
Power Automate Tip of the Day
Use environment variables for values that differ by environment.
https://learn.microsoft.com/en-us/power-apps/maker/data-platform/environmentvariables-power-automate
July 31, 2026 at 8:00 PM
Power Automate Tip of the Day
Use environment variables for configurable values, not secrets without proper controls.
https://learn.microsoft.com/en-us/power-apps/maker/data-platform/environmentvariables-power-automate
July 28, 2026 at 8:00 PM
We have just expanded the Environment Variables guide to include their use in Docker containers:

www.learnbyfixing.com/guides/envir...

#LearnByFixing #Linux #DevOps #SRE #Sysadmin #Docker #Containers #EnvironmentVariables
January 12, 2026 at 1:15 PM
🚀 New scenario released!

All roads lead to Rome, but in Linux there is a single $PATH to find all programs.

👉 Come and learn all about it: www.learnbyfixing.com

#LearnByFixing #Linux #EnvironmentVariables #PATH
November 6, 2025 at 8:56 PM
🚀 New scenario released!

💡 Dive into Environment Variables in Linux.
🔧 Make the program in this scenario log only errors without changing its code.

👉 Try it now: www.learnbyfixing.com

#LearnByFixing #Linux #DevOps #EnvironmentVariables #EnvVars
October 7, 2025 at 9:34 PM
@c2img.bsky.social
- name: Build and deploy Container App
uses: azure/container-apps-deploy-action@v1
with:
environmentVariables: >
FOO=${{ secrets.FOO}}
BAR=${{ secrets.BAR}}
December 30, 2024 at 9:59 AM