When to use the useCallback hookAt the time, when react first introduce the hooks, It changed the way how we build the react application. Earlier, most of the developers…Jul 15, 2021Jul 15, 2021
How to Preload Angular Lazy Loaded Modules in the BackgroundWhen working with the Angular lazy-loaded modules, have you ever been in a situation where it takes so much time to load, you feel like…Sep 16, 20191Sep 16, 20191
Social Engineering Harvest Credentials Through Site Cloning.Social engineering is a dangerous kind of an attack that can happen through human interactions. Attackers manipulate and trick the user to…Dec 10, 20181Dec 10, 20181
Build Progressive Web App with AngularPWA (progressive web apps) is simply an extra layer we can apply on top of our application. It’s not a new way to create an application but…Sep 5, 2018Sep 5, 2018
RxJS Pipeable OperatorsWhen we use Observable in our application sometimes operators like map, filter, catch, etc.. has been used along with it. We called these…Jun 19, 2018Jun 19, 2018
Extension MethodsExtension method allows us to add new methods to types without creating a new instance or modifying the original type. An extension method…Feb 2, 2018Feb 2, 2018
Structural DirectivesHave you ever encountered an error while trying to use the both *ngIf and *ngFor in the same element? If you are a little bit familiar with…Dec 22, 2017Dec 22, 2017
Angular 5 what’s newYes, you read that right. Earlier this November Google released the latest version for the angular which is angular 5. But why?Dec 6, 2017Dec 6, 2017
AngularJS 1.x Understanding FiltersAccording to the angular docs ‘Filters format the value of an expression for display to the user’. It’s little confusing to understand the…Aug 4, 2017Aug 4, 2017