Blog | Shibbir Ahmed

Introduction to Webpack

Webpack is a module bundler. Modules are like a small chunk of code that can be reused or distributed among other projects. Most of the programming languages have some sort of features that offers a way to partition code. Unfortunately, JavaScript doesn't have a...

Read this article

Introduction To Gulp

Gulp is a cross-paltform task runner for web development. When working on a javascript projects, quite often we have to do some repetitive tasks such as minifying the css or javascript, concatenating them into one file to...

Read this article

Working with IndexedDB

In this article, we will see how we can use indexeddb which is a browser-based database with a library called IDBWrapper to ease the use of indexedDB and abstract away the differences between the existing implementations...

Read this article

Beginning RequireJS

āϜāĻžāĻ­āĻžāĻ¸ā§āĻ•ā§āϰāĻŋāĻĒā§āϟ āĻāĻŽāύ āĻāĻ• āϜāĻŋāύāĻŋāϏ āϝ⧇ āĻĒā§āϰāĻœā§‡āĻ•ā§āĻŸā§‡āϰ āĻŦ⧟āϏ āĻŦāĻžā§œāĻžāϰ āϏāĻžāĻĨ⧇ āϏāĻžāĻĨ⧇ āĻāϟāĻž āĻŽā§āϝāĻžāύ⧇āϜ āĻ•āϰāĻž āĻ•āĻ āĻŋāύ āĻĨ⧇āϕ⧇ āĻ•āĻ āĻŋāύ āĻšāϤ⧇āχ āĻĨāĻžāϕ⧇āĨ¤ āφāĻŦāĻžāϰ āĻ…āύ⧇āĻ• āϏāĻŽā§Ÿ āĻ…āύ⧇āĻ• āĻĒā§āϞāĻžāĻ—āχāύ āχāωāϜ āĻ•āϰāϤ⧇ āĻšā§ŸāĨ¤ āϤ⧋ āĻāχ āϝ⧇ āφāĻŽāϰāĻž āĻāϤ āĻāϤ āĻĒā§āϞāĻžāĻ—āχāύ āφāĻŽāĻžāĻĻ⧇āϰ āĻĒā§āϰāĻœā§‡āĻ•ā§āĻŸā§‡ āχāĻŽāĻĒā§‹āĻ°ā§āϟ āĻ•āϰāĻŋ āĻŦ⧇āĻļāĻŋāϰ āĻ­āĻžāĻ— āϏāĻŽā§Ÿāχ āĻĻ⧇āĻ–āĻž āϝāĻžā§Ÿ āĻāĻ•āϟāĻž āϜāĻžāĻ­āĻžāĻ¸ā§āĻ•ā§āϰāĻŋāĻĒā§āϟ...

Read this article