Parasocial relationships
Always wanted to write about this so here it is
Search for a command to run...
Always wanted to write about this so here it is
The Answer is yes and No, both.

I've been using React for a couple of years now but when I started learning it I didn't pay too much attention to what React does for me, like what React abstracts through its API and why do I need to use JSX to build components, or why do we need Ba...

tgcf The ultimate tool to automate telegram message forwarding. You can forward messages from a source chat to a destination chat. You can configure tgcf to do exactly what you need. Click on any link in this article to learn more about that particu...

Introduction We download tons of files daily from the internet. If you are a Windows user, they most probably land up in your Desktop folder by default, making it look like a mess. For Unix users, it's generally the ~/Downloads folder. Having all the...

Telegram has become a fantastic alternative to WhatsApp and many people are loving it. It also has channels, where you can broadcast your feed to a large audience. Kinda like Twitter. Are you a content creator or someone who shares lots of videos/ima...
In the last few years, the word Container (and maybe even Docker) has become somewhat synonymous with Kubernetes. This was of course unintentional — Kubernetes has attained the kind of mindshare very few technology trends in recent times have. This w...

Are you a hack programmer? Do you find yourself constantly Googling for how to do basic programming tasks? Suppose you want to know how to format a date in python. Why open your browser and read through blogs (risking major distraction) when you can ...

Open a jupyter notebook to follow along. The following code blocks are cells in an ipynb notebook. Pre-requisites: You must know how to find the n-th term of the Fibonacci sequence using recursion. Fibonacci Link to video. from timeit import timeit ...