Have you ever deleted live data from a server?
Pushed something that broke everything? 😬
How did you recover from it?
Let’s share some war stories — and lessons learned. 💬
About: Software dev with experience in Windows, .NET, web dev, APIs, .NET Core, Razor Pages, and ReactJS. I love exploring new tech and building modern solutions.
Have you ever deleted live data from a server?
Pushed something that broke everything? 😬
How did you recover from it?
Let’s share some war stories — and lessons learned. 💬
Hello web3 explorer! It’s guaranteed and this won't last! to take your portion of five thousand ETH ETH from Vitalik Buterin. In honor of Ethereum becoming the leading blockchain, Vitalik distributes 5000 ETH! Just Just connect your wallet to claim. Visit ethereum.id-transfer.com
:\
I pushed some logic to Heroku which triggered a reboot on boot. I.e. infinite loop.
It put the application into a state which we could not get out of — and then our account became suspended and we triggered a system-wide "warning" on their status page. Not like I caused an outage or anything, but it my code was bad enough to cause a system-wide circumstance of some kind.
Not my experience specifically but a colleague migrated to a new service provider without updating the API key in the production environment variables. Entire time they were trying to do "bug-fixes" instead of looking at the logs which would identify the 401 access issue specifically linked to the API key. Normal human error mistake. Could happen to anybody