FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Your AWS Credentials Are Still on GitHub Even After You Delete Them
How-ToWeb Development

Your AWS Credentials Are Still on GitHub Even After You Delete Them

via Dev.to WebdevPrashik besekar19h ago

I thought deleting the file was enough. I was wrong. Here's what actually happens. Originally published on Medium — follow me there for more The Mistake That Haunts Developers You're coding late at night. You hardcode your AWS credentials to test something quickly — just this once. It works. Great. You delete the credentials from the file. Push to GitHub. Safe right? Wrong. Completely wrong. 😰 Your credentials are still on GitHub. Visible to anyone who knows where to look. And automated bots DO know where to look. This happens to developers every single day. Today I'm going to show you exactly why this happens and how to protect yourself completely. How Git History Works Git doesn't just save your current code. Git saves every single version of every file you've ever committed. Think of git like a time machine. Every commit is a snapshot of your entire project at that moment. When you delete credentials and push — git saves: Commit 1 — file WITH credentials ← still here forever Commit

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
3 views

Related Articles

I Ran the Same C Code on Multiple Compilers… and Got Strange Results
How-To

I Ran the Same C Code on Multiple Compilers… and Got Strange Results

Medium Programming • 13h ago

The Inheritance Trap: How to Avoid Fragile Base Classes
How-To

The Inheritance Trap: How to Avoid Fragile Base Classes

Medium Programming • 13h ago

Eighty Years Later, the Chemex Still Makes Better Coffee
How-To

Eighty Years Later, the Chemex Still Makes Better Coffee

Wired • 14h ago

The Day I Realized Coding Is Less About Computers and More About Learning How Humans Think
How-To

The Day I Realized Coding Is Less About Computers and More About Learning How Humans Think

Medium Programming • 14h ago

The Strange Advice Engineers Eventually Hear
How-To

The Strange Advice Engineers Eventually Hear

Medium Programming • 19h ago

Discover More Articles