rohin bishtWebAuthn: 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
rohin bishtNeck 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
rohin bishtREST 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
rohin bishtHTTP 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
rohin bishtMake 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
rohin bisht@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
rohin bishtWriting 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
rohin bishtOptimizing 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
rohin bishtComplete 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
rohin bishtUnderstanding 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