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

BookArena

BookArena is a simple responsive SPA based library manager built with asp.net web api and angularJS. It also uses Microsoft’s new membership implementation called Identity to facilitate ACL in the application

Read this article

Introduction To CodeIgniter Template Library

Today we are going to implement master page concept in our php application with a template library called CI template library by Colin Williams. Please keep in mind that this is not a codeigniter tutorial or how to set up a codeigniter...

Read this article

IIMS-CI

IIMS is a simple online inventory and invoice management system that also help you manage your customers, employees, products

Read this article