Bibek Kakati
Bibek's Blog

Bibek's Blog

Follow
homeSponsorsbadgesnewsletter
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

System Color Theme Check In JavaScript

Jul 23, 20221 min read

Detect dark or light theme in web ยท Few days back I was wondering how to know if the system theme is dark or light in web using JavaScript and I found a...

System Color Theme Check In JavaScript

How to store coordinates in MySQL

Apr 25, 20221 min read

Geometry - Spatial Data Type ยท Many times we capture the geo-location of users and store in the database for different use cases. I have seen that most...

How to store coordinates in MySQL

What is CDN?

Jun 29, 20211 min read

Content Delivery Network ยท CDN stands for Content Delivery Network. A CDN is a system of multiple servers distributed geographically which works...

What is CDN?

Introducing SURL ๐ŸŽŠ Shorten your URL

Jun 21, 20213 min read

Shorten your URL using SURL ยท We all are aware of different URL shortening services like bit.ly, TinyURL etc. I was thinking of building a similar...

Introducing SURL ๐ŸŽŠ Shorten your URL

Error Handling in JavaScript (Golang Style)

Jun 18, 20212 min read

In this short article, we are going to see how we can handle error in JavaScript in Golang style. I am assuming, you have some experience with...

Error Handling in JavaScript  (Golang Style)

How to Implement Copy to Clipboard on a Website

Jun 12, 20212 min read

In this article, we are going to see how we can implement a copy to clipboard functionality on our website. On clicking the Copy button, the...

How to Implement Copy to Clipboard on a Website