PinnedWhat is Single Sign-On (SSO)?SSO is an authentication method that lets users access multiple applications and services with one single set of credential entryJul 3, 2021Jul 3, 2021
What is Content Delivery Network?As the name suggest, CDN is a process of delivering content over internet i.e. if an end user requests for an content, the server delivers…Jun 6, 2021Jun 6, 2021
Your concept about Hoisting in JavaScript is wrongProbably this is the most popular definition for hoisting - Hoisting is a JavaScript mechanism where variables and function declarations…May 30, 2021May 30, 2021
Better way of handling function parameters in JavascriptLet’s say you have a function which has five parameters.May 23, 2021May 23, 2021
Double your coding speedYour problem solving skill is good but still your coding speed is slow. Do you know why? I’ll tell you why… cause you have never focused on…May 16, 2021May 16, 2021
The ‘??’ operator nobody ever heard ofLet me start with the word ‘why’. So why do we need this operator?May 9, 2021May 9, 2021
So I tried to depict JavaScript Callback in C#I was learning C# and I came across a situation. But I was not able to solve it. So I decided to try the same situation in JavaScript and…May 1, 2021May 1, 2021