#devfail search results
So today, it's officially the first time that I'm gonna push a critical code without having a single test on it ... #DevFail
Friday's idea, the weekend is almost here but well, time to start a big refactoring, no fear ... First line moved, tests crashed ... #DevFail
Quick reminder, if `$value` is a boolean and you need to return A or B depending on it, a ternary is a better solution than an if ... #DevFail
Did I said one day that testing frontend is fun ? Well, I was probably in a wrong day ... #DevFail #Cypress #Symfony
Searched during 10 minutes why my newly created array isn't hydrated with the translated content, just discovered that I've forgotten to do a `$array[] = $translatedContent` ... #DevFail
I love when someone says: Just thrown this code, we're gonna change the idea completely ... Especially when I've been working on it for 3 weeks straight ... #DevFail #WTF
Today success, being asked about what I think of an important feature that comes and getting as an answer: Ok, we don't care about your opinion, here's ours ... So, why do you ask? #DevFail #StrangeFeeling
I don't remember the last time I've launched a `npm -g install package` but all that I remember it's that it was probably the longest hour of my life ... #DevFail #NodeJS #BlackHole
Totally screwed up. Spent months coding app into a bloated nightmare, thinking I was a genius. 🤦♂️ Now I’m relearning the hard way. keep it simple! Spending weeks untangling my mess to make it clean and functional. Back to basics, folks. #coding #devfail #learning
Je sais pas vous, mais j'aime bien cet horoscope moi.\n\t\t\t\nTous les messages de la banderole sont comme ça 😅\n #DevFail
Totally screwed up. Spent months coding app into a bloated nightmare, thinking I was a genius. 🤦♂️ Now I’m relearning the hard way. keep it simple! Spending weeks untangling my mess to make it clean and functional. Back to basics, folks. #coding #devfail #learning
@netflix bug: skip intro, jump scenes, or hit next ep — subtitles vanish. Menu shows “None.” ChatGPT says session reset. But seriously @NetflixEng, are your devs okay? if start(): load_subtitles() One. Damn. Line. #Netflix #Bug #DevFail
The builders of Emergent LLM shipped an assistant that second-guesses instead of executing. Great language, poor results. I needed working auth, not essays. #DevFail #georgiejobsapp
Expectation: Build something cool → get praised. Reality: Build something cool → guy disappears → post deleted → I question my life choices 🤯 Moral: Not all public posts come with follow-through 😅 #Failstory #DevFail
StarkNet devs be like: "We're revolutionizing Ethereum scaling!" Meanwhile, their network's slower than a sloth on vacation, airdrops went to GitHub trolls while loyal users got zilch, and they called farmers "e-beggars." #StarkNetSucks #CryptoTrash #DevFail
I kept getting errors while coding and things weren’t updating. After a lot of frustration, I realized I didn’t even have my Firestore database set up. Lesson learned: always check the basics first. #CodingLife #DevFail #TechLessons
🔍 Spotted on a government website 👀 Looks like someone forgot to remove their console logs before going live Logs : “kahi token me toh issue nahi hai ?🤨” “chal final request dikha” Dev mode: 💯 Production mode: ❌ #DevFail #WebDev #IndiaGov #ConsoleLog #DebuggingInProduction
Cool event. But IP bans? In 2025? Congrats, you just blocked 10 strangers who’ve never met — they just share the same ISP. The internet ≠ one house. #DevFail #UXMatters
Heads up @Patreon users: if you update your @PayPal email, Patreon still sends your payouts to your old address, no proper implementation, just trust data never changes 🤷♂️💸 #DevFail #UXFail #TestYourShit #IndieDev
2/ **Aliens: Colonial Marines – The Great Disappointment** 👾 What was thought to be a worthy continuation of the Aliens franchise ended up being notorious for misleading marketing and a lackluster experience. #AliensColonialMarines #DevFail
Called that dev site ‘good’ once… big mistake. It’s like someone coded it blindfolded during a blackout. Buttons vanish, pages crawl slower than a snail on espresso, and the whole thing feels like a glitchy fever dream. 0/10, would NOT recommend to my cat friends. #DevFail
oupsy!... I tried to change one or two things and.... I got some big changes on my characters! :D #indiegamedev #sologamedev #devfail
Devlupers asks: Ever deployed a bug so bad it caused a real-life international incident? Share your (hopefully not too serious) coding horror stories! #devfail #TECH4ALL #technology
.@Pun_Starr please do some #devfail memes on Goa We can boast of landslides, bridge collapses and a newly built airport that is flooded. Panjim smart City project is a washout. This is just the tip of the iceberg! Also tourists doing stunts during floods 🤦
The new BJP govt in Odisha has already started development work in the state. They renamed the state-run Lakshmi Bus (started by the previous govt) to Mukhya Mantri Bus, and changed the colour from green to orange.
When you're trying to run a model in TensorFlow but accidentally run it backwards...oops #DevFail #PythonProblems #devhubby devhubby.com/thread/how-to-…
"⚡️ Code Confessions time! What's your most memorable 'coding gone wrong' moment? We've all been there! Share your stories using #CodeConfessions and let's turn our coding mishaps into laughter and lessons. 😅💻 #DevFail #CodingHumor"
@Showtime @paramountplus Thanks for letting me know that that was a Modal Window. #error #UIfail #Devfail #Georestricted
@espnfantasy wait, I apparently I can't use an ambersand (&) in my name #devfail
@netflix bug: skip intro, jump scenes, or hit next ep — subtitles vanish. Menu shows “None.” ChatGPT says session reset. But seriously @NetflixEng, are your devs okay? if start(): load_subtitles() One. Damn. Line. #Netflix #Bug #DevFail
We all started from scratch and made plenty of mistakes. I think the key to getting better at what you do, is to learn not to repeat the same mistakes again and again. And I do still learn every day ;-) #researchfail #devfail #phdfail
So today, it's officially the first time that I'm gonna push a critical code without having a single test on it ... #DevFail
@SegurosSURAcol mal hecho es que la app de Sura en iOS 15.2 simplemente decida no ejecutar más y plop! y justo en momentos difíciles! #devFail
Friday's idea, the weekend is almost here but well, time to start a big refactoring, no fear ... First line moved, tests crashed ... #DevFail
Quick reminder, if `$value` is a boolean and you need to return A or B depending on it, a ternary is a better solution than an if ... #DevFail
I love when someone says: Just thrown this code, we're gonna change the idea completely ... Especially when I've been working on it for 3 weeks straight ... #DevFail #WTF
Friday early morning, just rebased `develop`, break every test because of a migration that doesn't want to execute, this day's gonna be a long one ... #DevFail
Searched during 10 minutes why my newly created array isn't hydrated with the translated content, just discovered that I've forgotten to do a `$array[] = $translatedContent` ... #DevFail
@ifttt qa missed a little UI glitch... some dev did check their stuff closely enough... 😝 #devFail #ifttt #shouldaHiredMe #frontEndDev #styleIsEverything #cssFail #iPhoneSE
Today success, being asked about what I think of an important feature that comes and getting as an answer: Ok, we don't care about your opinion, here's ours ... So, why do you ask? #DevFail #StrangeFeeling
Something went wrong.
Something went wrong.
United States Trends
- 1. GTA 6 15.8K posts
- 2. GTA VI 24K posts
- 3. Rockstar 56.8K posts
- 4. Antonio Brown 7,389 posts
- 5. Nancy Pelosi 138K posts
- 6. Ozempic 21.8K posts
- 7. GTA 5 9,570 posts
- 8. #shootingstar N/A
- 9. #TNFonPrime 1,709 posts
- 10. #bandaids 4,325 posts
- 11. Free AB N/A
- 12. Paul DePodesta 2,380 posts
- 13. Silver Slugger 6,325 posts
- 14. Fickell 1,263 posts
- 15. #LOUDERTHANEVER 1,539 posts
- 16. Katy Perry 32.8K posts
- 17. Grisham 1,973 posts
- 18. $SENS $0.70 Senseonics CGM N/A
- 19. Thursday Night Football 3,834 posts
- 20. Rockies 4,493 posts