WebAuthn uses an authenticator which can be the user machine or a mobile phone or a key generator such as Yubikey on any site that supports the standard. It offers several advantages over the existing system which includes protection against phishing attacks, offers privacy, and reduced data breaches. It also prevents the attackers from replaying the request successfully thus eliminating man-in…
Keep Reading →
Hello Fellow Minds!
I'm a seasoned web engineer with a passion towards Frontend and specialized with Web Performance, Security and Acessibility. I use this platform to share my learning with the community.
Every browser ships with a cache for images, scripts, styles, fonts, and other static assets. That helps repeat visits feel fast—yet on a first visit you still depend heavily on the network. Service workers and the Cache API offer more control: you can precache critical files during install, choose how requests are served, and keep users productive when the network is slow or unavailable. Unlike…
Keep Reading →
Web browsers have evolved a lot over the decade and so is browser-based storage facilities. In the Modern web, users don’t need to be online to interact with a web app, there are offline supported applications that leverage browsers storage mechanisms such as Cookies, Session Storage, and Local Storage. Web developers are attracted towards these storages to store data thinking that it is…
Keep Reading →