Details
-
AboutWeb dev and martial artist
-
Skillsphp, js, python, aws, git, deploybot, vagrant, magic, cussing
-
Location91942
-
Github
Joined devRant on 4/6/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
overheard someone say "test driven development is essentially 'debugging a system into existence'"
.... And to be honest I can't disagree, it's quite an accurate description of TDD.1 -
i started a new job as a BI consultant. I thought that it included programming but it does not in my case :/3
-
Mr. Robot is a trip! I've just started watching. I think my most appreciative part is that it's not just about programming side but the characters as well. They are really quite deep, frighteningly deep.8
-
Years ago, when I was a young developer, I was asked to design and implement a complex but usefull feature. It took me some time, but I was really proud of my creation. It passed all the tests and was approved for production deployment. However, while the code was deployed, the customer asked for it to remain disabled for a while.
Months passed, other features were added often breaking the one I created. But I was relentless. I've fixed it every time. I've kept it ready for great launch...
After a few years, when I was already working on a different project, I received an email about my feature. It turned out that everyone simply forgot about it. You might expect that it was finally turned on... Nope, that email was a kind request to remove that feature from code.12 -
Does anyone watch DevWars on Twitch?
It might be the nerdiest thing I've ever watched or let into my life. However, it's really cool and I highly recommend it if you're a web developer12 -
My coworker can't be bothered with learning git branching, so he comments out significant functionality during testing and then comments it back in before go-live. What could possibly go wrong?7
-
we got a new coworker who had no experience in coding. I was planning to leave the company (mainly because my other coworokers were jerks) but no one wanted to teach him so i started teaching the new guy. This was 4 months ago and He is the reason im still here and i enjoy my work again! :)15
-
That moment when a user tells you that your app has zero value...I have ~30 beta users and everyone I've heard from loves it except the one.
But the one is still nagging at me.8 -
So, pissed right now. I spend time writing statements of work, designing the software, and spend a lot of time making sure things are done right. Then have a co-worker that just feels they can half-assed throw some pile of shit together and they have the solution. Then we will just have a meeting on how we are going to use this crap.
-
Making a site that looks like Windows XP for one of my friends. What do you guys think of it so far?9
-
Client tests the app and provides feedback ... This sucks! Full of bugs, hard to navigate, nothing works!
1 week later after version 2 client provides new feedback: This rocks! Love it. Easy to use and rock solid!
Changes made: background set to light blue.10 -
Aint a rant though
But I woke up today and the first thing I saw was my first Android app reaching 5 digits (10017) downloads figure with 4.73 stars. :D
Couldnt be happier.11 -
DevRant should have a sister app called DevChant where you post, collaborate, and get feedback on ideas, projects and concepts in a positive manner. 🙃6
-
www.commitlogsfromlastnight.com
If you havent come across this shit yet, you should, now. [LOL]. hilarious logs. -
Any firmware developers like me here?? .!! The second class citizens of the world of software development.... People who code in outdated languages, use outdated tools(console print is a luxury) to create cool stuff.3
-
I messed up carelessly in production. Learnt how SQL queries bite you in the ass when it knows you are under pressure.
Was hosting an online quiz kinda thing during my college techfest. Tens of thousands of people participating.
Using MySQL as database and thousands of queries were being executed. Everyone were pretty excited as the event just opened up.
None of the teams could solve one particular level. Turns out the solution was wrong and was asked by the organisers to change the solution for that particular level. Usual stuff, right?
Was too lazy to open up the web UI for the back office and so, straight ahead logged in to the MySQL server and ran the UPDATE query on the table consisting of the solutions.
It had been a couple of hours and the organisers came to me with a weird problem. There were no changes in the scoreboard for the last two hours. Everyone were stuck wherever they were. Weird, right?
I then realized.
Fk.
In that dreaded query, I had only run
UPDATE 'qa' SET answer = 'something'
leaving out the where clause, specifying the question to update, like
WHERE qno=13
As a result, solutions to all the questions were updated to the same answer. After hastily fixing everything back, I had the dreaded conversation.
Org: What was the problem?
Me: It was the cache.
Org: Damn thing. Always messes up.
Me: *sheepishly* yeah
Probably the most embarrassing moment in my life, wrt coding 😑4 -
I'm very bad at reading someones code. For example when someone on uni asks me to help him with code I just write it from scratch, I can't find the mistake or even understand thoughts of this person. I'm afraid that when I'm going to work in team I'll be useless. Can I even do something with this?5