Early Indians: A SummaryEarly Indians by Tony Joseph is a captivating account of the prehistory of India. It answers the question, “Where do the modern day Indians…Jun 6, 2021Jun 6, 2021
What about medicinal innovations like the Smallpox vaccine which eradicates diseases and increases…Apr 11, 2021Apr 11, 2021
Let’s get started with Docker (for beginners and experienced)Note: This post will give you an idea of what is docker. I am a beginner in Front-end engineering. This is my way of testing how much I…Aug 13, 2017Aug 13, 2017
Getting started with Redux (Points to remember) :Based on Dan Abramov’s Getting started with Redux: Please go, give this a look. It is amazing! Very simple. concise and explains entire…Jul 3, 2016Jul 3, 2016
Classes in ES6Classes in ES6 are a syntactic sugar for object-oriented inheritance in JavaScript. They save a lot of inheritance boilerplate in ES6.Mar 14, 2016Mar 14, 2016
What is package, package manager, npm, Node?Most of the newbie devs stumble over the concepts of package manager, npm, node and why we need these things.Mar 7, 2016Mar 7, 2016
Arrow functions in ES6Arrow functions are functions which look like this: () => ‘a’ or a => a*2 or ( a, b ) => { return a+b; }Mar 4, 2016Mar 4, 2016
Points to remember when coding in ReactDon’t use jQuery and never try to access DOM directly. Always do that through React.Mar 4, 2016Mar 4, 2016
What is React?It is a library (not a framework) by Facebook. It is the V in MVC.Mar 2, 2016Mar 2, 2016