WebAuthn: Go passwordlessDid you know that almost 80% of data breaches that happen today are somehow linked to a compromised password? source…May 27, 2023May 27, 2023
Neck to Neck: Less vs ScssLess and Scss are two of the most popular CSS preprocessor used today. Most projects use either one of them and at times it gets difficult…Mar 7, 20221Mar 7, 20221
REST API AuthorisationIf you try to access a REST URL and in response, you get 401 unauthorized, then we need to send an Authorization header in the request…Mar 6, 2022Mar 6, 2022
HTTP EvolutionThe HTTP protocol has evolved over time to better serve the complex web applications of today. In this short article, we will go over the…Jan 10, 2022Jan 10, 2022
Make web faster with HTTP CachingUsing Cache-Control we can set caching policy on the browser or Shared Cache(CDN) for each REST resource. For example, we may want to cache…Jan 2, 2022Jan 2, 2022
@import in CSS, SCSS, and LESS@import rule is present in CSS as well as popular preprocessor like SCSS, and LESS. So, what is the difference between them?Dec 5, 2021Dec 5, 2021
Writing a custom webpack pluginAll webpack users have used one or more plugins in their webpack config, like HtmlWebpackPlugin, CopyWebpackPlugin, DefinePlugin etc for…Nov 21, 2021Nov 21, 2021
Optimizing webpage load time and overall performanceTo optimize webpage loading time and overall performance we need to first understand how the browser loads webpage behind the scenes. Once…Nov 15, 2021Nov 15, 2021
Complete UI development using only mock API setupWhat to do when we reach a state in UI development where we need to interact with APIs, but none exists?May 22, 2021May 22, 2021
Understanding Inheritance in JavaScriptInheritance in javascript is prototypical in nature. Each object has a prototype object from which it inherits some properties and that…May 15, 2021May 15, 2021