Details
-
AboutCo-founder of @reflectgrowth & @edufolios - Career long software developer and enthusiast. Always disruptive, constantly innovating.
-
SkillsFull stack developer
-
LocationAdelaide, Australia
Joined devRant on 5/30/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
-
Today I presented a client with their new website.
Feedback from the owner was "I fucking love it".
Got a cash bonus and a bottle of champagne before leaving.
Today was a good day!18 -
Me when I'm updating my projects:
"I put some new code in,
I took some old code out,
I put some new code in and I tested it all out, I fixed some major bugs and I pushed the update out. That's what it's all about!"5 -
Bug emerges
Print a bunch of stuff
Breakpoints
Crisis of confidence
Research obscure fundamentals of the language
See typo
Fuck.5 -
*enters password*
*misspells a letter*
*OMG BACKSPACE! BACKSPACE!*
*retypes whole password again* 😂😂6 -
im the only person in my company who has any sort of tech skill. Im the only dev here, the only IT guy here, and pretty much the only person who can use a computer outside of facebook. And my CEO is expressing concerns as to what i do? Life of startup hell2
-
// Return data
return data;
Found this in our code recently, had to check who pushed it to git. Apparently i'm an excessive commenter 😫2 -
I once spotted this in our PHP code:
if (!empty("literal string")) { ... }
How did that even passed the code review process still remains a mystery.1 -
I downloaded this expecting it to be just guys arguing over stupid shit like iOS Vs Android, but I've been pleasantly surprised, everyone seems a lot nicer than the comments sections on tech websites4
-
how i declare Coding session of the day to be over : when i see an error about an error that is not an error... :D
(hint: fatal: validation failed but when asked if it passed, returns true... )