If you are a UI Developer working with React you must have heard about the term “Virtual DOM”. Since it is one of its important concepts and also the reason to such a high performance when updating the DOM, I am here...
Enjoy Reading
Use Google Like a Pro – Searching Tips
Google is a powerful tool, but we were missing out on most of its power. But not now, after reading this article you will be aware about tricks which will help you find more accurate result and in much faster way. There...
ECMAScript (ES6, ES7, ES8) Features – Javascript
In this article, we will cover on how to utilize some of the features of the JavaScript ES6, ES7 and ES8 have to offer. ES6 Features 1. Default Parameters Before ES6 default parameters, we use to implement default...
Learning Design Patterns – Javascript
Javascript web developers often interact with design patterns, even unknowingly when they develop any application. In this article we will go though some of the design patterns which are basically a reusable solutions...
Understanding on SCSS and SASS
What is SCSS and SASS? SCSS (or Sass) offers a way to write styles for websites with more enhanced CSS syntax. In general, browsers do not know how to process SCSS features, such as functions, mixins, and nesting. We’ll...