In this tutorial we would be talking about all the JavaScript promises, their differences and their use cases. ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
React is a popular JavaScript library for building user interfaces and has gained a lot of popularity in recent years. If you're considering learning React, here are a few reasons why it might be worth ...Read more
As a seasoned JavaScript developer, you're probably familiar with the various data types in JavaScript, such as numbers, strings, booleans, and objects. But did you know that JavaScript has another type called Symbol? In this ...Read more
React Hooks were definitely a game changer when they got introduced in React v16.8.0. It took me some time to familiarize myself with their usage. But now that I have used them ...Read more
Drawing things that result in an art sketches on the HTML Canvas is fun but how do you export them? For a quick export it's fine to right click on the canvas and save it. ...Read more
Ever tried running Redis on Windows only to find out there's no official support? Don't worry! After battling with this myself (and bringing down a production server once or twice 😅), I've found three reliable ...Read more
Why in the world do do hex or rgb colors have to be so hard to remember? Not to mention how much of a pain it is to find and change them when you change ...Read more
video autoplayer using vanilla Javascript and CSS Description : It might seem easy ...Read more
Fig 1. Live collaboration in the diagram editor using WebRTC WebRTC allows browsers to communicate directly without a server. ...Read more
A progressive web application (PWA) is a web application that can be installed on a user’s device and used just like a native app. It gives your website great features that traditional websites cannot do. ...Read more