Front-end

JAM stack Architecture

All we need to know about JAM stack architecture in a nutshell.

Read
Front-end

Becoming a Google Certified Mobile Web Specialist

While preparing for google certification of mobile web specialist, here are the notes I made that helped a lot in understanding the concepts of modern web...

Read
Front-end

Front-end Code Review Guidelines

Code Review is an extremely important step in developing quality applications. Here's the checklist of things to keep in mind while doing self code review and peer reviews of front-end code.

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
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
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