9 followers
All the weird experiments that I perform over the weekend(and during spare time). If you are ready to explore the world of weirdness, come join the CLUB.
I built a service for creating and sharing a collection of links. One can create a new collection and add up to 20 links and share it with others. This can be very useful when sharing links with people; you can create a collection of links and bookma...
Let's see how to create a messaging widget for your hashnode blog. We will set-up the widget to send the message to a server, which sends the message to the user via telegram. Final Product This is our final result. A messaging widget that sends mes...
Here is an API for all the frontend developers. An API to generate fake data, lots of it. This tool comes in handy when you are developing a frontend for applications that requires data a lot of data. Frontend frameworks like React, Vue, etc., are t...
This article is about building a Reddit video downloader from scratch using python. I wrote a post on building a YouTube video downloader from scratch some time ago. If you are interested, give it a read. https://blog.amalshaji.com/building-a-youtub...
There are many resources on How to download YouTube videos using yt-downloaders; this one is different. This article shows how to create a YouTube video/audio downloader in Python without using external libraries. This article is heavily inspired b...
Pastebin is a website that allows you to share text data using a unique link. This comes in handy when you need to share a quick code snippet or any small amount of information. In this article, you'll see how to implement the text sharing using Fast...