<?xml version="1.0" encoding="UTF-8"?><oembed><type>video</type><version>1.0</version><html>&lt;iframe src=&quot;https://www.loom.com/embed/5276314726cc42ec8a78f355c398f115&quot; frameborder=&quot;0&quot; width=&quot;1920&quot; height=&quot;1440&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>1440</height><width>1920</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>1440</thumbnail_height><thumbnail_width>1920</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/5276314726cc42ec8a78f355c398f115-346db3b8fabde8bc.gif</thumbnail_url><duration>268.179</duration><title>Zero-Dependency .env Validation and CI Checks</title><description>This Loom presents an “ENV kit” developer tool that validates and extends .env files without installing dependency packages. The author argues that typical Node projects use three separate packages for parsing, extension, and validation that can add over 8 MB to the full dependency tree, whereas this tool achieves the same three jobs with zero installed dependencies, including a proof-of-concept with no node_modules folder. It demonstrates browser and terminal flows, showing the same clear failure when an API key is missing and a valid message after adding ABC123xyz, plus strict CI blocking for missing, extra, or mismatched settings. The kit is backed by 40 Node built-in tests and includes a regression fix for escape character handling, with GitHub Actions running the full test suite on every push.</description></oembed>