New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
Your API key is sitting in plain text at the top of a file you're about to push to GitHub.
What you'll have at the end
A working app that reads its secret key from a .env file that git never sees
You need
A small Node.js script or app with a real API key or password typed directly into the source code, in a repository you have not pushed yet.
Not covered
Removing a secret that already made it into git history, and setting secrets on a server you deploy to later.
Checked 25 Aug 2026
Part of the Node.js cookbook