Front-end

Role based routes protection in React + MobX app

Almost all admin dashboard apps require some kind of role based access to enable disable access to the features of app based upon the user's role...

Read
DevOps

CI for sanity tests using CircleCI

Isn't it nice to automate running of basic sanity tests like checking linting and unit tests before proceeding with merging of a pull request or deploying a new build?It's easy to setup such a CI pipeline for your git repo. Let's see how...

Read
Front-end

Case study: Hybrid app development using Ionic-3

Around May-June 2018 We started developing an Ionic app. I have knowledge of web apps, hence thought of leveraging those skills to create a hybrid application which can work on Android, IOS, and on the Web...

Read
Travel

Mountains calling @Churdhar

"Reaching summit doesn't seem feasible, but let's see how far we can make it". It's mid of march and still snow is all over the trek route. Making summit climb difficult specially without professional gears and logistics. Anyway, let's see what are the challenges...

Read
Front-end

Audit Driven Development [ADD] using lighthouse

Audits are tried and tested way to ensure that we are following best practices and conforming to high standards. So why not use these audits as our goal and strive towards scoring 100/100 on audits...

Read
Front-end

Upgrading an Ionic-3 Angular-5 app

With the release of ionic 4 and angular 7, we knew the time has come to finally migrate our ionic 3 angular 5 app to the latest versions. But there are so many breaking changes. So, what should be the migration strategy and what will be it's impact...

Read