Details
-
About<? phpinfo() ?>
-
Skills<? phpinfo() ?>
-
Location<? phpinfo() ?>
Joined devRant on 8/17/2019
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
-
Mgmt: We will need you to work on Saturday
Me: I'm afraid I can't, I have plans that cannot be rescheduled.
Mgmt: Then please call your coleague out of vacation. Treat this as super urgent.
Me: I do not feel comfortable calling him out as, as you know, he is on leave (family emergencies) and it is a weekend. I do not think it would be ethical to do so either.
Mgmt: *crickets chirping in my mailbox*
Me: *Updating my LinkedIn*6 -
Ok so I was fetching some JSON data from a SQL database server and loading it on the front-end. Every single data is being loaded onto the table except for a single data column, which is empty.
Hmmm... So I go and check my code... everything looks fine.
Then I console.log the JSON (using .stringify() of course), all the values from the table are present in the printed out JSON.
Ok, now I am really pissed.
Long story short...
I had misplaced a single 'i' in the SQL statement, I had included the 'í' (the i-acute) character instead. And since I was using an alias in the query statement, no error was shown.4 -
Developer in anger : I'm gonna leave this team and the manager/team will suffer for my loss and the project will fail.
In the meanwhile,
Manager to the senior manager : If one of the developers die or leaves the team, the project deadline extends by 1 month.
Senior manager : Great.