IIFE – Immediately-Invoked Function Expression in Javascript (Simplified)
Functions are a core component of Javascript language. We do a lot of function declaration in our...
Read MorePosted by Hiral Patel | Apr 4, 2017 | Javascript
Functions are a core component of Javascript language. We do a lot of function declaration in our...
Read MorePosted by Hiral Patel | Mar 11, 2017 | Tutorials
Have u ever waited for hours to transfer a batch of files from a server to a local machine? I know...
Read MorePosted by Hiral Patel | Mar 10, 2017 | Javascript
There are many ways to iterate an object in javascript. This post shows few most popular way of...
Read MorePosted by Hiral Patel | Mar 3, 2017 | MongoDB
This post discusses how to backup and restore mongodb database(s) quickly using mongodump and...
Read MorePosted by Hiral Patel | Mar 2, 2017 | MongoDB
This post shows the syntax of most frequent Monogo DB queries for quick reference. Create...
Read More