Mobile terms
Crafting experiences for the device that never leaves your pocket
Mobile development demands a different set of trade-offs: limited battery, variable connectivity, small screens, and users with high expectations and short attention spans. This category covers native and cross-platform approaches, responsive design, offline-first patterns, push notifications, performance on constrained hardware, and the platform-specific conventions of iOS and Android.
Progressive Web App (PWA)
A web application that uses modern browser APIs to deliver app-like experiences — installable on the home screen, working offline, and receiving push notifications — without requiring an app store.
2mo ago
mobile intermediate
Push Notifications (Web)
Browser notifications delivered to users even when the web page is not open, implemented via the Push API and service workers — requiring explicit user permission and a server-side push service.
2mo ago
mobile intermediate
PWA Installation & Add to Homescreen HTML5
Progressive Web Apps can be installed to the home screen like native apps — requiring HTTPS, a Web App Manifest, and a Service Worker, plus meeting browser-specific installation criteria.
2mo ago
mobile intermediate
Web applications that use service workers, a manifest, and HTTPS to provide app-like experiences — installable, offline-capable, and push notification-enabled.
2mo ago
mobile intermediate