Learning Ruby and RailsWHAT IS RUBY - Ruby is a dynamic, open source, object oriented and reflective programming language. Ruby is considered similar to Perl and…
12 reasons why ReactJS has taken over the world -ReactJS is an open-source library created and maintained by facebook. Right now it has more than 60.000 stars on Github and the surrounding…
JavaScriptTop 5 JavaScript Interview Questions I Wish I KnewQ1: Explain equality in JavaScript JavaScript has both strict and type–converting comparisons: Strict comparison (e.g., ===) checks for…
Javascript AysncIs JavaScript synchronous or asynchronous? What the hell is a promise?We, the people, like structure. We like categories and descriptions and putting everything we know into tidy little boxes. This is why I…
ReactReact - why we need to bind class componentsWhile working on React, you must have come across controlled components and event handlers. We need to bind these methods to the component…
Getting StartedES6 (Javascript) : IteratorsIterators: In JavaScript an iterator is an object which defines a sequence and potentially a return value upon its termination. More…