Author: chesta2003sh

It’s a kind of JavaScript based software which can run for you every time you open a webpage in your selected browser. The software can have a UI as ell... Read More

Learn - Deploy in Azure, Create Node API, Node on Azure, Node JS application, Source code on Github. In this article we will see how to deploy a simple node... Read More

When front-end app calls the server-api app, then by default the server returns the request but browser intercepts that request and stops the client app from getting it.... Read More

Know JWT Token? It is used in modern Asp.Net application for make it more secure and reliable. JWT or Json web token is used to authenticate the calls of application,... Read More

Many people either beginner or with experience struggle to get when to exactly make a class static or when to use a static class. Situation where we need a... Read More

What is Intersection Observer, It gives a smooth scrolling, experience to the user, Lazy-loading of images or other elements as the page is scrolled, ​ Optimize bandwidth usage.... Read More

Many freshers and new programmers find it tough to work in a team environment. /nHere are few tips which works in fostering confidence among new team members. a.A simple... Read More

Many beginners as well as experienced guys still find it difficult to understand how to debug any JavaScript or React based or any web application. People struggle to find the... Read More

​In this comprehensive article, we will deploy our Python REST API application on Azure using Docker container. We will see: How to Deploy a Python API project on Azure... Read More

JWT or Json web token is used to authenticate the calls of application, it’s an open-source service and have been adopted by industry at large scale. It’s a kind of... Read More