82 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...
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...
Let's say you have built a flask app and want to deploy it for free. For example, Here is a single page flask app which I built few days back which displays random developer quotes. There are a few options you have like PythonAnyWhere or Nitrious....