Details
-
AboutSoftware Engineer, Wayfair
-
SkillsC, C++, Java, PHP, JavaScript (Tungsten, React)
-
LocationBoston, Massachusetts
Joined devRant on 5/12/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
-
Why does Europe have to format their currency with commas where decimals should go and decimals where commas should go? I suspect it causes our currency formatter to drop the commas so values like 87,56 turn into 8756; amounts 100 times the intended amount. Somehow I can’t reproduce the bug but business users keep complaining about it happening. Not even my code and yet I’m stuck sifting through it to track down this one weird edge case. 😖7
-
When someone truncates several tables and removes their column indices in DEV so my quick two line change testing goes from taking 30 minutes to 3 days while I restore all 200 million rows and re-index all the columns. 🙄
-
This weekend, I bought a mechanical keyboard to use at work. I'm worried the clicking sound will bother my co-workers around me. Does anybody know if bringing the keyboard to work will make people hate me?
It's a Logitech G610 with Cherry MX Red switches. I ordered some rubber o-rings on Amazon to dampen the keys. They should be coming in tomorrow. Should I risk bringing the keyboard into work before I dampen the keys?7 -
I just started a new job where PHP and JavaScript are the primary languages. I came from a position as a firmware engineer where I coded in C/C++. I'm learning PHP as I go. I don't see why everyone hates on PHP. I find it extremely powerful. Especially when used in an object-oriented context.9
-
I feel like a lot of people in Dev Rant are web developers. There's nothing wrong with that but sometimes I feel disconnected from all of you. Where my Firmware Engineers at? 🤓7
-
When you spend an entire week tracking down a bug and it turns out that the bug was caused by someone using the equals operator instead of strcpy.