Details
-
SkillsColdfusion, JS
-
LocationBangkok, Thailand
-
Github
Joined devRant on 1/3/2017
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
-
When a junior dev with 1 year exp. of a programming language asked me how to define value of a variable, there must be something wrong ...5
-
I'm live debugging on the production machine on an 1x year old system in the middle of the night ....3
-
Multitasking is never easy. I can't debug code on one codebase and write new feature for another codebase at the same time.
-
I sometimes wonder if there is a better way for having tasks that what you do are reviewing specs and creating tasks relating to it.1
-
I sometimes wonder my English is that bad ...
I reviewed a pull request. I commented on this line of code
a = getA() * -1;
saying that
"I think this logic should be in setA method instead."
When the guy asked me for the review again, the change was
- a = getA() * -1;
+ a = setA() * -1;
...2 -
How to serve a static file when infra setup is something every hard to do?
<script src="/path/to/my/fav/lang.cxx?filename=mystaticfile.js" type="text/javascript" />
... Brilliant !5 -
Me: Could you please answer these questions? [paste link of the story I am working on]
My PM: I will give you feedback today.
Me: Thx.
Wake up. See no answers. ....
and the PM is on vacation for 2 weeks.
Sigh.1 -
Does anyone use file comparison software (Ex. Beyond Compare) on production server to deploy code?7