RSSAmplifier

Blog

Jad Joubran

Blog posts by Jad Joubran

jadjoubran.ioRSS feed ↗7 posts

Latest posts

How to prevent Google Antigravity from accessing .env

How to deny Google Antigravity's agent access to your .env in the IDE and the CLI, how to verify it worked, and the settings around it that matter.

How to prevent GitHub Copilot from accessing .env

Two ways to stop GitHub Copilot from suggesting inside your .env files in VS Code, how to verify it worked, and where those fixes stop helping.

Declarative Partial Updates unlock a new Native Component Model

How declarative partial updates stream HTML out of order with markers and templates, preserve app state without a framework, and lets us move to a native component model.

Astro: HTML first, JavaScript when you need it

Why we chose Astro for teaching Content APIs and Web APIs in the CMD Amsterdam Web Design & Development minor.

9 Times the Web Platform Was Influenced by Libraries

From querySelector to Temporal — a look at how userland libraries shaped the native APIs we use every day.

Working with Dates in JavaScript Using the Temporal API

Explore the new Temporal API and how it replaces JavaScript's Date object with immutable, time-zone-aware types.

Prevent Claude Code from accessing .env

A quick tip on how to prevent Claude Code from reading your .env file and protect your secrets.