Bibek Kakati
Bibek's Blog

Bibek's Blog

Follow
homeSponsorsbadgesnewsletter
Tag

2Articles1Week

#2articles1week

More content

Read more stories on Hashnode


Articles with this tag

Capture Screen And Stream Like Zoom Using JavaScript

May 13, 20213 min read

Hello everyoneπŸ‘‹ In this article, we will see how applications like zoom use Screen Capture API provided by the browsers to capture your screen and...

Capture Screen And Stream Like Zoom Using JavaScript

Detect Internet Connection Status In Browser

May 12, 20212 min read

Hello everyone πŸ‘‹ In this article, we are going to learn how can we detect the internet connection state on our website. This can be very useful to...

Detect Internet Connection Status In Browser

Unlimited Email Address With Gmail Account

May 11, 20212 min read

Hello everyone πŸ‘‹ In this short article, I will discuss how can we get unlimited email addresses with a single Gmail account. Some of you might be...

Unlimited Email Address With Gmail Account

Take Screenshot Of HTML Element Using JavaScript

May 10, 20212 min read

Hello everyone πŸ‘‹ A few months back, I was working on a web-based project where a feature was required that is to take a screenshot of an HTML div in...

Take Screenshot Of HTML Element Using JavaScript

Generate QR Code In Javascript

May 9, 20212 min read

Hello everyone πŸ‘‹, this is going to be a very short article where I will show how can we generate a QR Code for any content in JavaScript. Obviously,...

Generate QR Code In Javascript

How To Use Web Worker

May 8, 20213 min read

Write Multi-Threaded JavaScript Β· Hello everyoneπŸ‘‹ In this article, we will see how can we use Web Worker API on our website to avoid blocking thread...

How To Use Web Worker