86 followers
Software Developer | Tech Nerd | Musician
Subscribe to my newsletter and never miss my upcoming articles
The Story behind Most of my time is spent on Instagram and I use it mostly for the memes. So, some of my friends told me that most of the memes are uploaded to Reddit and later spread to Instagram, and Reddit was the best place to go for funny conten...
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...
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...