SRSandra Rose·May 9, 20171115What 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?TJIAATanmay and 14 more commented
SRSandra Rose·Nov 13, 2016118How 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?LHMELuis and 7 more commented
SRSandra Rose·Oct 6, 201532What 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!MJMarco and 1 more commented
SRSandra Rose·Aug 12, 201520Why 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?Join discussion
SRSandra Rose·Jun 29, 201552In 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.MSRazak and 1 more commented
SRSandra Rose·Jun 24, 201561How 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?RRobert commented
SRSandra Rose·Jan 28, 201541Enhancements 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 integTTracy commented
SRSandra Rose·Jan 27, 2015131How 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?CCecil commented