Blog | Shibbir Ahmed

Authentication with OIDC

Authenticating and authorizing users to grant them access to the protected resources is one of the basic features of any application whether it's a web-based or mobile application. In the beginning, SAML(Security Assertion Markup Language) was created as a replacement for passwords for exchanging authentication and authorization data between parties. But...

Read this article

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

Project 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