A self-taught passionate full-stack developer who also has a deep interest in core Computer Science.
We can talk about Theoretical Computer Science & DSA for hours.
I have a dream to complete all volumes of The Art of Computer Programming by Donald Knuth.
Smart Debrid is a powerful command line tool to fetch torrents from torrent network and files from file hosting sites using debrid-link.com API.
It can effectively manage data about thousands of torrent and file links also generate scripts to download them in command line using aria2c from debridLink servers.
It can also handle the Oauth Authentication work flow for a user.
Build using raw Node JS and with just a single npm dependency.
QKart is a full-stack E-commerce App built with MERN Stack.
It is a single page application built with React and React Router.
It can handle user authentication and save userdata using localstorage.
Backend build with Express.js and Database used MongoDB.
Movie Stream is a powerful video server build using Node JS.
It serves your local MP4 video files over HTTP.
It also serves HTML front-end so anyone in your network can view it in the browser.
Serves large video files to multiple clients using minimal system resources using Node JS Streams.
Build using raw Node JS without any npm dependencies.
Generates Permutations and Combinations for a given Symbol Set.
Generates all types of Permutaions and Combinations and gives option to download generated results in a text file.
Calculates total number of permutations or combinations before generating.
Provides a maximum limit on the number of results so that it can generate a limited number of results from a very large pool of results.