development, javascriptJune 30, 2016By adminFUNCTIONAL PROGRAMMINGAbstract control flow and operations on data with functions in order to avoid side effects & reduce mutation of state
development, javascriptJune 27, 2016By adminREACT & NIGHTWATCHNightwatch is an end-to-end test framework. The reasons nightwatch is your best choice can be decided upon the reasons described in this article.
development, javascriptJune 22, 2016By adminWEBPACK EXPORT MODULESYou may be working in a complex project, where multiple isolated modules need to be imported into a single parent module, you might want to configure Webpack.config to enable exporting modules.
development, javascript, node.jsJune 20, 2016By adminNPM SCRIPTSTask runners like Gulp or Grunt have been go to choice for the front end projects for last few years. Gulp being the latest between the two, and being the popular choice for last couple of years, one might wonder what’s wrong with it.
development, javascript, react.jsJune 16, 2016By adminREACT STATELESS FUNCTIONAL COMPONENTSReact stateless functional components are pure JavaScript functions that only have a render() function and no lifecycle methods like componentDidMount.
development, node.jsJune 02, 2016By adminNODEJS PATTERNSA design pattern is a general, reusable solution to a commonly occurring problem. In this article we are going to look at some common design patterns we can use for Node.js.
development, cssMay 31, 2016By adminITCSSITCSS or Inverted Triangle CSS is a meta framework designed to address some common issues around CSS we encounter today. Introduced by Harry Roberts, it is a sane, scalable, managed architecture for CSS.
development, javascript, testingMay 27, 2016By adminTAPE & TAPTape & Tap are testing tools you can use instead of Mocha or Jasmine. The Test Anything Protocol (TAP) is a definition that has been around since 1987 and Tape is a test harness written in JavaScript for Node and the browser.
development, javascriptMay 16, 2016By adminJAVASCRIPT CONSOLEThe JavaScript Console or the Console Object provides access to the browser’s debugging console. Chrome’s debugging console is DevTools Console and for Firefox it is Web Console. It is available in browser’s Window scope