Monthly Archives: September, 2021
JavaScript
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...
React
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...
JavaScript
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...
JavaScript
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...