## Portfolio ##

These are the projects I built while learning different languages and tech stacks. For deployment, I mostly use Vercel. Those that require a full-blown server, are hosted on my own server.

Dotfiles config · 2022
GNUBash

Dotfiles are text-based config files for different software. I maintain my dots so that I don’t have to start from scratch everytime I change/reinstall the OS.

Lynx Bar webapp · 2022
React

A website that contains a list of cool webapps. It has functionalities such as Searching etc. Made with Next.js

fetchr tools · 2022
rust

A CLI application that fetches and shows system information inside a terminal.

Large File Upload library · 2022
express

Example code for uploading large files into a Node web server by slicing the actual file on client-size and uploading in chunks.

Ice and Fire webapp · 2021
Angular

Ice and Fire is a webapp built with Angular 12. I built this project to learn Angular. You can access my Angular notes here.

Scripts config · 2021
GNUBash

Bunch of small scripts that I wrote at past. These scripts help me automate a few repetitive tasks such as publishing to public.abdus.net etc.

DogeGram webapp · 2021
NextDotJS

Love memes? I am sure you will love DogeGram too! DogeGram is like the ‘Instagram for Memes’ (Of-course, you can share memes on Instagram, I just wanted to build something ¯\(ツ)/¯)

Webpack TypeScript Starter template · 2021
TypeScript

Starter template to easily set-up a new TypeScript project with Webpack. It has built-in support for CSS Modules.

Chat App webapp · 2021
nodedotjs

A chat-app built using Socket.io and Node.js. It uses sockets to provide a real-time messaging to the users.

Ctrl-V webapp · 2021
Netlify

ctrl-v is a service similar to pastebin.com. Built on top of Netlify’s Cloud Lambda Functions, it’s ridiculously easy to deploy your own instance.

Opportunity Calendar webapp · 2021
NextDotJS

A webapp to lists opportunities available at different organizations and companies. Ideal for students who never want to miss any opportunities.

Image Resizer webapp · 2021
Java

SpringBoot webapp that resizes a given image based on the scale factor. It is capable of resizing images from remote location.

Hugo Theme Fiber template · 2021
hugo

A Hugo theme for the minimalists. Fiber uses minimum JavaScript and CSS to so that you site could load faster! Also posses a clean UI which is great for eyes!

Focus Time android · 2021
AndroidStudio

A simple Android application to keep you focused. I built this in order to learn and get better at React Native.

Flixx android · 2021
AndroidStudio

Flixx is an android app which allows user to browse through different movie genre. It fetches information from The Movie Database.

MiniGrep tools · 2021
Rust

A mini program that copies the functionalities of GNU GREP (minus the RegEx part). I built it while learning Rust.

Nginx Pretty Index config · 2021
nginx

A Beautiful auto-index page for Nginx. It uses XSLT, HTML and CSS to achieve the styles and functionalities.

accueil.vim tools · 2020
Vim

Accueil is a French phrase for Home. This is my first Vim plug-in written in VimScript. It does not do much tho, just a few text formatting.

Weather App webapp · 2020
javascript

Mini Webapp to fetch the weather information of the user’s current location. This webapp needs the location permission.

React DropDown library · 2020
React

A React library to add DropDown menu in web-applications. It creates a drop-down component (that can be customized) based on a given Array of Values.

React Chrome Extension template · 2020
React

This template initializes a React project that can be deployed as a Chrome Extension. I built it to demonstrate how React works to a Friend.

URL Shortener webapp · 2019
nodedotjs

Simple URL shortener app using Node.js.

Issue Tracker webapp · 2019
MongoDB

I intended to build a bug-tracker for software projects. Built using Node, EJS and MongoDB.

GH Head to Head webapp · 2019
GraphQL

Used GitHub’s GraphQL API to learn about querying a GraphQL-based API. I love the way how GraphQL is able to retrieve everything at just one HTTP call.

InspiroTab tools · 2018
JavaScript

A Google Chrome extension to replace your default Google Chrome tab and greet you with a awesome wallpaper and a cool quote.

Pixel Art Maker webapp · 2018
JavaScript

This project is a part of Google-India Front-end Scholarship. User can create images by coloring small boxes.

GoldenFalcon tools · 2018
NodeDotJS

GoldenFalcon is a Command-line application that can be used to send emails. Under the hood, it uses Nodemailer to deliver the emails.

LinkClick tools · 2018
JavaScript

A chrome extension which will enable you to reach your favorite website quickly. This is the first project I built after learning HTML, CSS and JavaScript <3

Photo Editor webapp · 2018
CSS3

Had fun with filter property of CSS. Supported operations are Blur, Brightness, Contrast etc. This can export the edited image.

Background Gradient Generator webapp · 2018
JavaScript

Generates simple Gradients based on two colors. Built it while learning HTML, CSS and JavaScript. Good ol' days!!