Environment Variables in Deno
A guide on using environment variables and .env files to securely manage sensitive data like API keys in Deno applications.
A guide on using environment variables and .env files to securely manage sensitive data like API keys in Deno applications.
A quick Git tip on removing committed files and a brief introduction to the author's web development work and courses.
A guide explaining the purpose of .gitignore, the difference between project-specific and global ignore files, and best practices for keeping repositories clean.
Explains three methods to control which files are included in an npm package: .gitignore, .npmignore, and the files property.
Explains how to prevent accidentally publishing secrets like API keys to the npm registry, covering .npmignore, package.json files, and dry-run.
Explains the purpose and usage of the .gitignore file in Git, including how to ignore files, folders, and extensions.
A technical guide on using Git's filter-branch command to clean up a repository's history by removing unwanted files like bin/ and obj/ directories.
A guide on using PowerShell to download .gitignore templates from GitHub's REST API for automating project setup.
A guide explaining what files to add to your .gitignore file, covering OS files, application files, and credentials to keep Git history clean.