My Projects

This Website

Personal website built using ReactJS and NextJS. It is deployed on Vercel through Continuous Deployment

Source

Smart Door

A cloud-based video facial recognition authentication service for homeowners built on AWS using S3, Lambda, CloudFront, API Gateway, DynamoDB, Cognio, SNS and Rekognition services.

Source

Chatbot Concierge

A cloud based, serverless, event-driven chat-bot concierge that helps you find restaurants and notifies you of the recommendations through text messages. It is built on AWS using S3, API Gateway, Lambda, Lex, SQS, SNS, Elastic Search, DynamoDB services. Yelp API was used to source restaurant data.

Source

Restaurant finder

A restaurant finder to help you find restaurants based on cuisine and location in realtime. Built using NextJS with code written in React. I used Zomato API to source restaurant data and Google Maps API to show the restaurants on the map. Deployed to Vercel using Continuous Deployment.

Deployment Note: Requires location to show restaurants. Location data isn't stored. Defaults to New York City when location isn't accessible.

Security

The below is a collection of work in security from both the offensive and defensive end on some of the most common vulnerabilities.

  • Web Security Exploring web security through XSS, CSRF, SQL injection, password breaking and database encryption using API method.

  • Systems Vulnerabilities Systems exploitation and fixes, along with AFL for fuzzing, lcov to measure coverage and Travis CI for regression testing.

  • Android Security Exploring android security by delving into Intents, using secure API calls, finding vulnerabilities in design and making application lighter and safer by removing unnecessary data collecting code.

  • Password Cracking Password Cracking using a dictionary on badly formed SHA type hashes without unique salts.