Vikas KohliAngular 17 vs Angular 16, A new comprehensive look for Angular developersAfter so long, Angular finally rolls out the new version with the updated syntax. After the updation of angular-cli to angular.json…Jul 11Jul 11
Vikas KohliWhat is Firebase App Check and how do create and verify tokens to secure backend APIs for iOS…Firebase App Check is a feature introduced by Firebase to provide an extra security layer for the Firebase resources. Along with the…Sep 29, 2023Sep 29, 2023
Vikas KohliHow to implement Google Adsense ads in angular? (Typescript)For implementing Google ads, first things first we need to set up our Google ads account. There we also need to verify our domain…Jul 20, 2023Jul 20, 2023
Vikas KohliRequest AWS Certificate Manager (ACM) for HTTPS for domainWe can request an HTTPS certificate for our domain by AWS Certificate Manager. I have implemented an HTTPS certificate for the load…Apr 5, 20231Apr 5, 20231
Vikas KohliHow to install APACHE JMeter and hit HTTP API in JMeter?Install JMeter using BrewApr 3, 2023Apr 3, 2023
Vikas KohliHow to create Load Balancer in AWS — Amazon Web Services?Firstly log in to your Amazon AWS Account, then go to Load Balancer or you can search load balancer and click on the link, you’ll see the…Jan 24, 2023Jan 24, 2023
Vikas KohliHow to read, create/update and remove, listen on/off from the firebase database in Web(Angular)?In the firebase database, sometimes we need to only read value. But for the admin panel, we need to read, write and delete values in the…Dec 31, 2021Dec 31, 2021
Vikas KohliHow to add elements and remove elements in the array, create custom id using Firestore (Angular)?First of all import Angular Firestore in the service file and make an alias in the constructorAug 8, 2021Aug 8, 2021
Vikas KohliHow to create a firebase project and write to multiple real-time firebase databases in Angular?In this, I will discuss how you can set up the firebase and write to multiple realtime firebase databases.Jun 19, 2021Jun 19, 2021
Vikas KohliWhat are the functions of HTTP query params, how to send an array in the Get Request in Angular?There are many functions for the query string. Query string starts from question mark (?). For using different properties, we need to use…Jan 10, 20211Jan 10, 20211