Web Engineer, Blogger, Mentor & Father

ReactJS, NodeJs

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.

What is Service worker? Service Worker acts as a network proxy that runs on a separate thread other than main UI thread. It is a good place to handle the cache using CacheStorage API, Web push notification, offline fallback pages etc. It is very powerful that it could run behind the scene even if the main tab / browser is closed or idle. Service worker as proxy Service Worker Lifecycle: Service…

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 →

© All rights reserved 2020 - 2023