Details
-
AboutTechnical Team Lead at Inviqa
-
SkillsPHP, Magento
-
LocationGlasgow UK
-
Github
Joined devRant on 4/11/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
-
Never! ever! EVER!!! run sudo rm -fr * inside your home directory! Hard lesson learned on a Monday :(
P.S it was not intentional at all!11 -
That moment you think your computer has crashed/frozen... Then realise the batteries in your mouse has died.1
-
When you get stuck on a problem and you just stare at your code until you don't see any code.
You only see the woman in the red dress....1 -
When variable naming should be policed... $is_not_checkout. WTF!! Even worse when seen in context.
If (!$is_not_checkout) {
// do something when on the checkout
}2