1115SRSandra RoseWhat is a coder's worst nightmare?Few can be the bug only occurs in production and can't be replicated or triggered locally, accidentally typing rm -rf * in a wrong directory or requirement changed, again. What are yours?May 9, 2017TJIAA
118SRSandra RoseHow to be an efficient programmer?A question for all the experienced programmers here. How can one be an efficient coder? What are the things a newbie should do in order to boost their productivity?Nov 13, 2016LHME
32SRSandra RoseWhat is setImmediate in Node.js?I know what setTimeout, process.nextTick etc do. But I am not able to wrap my head around the concept of setImmediate in Node.js. It would be great if someone could explain this.. Thanks!Oct 6, 2015MJ
20SRSandra RoseWhy and when should I use PrestoDB by Facebook?I know PrestoDB is a distributed SQL query engine. But I was wondering how exactly it helps developers. For instance, can I use this to build an in-house analytics service?Aug 12, 2015
52SRSandra RoseIn the long run, which one of these JavaScript alternatives will survive?Which one of the following do you think will be the next big web programming language? I have tried Dart and it is pretty awesome.Jun 29, 2015MS
61SRSandra RoseHow do you trigger a CSS animation when the text content changes?I want to trigger a CSS3 animation whenever the text content of an element changes. I know this is extremely easy to achieve using JavaScript. I was wondering if it can done using pure CSS3. Any suggestions?Jun 24, 2015R
41SRSandra RoseEnhancements in Microsoft's new browser "Project Spartan"Microsoft announced a new browser last week codenamed "Spartan". Here are some of the important enhancements. It's powered by a new rendering engine called EdgeHTML.dll. Windows 10 has it integJan 28, 2015T
131SRSandra RoseHow is Aurelia different from Durandal?As you may know Aurelia is a new client side JavaScript framework backed by Durandal. Can anyone point out the differences between Durandal framework and Aurelia and what exactly led to the creation of Aurelia?Jan 27, 2015C