Featured Articles
Latest Articles
Detecting element causing CSS overflow
CSS overflows are an annoyance that keep showing up once in a while and are really hard to debug. Unwanted and unexpected...
Opening a Browser with DevTools Open by Default
While automating some parts of my development workflow, I was wondering if there was a way of opening a browser with DevTools...
How to create a UUID in JavaScript
Creating a globally unique identifier has always been a necessity in all programming languages and for some reason, JavaScript never had a...
How to convert a React component to an image
Sometimes you want to give the users the ability to download a part of the web application as an image. In that...
Specifying a node version in Repl.it
I was recently trying to use a later version of Node on Repl.it. I wanted to use a package that supported ES...
Accessing the clipboard in JavaScript
Developers are probably the laziest people on the planet. And of all the things, copy-paste is our favorite keyboard shortcut. But what...
Using counters in CSS to number elements automatically
Ordered lists have been an important part of web design for quite a while now. If we needed more control over the...
How to remove a property from a JavaScript object
There are two ways to remove a property from a JavaScript object: one is the mutable way of doing it by using...
Script to change Zoom virtual background every day
Over the past few months, I found a new use of the pictures that I have clicked while hiking. I started using...
Optimizing JavaScript loading with defer and async attributes
We are all used to using the script tag to load external JavaScript files in our HTML. Traditionally, the only workaround for...
Web NFC is a thing now
NFC or Near Field Communication is a short-range wireless technology that allows devices at a distance of less than 10cm to communicate....
Progressive JPEG: what and how they help improve web performance
A progressive JPEG image is a JPEG image that is encoded in a different manner than a baseline JPEG. It loads in...
Hi there! Want some more knowledge?
Think that the knowledge shared is helpful? You might want to give our mailing list a try. We'll send you 2-4 emails a month, right when new posts come out.