Understanding Cascade, Specificity in CSS

In css, the best way to accomplish something is often contingent on your particular constraints and how precisely y...

Heisenberg

Using yarn and npm for publishing npm packages

Setting up the pre-release version of the npm package NPM Registry allows developers to publish pre-release versions...

Heisenberg

What is Parkinson's law of triviality (aka: Bikeshedding) ?

Who is Parkinson? C. Northcote Parkinson was a British civil servant and author. He is best known for his book The L...

Heisenberg

Understanding logo files format

If you work with logo and looking for logo for you company the you must store the logo format in vector files. Vecto...

Heisenberg

Enabling Hardware accelerated video decoding or GPU activity in electron app for Linux

As chrome or chromium browser does not support hardware accelerated video decoding for Linux OS. Though there is a pe...

Heisenberg

Best way to get the current date and time in JavaScript

In this article, we will learn how to get the current date and time in JavaScript.

Heisenberg

Best way to get the full URL or query string of current page in JavaScript.

In this article, we will discuss the best way to get the full URL or query string of current page in JavaScript. We w...

Heisenberg

Best way to check if an element is hidden or visible in JavaScript

In this article, we will learn how to check if an element is hidden or visible in JavaScript.

official

What is web workers & it's implements in JavaScript?

What is web workers? Web workers are a simple means for web content to run scripts in background threads. The worker...

Chump