Web Development
How to Detect the Closing of a Browser Tab
javascriptwebdevweb-development
Build A Hybrid App Using Cordova + Angular
Cordova is a cross-platform tool used to develop a Hybrid App. Hybrid apps using Cordova are web apps written using HTML, CSS, and any JavaScript framework/library. Cordova is responsible for…
programmingangularjavascript
The Modern CSS Developer Roadmap
Key Concepts to Mastering CSS
cssroadmapdeveloper-roadmap
Create a browser-agnostic PWA install button
The whole point of PWAs is that they work everywhere. So an install button should by definition be browser-agnostic. Here is how to build the perfect PWA install button.
javascriptprogressive-web-appprogramming
How To Escape Tutorial Hell
The 5 Things That Helped Me Escape Tutorial Hell
web-developmenttips
Number Base Conversion in JavaScript
Converting from one base to another in JavaScript is easier than you thought
javascriptwebdevweb-development
Improve Your End to End Tests with Cypress Intercept
Learn how to capture network calls for stubbing, assertions, and more.
cypresstestingjavascript
How to set up SonarQube locally on a React TypeScript Project
reacttypescriptprogramming
Hosting a Node.js app on Heroku in Less than 5 Minutes
nodejsherokujavascript
Connecting React with LocalStorage
A Guide to Creating a LocalStorage React Hook
reactjavascripthooks