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

Beginning RequireJS

জাভাস্ক্রিপ্ট এমন এক জিনিস যে প্রজেক্টের বয়স বাড়ার সাথে সাথে এটা ম্যানেজ করা কঠিন থেকে কঠিন হতেই থাকে। আবার অনেক সময় অনেক প্লাগইন ইউজ করতে হয়। তো এই যে আমরা এত এত প্লাগইন আমাদের প্রজেক্টে ইমপোর্ট করি বেশির ভাগ সময়ই দেখা যায় একটা জাভাস্ক্রিপ্ট...

Read this article