Angular

Front-end

Creating UI components library with Angular

Concise steps to create a UI component library using angular and publish it to npm.

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

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

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