Niranjan A Sniranjan-as.hashnode.dev·Nov 16, 2024Discover the Essence of Progressive Web Apps in Web Development 🔮What is a Progressive Web App (PWA)? A Progressive Web App (PWA) is a web application that uses modern web technologies to deliver a native app-like experience. PWAs combine the best aspects of web and mobile apps, such as accessibility via a URL, of...DiscussPWA
Pengblog.peng37.com·Nov 6, 2024How to make your web app accept sharingI am building a web app that helps people manage frequently used links and notes (called easyy.click), I have added several ways to make collecting links/notes easyy, for example: People can add multiple links on the creation page; People can impor...DiscussPWA
udhaiyaudhiblog.hashnode.dev·Sep 12, 2024How to go offline using service worker ?Have you ever wondered how your favorite web apps manage to work even when you're offline or in a low network area? The answer lies in a powerful technology called service workers. Recently, I’ve been exploring how to implement offline compatibility ...DiscussOffline Functionality
Zbigniew Matysekfalseinput.com·Aug 24, 2024Mastering Client-Side File Downloads with the Streams APITypically, servers handle the preparation of data for download. But what if you create data on the client side or combine data from multiple endpoints, which results in GB's big file? Standard method using Blob may not be suitable. In this article, w...Discuss·41 readsJavaScript
Jainam bagrechajainamb.hashnode.dev·Aug 15, 2024Mastering Service Workers: How to Use Service Workers for Efficient Caching in Web DevelopmentIntroduction In the ever-evolving world of web development, ensuring fast and reliable access to content is crucial. Service workers have become an essential tool for developers to achieve this by providing the ability to cache resources, enabling of...Discuss·10 likesoffline access
Brijesh Pandeywebsimplified.in·Jun 6, 2024Understanding Service Workers in JavaScript: Enhancing Web Performance and Offline CapabilitiesService workers have revolutionised web development by enabling features like offline support, push notifications, and background syncing. This blog aims to demystify service workers in JavaScript, covering their functionality, implementation, and be...Discuss·30 likes·319 readsJavaScript
Pradip Chaudharythepradipvc.hashnode.dev·May 19, 2024What are Web Push Notifications? And How do they work?Introduction In this article, I will answer some prominent questions on web push notifications. Web Push Notifications (aka Browser Push Notifications) is a way to send some message to users even when they are not actively using the website. This pro...Discuss·11 likes·42 readsWeb Push NotificationsWeb Development
Yunus ÖZCANforProgrammer Hubprogrammerhub.hashnode.dev·Feb 26, 2024Unleashing the Power of Progressive Web Applications (PWAs) in Frontend DevelopmentAs frontend developers, we are constantly seeking ways to elevate the performance and user experience of web applications to the next level. In recent years, Progressive Web Applications (PWAs) have emerged as a game-changing technology, offering the...Discuss·1 likefront-end
Yash Nerkaryash270.hashnode.dev·Feb 2, 2024FeaturedWeb-Based Notifications with Firebase: A Comprehensive GuideIn the era of web development, user engagement plays a crucial role. One effective way to enhance user experience in web-apps is through web-based notifications. Firebase, a mobile and web application development platform, provides a robust solution ...Discuss·66 likes·759 readsFirebase
Michelle Buchi Okonichamichelle-buchi.hashnode.dev·Jan 27, 2024How to get started with Progressive Web Apps.What is a Progressive Web App (PWA)? PWA is a progressive web app and it combines the features of an app with the technology of the web. You can say they are apps built with web technologies but feel and function like native apps. Introduction to PWA...DiscussPWA