Virtual DOM The virtual DOM is only a virtual representation of the DOM. Every time the state of our application changes, the virtual DOM gets updated instead of the real DOM. Well, you may ask ” Isn’t the virtual DOM doing the same thing as the real DOM, this sounds like double work? How can […]
What is Reactjs?
Reactjs is a Javascript-based frontend User Interface Library. It is backed by Facebook and the Open source community. Reactjs is Library NOT a programming language. Here is a detailed article on Javascript Library. There are other javascript libraries like jQuery, which we have been using for several years. Here is the difference between jQuery and […]
Install linux on laptop
When we buy a new laptop for development our basic need is to install linux (ubuntu mostly). And intel has made it more difficult to install ubuntu by introducing RST (Rapid Storage Technology). Due to this, we try to find a laptop that is Ubuntu compatible. I have met with a lot of developers who […]
Handy Online Tools For Data Processing
Add Prefix and Suffix to Strings in Bulk https://www.gillmeister-software.com/online-tools/text/add-prefix-or-suffix-to-lines.aspx Beautify JSON data https://codebeautify.org/jsonviewer Write Code Online (PHP, Javascript, React, Node) https://paiza.io/ Online Import Excel (.xls, .csv) to Database (mysql, sql lite etc.) and Apply Queries to get Filtered Result https://sqliteonline.com/ Test online Webhook/Emails https://webhook.site/