Remapping keyboard keys to avoid Carpal Tunnel

1 week ago
Saransh Kataria

I am terrible at optimizing my keyboard layout for anything. But off lately, my little finger has started hurting a…

Fixing cookies are blocked for a website with shields down on Brave

4 months ago

I recently switched completely to the Brave browser and have set ad blocking to aggressive mode because ads were still…

Generating a QR code using Node.js

5 months ago

I was preparing a slide deck for a hackathon and decided to put in a QR code to allow people…

How to clear the global npx cache

6 months ago

I have been using npx a lot lately, especially whenever I want to use a CLI tool. It is an…

Copy/Pasting output from the terminal

6 months ago

Manually copy-pasting the output of a terminal command with a mouse/trackpad feels tedious. It is more convenient to use commands…

How To Get The Hash of A File In Node.js

7 months ago

While working on a project, I wanted to do an integrity check of a file that I was referencing. So,…

Native popover API in HTML

7 months ago

Popovers have been a problem that was typically solved by using a third-party solution. But that is no longer the…

Node.js 20.6 adds built-in support for .env files

7 months ago

Node.js 20.6 added built-in support for the .env file. This is an excellent addition to the platform and gives us the ability…

Object destructuring in TypeScript

8 months ago

Object destructuring is a powerful ES 6 feature that can help developers write cleaner code. It allows us to extract…

Improve git clone performance in a CI pipeline

8 months ago

Have you felt particularly annoyed by the time it takes to clone a large repository, especially one with a huge…

Advertisements