Insights of git repository using git-quick-stats

It's interesting to get insights from our git repository like contributions stats, commits per author, commits per month/week/date, code reviewers. There is an interesting tool called git-quick-stats to help generating these insights.

Read
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