99 followers
I write things about my Side projects and JavaScript
Subscribe to my newsletter and never miss my upcoming articles
Story Behind I use Instagram extensively and while surfing there I see a lot of influencers add their YouTube links in the bio and stories but when I click on their link it opens it on Instagram's white browser which sucks for viewers. I have been a...
There are a few amazing web API's supported by modern browsers and these are few you might want to use in your next project. Do note that some browsers might not support all these API's Clipboard API 📋 Implementing clipboard functionality is even...
If you have recently started learning JavaScript or a beginner I would highly recommend you to read the complete article so that you follow better practises while coding in JavaScript as it's a little different. It's been a few months since I have ...
Hey, If you like this article make sure you check out my YouTube Channel and my Twitter where I share things about technology. There are several websites which let you convert your website into an Android/IOS app, But in reality, They provide a ...
Python has various packages to make your life easy so that you don't need to code from scratch. These are some of the packages which you can use to build your next project in Python. PDF Miner pip install pdfminer PDF Miner lets you extract text fr...
Unlike many other programming languages JavaScript has both double equals '==' and triple equals '===' comparison operator. They might seem to do the same exact thing, but there is one major difference between the two that makes triple equals al...