Author: koushikda
-
Service Worker Simplified for developers
What is Service Worker?It is an individual JavaScript file, which runs in a separate JavaScript thread in the browser, for a specific domain, specific path, intercepts and manage network calls, and provide features like background sync, push notification etc.Service Worker will be always active for a website, even if no tab opened for the website.…
-
MPA, SPA, PWA, SSR, SSG & TWA in Web development
As a web developer, whether you are focusing frontend or backend, these are the basic and core concepts you should have. So, tomorrow, you will be able to suggest/decide what kind of web application/portal will be the best option for a particular requirement. In this article, we will try to understand in simpler format with…