You can find me on

About Me

I am final year student of Information Technology from Delhi, India. I am passionate about designing, and developing things that are impactful. I believe, there is a huge relation between real life problems and a code snippet that we write.

Most of my time is spent developing mobile applications or solving programming problems. One thing I love more than programming is music, which I simply can't resist :-)

Projects

PowerUp Application (Anita Borg Project)
Open Source App

I worked under this project as a Google Summer of Code student. This is a teenage girls empowerment game based on socio-emotional learning model.

BuildmLearn Toolkit (Google Summer of Code Project)
Open Source Android App

I am one of the top contributors of this project. This is the only Android App Generator which can generate Android application from data templates by doing all the processing on Android platform itself.

Hazardous Waste Disposal Robot
Robotics

This was under E-Yantra program, IIT Bombay in which we worked on FireBird V Microcontroller. This program included tasks like building robotic arm using servo motors, to develop an efficient algorithm to detect wastes using color sensors to segregate them into three containers using robotic arm. We worked on tasks such as black line following, weight dropping algorithm to cross the bridge, etc. The tools used were AVR Bootloader, Atmel Studio, etc.

Model for Rain Rules in Cricket
Research Project

In matches interrupted by bad weather in International Cricket, the target score for batting-second team is readjusted using DuckWorth-Lewis-Stern Model. But this model has failed many times by giving unsatisfactory results. I propose a different algorithmic model for this.

Peacecorps FirstAid (Google Summer of Code Project)
Android Application

I am one of the top contributors in this project. This Application is safety and help app for Peacecorps volunteers.

TnM17 Fest App
Android Application

This is official app of annual fest of M.A.I.T, Techsurege and Mridang 2017.

Edu Assistant Bot
Android Application

This is a chatbot application built at Naggaro Hackathon using Heaven on Demand API, Scraping the Pandora Bot, Wikipedia API, etc. Chatbot also include games to play when you get bored.

Movie Plate App
Android Application

This app allows to get information about all the movies and TV series. This was my first Android Application built using MovieDb API.

2d ScreenSaver
C Graphics

In this screensaver, the arcs moves by following certain geometric equations that I learned in my Mathematics class. It is a equation of point having locus as a circular path which in turn has locus as a elliptical path. I have used arcs (instead of point) which moves in a circular path and circular path is also continously moving in another elliptical path.

Tic-Tac-Toe
C Graphics Game

This Tic-Tac-Toe Game is a GUI based C game which can be played using keyboard controls. The game algorithm is designed such that the player can never win it.

Catch the blocks
C Graphics Game

This Game is also a GUI based C game which can be played using keyboard controls like arrow keys. The player has to catch the blocks that are coming from random locations. The game ends if user misses more than 5 blocks.