Projects




Remote Code Executer

Docker based sandbox environment to compile/run untrusted code inside a container with limited resources and time limit for execution

[About][Code]


Online Voting System

Web App that allows us to create Voting Polls,share Polls with users(Voters), delete Polls from Dashboard, vizulize results in the form of Piecharts

[About][Code]


HTTP Web Server in C++

TCP/IP socket based HTTP webserver built from scratch using C++. The internet protocol has been defined using sys/socket.h and arpa/inet.h

[About][Code]


2-Factor-Authentication-TOTP

A 2-factor-authentication simulation web application based on “Time-Based One-Time Password”, published as RFC6238 by IETF

[About][Code]


ChatApp

Chat Application for Real time Messaging with User Authentication, Authenticated users are allowed to create private rooms and invite others for personal or group Messaging

[About][Code]


Sorting algorithm visualizer

A frontend react.js exploration project to demonstrate how different sorting works using geometrical means; the sorting algorithm was built in JavaScript.

[Code]