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...

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.

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...

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.

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...

What skills makes a good front-end developer 2022?

A good front end developer should focus on fundamentals of functional and object oriented programming because they ar...

Best way to check if a string contains a specific word or substring in JavaScript

In this article, we will discuss the best way to check if a string contains a specific word or substring in JavaScrip...

Best way to redirect to another webpage in JavaScript.

If you want to redirect to another webpage in JavaScript, you can use the following methods: Method 1: Redirect to A...