Portfolio

Portfolio

Explore a list of some of my projects I've completed over the time. The full details of each project is on github, furthermore, you can also run/compile each project over the web browser.

Red vs Blue web application - Python, Flask, jquery, JavaScript, REST, MySQL and AWS

A reddit like web application that revolves around politics where users can create accounts, make posts, make comments, upvotes/downvotes and etc.

Parser - Python

In this assignment I wrote a lexical and syntax analyzer for a hypothetical programming language (roughly based on C). The input of the parser is a source code written in the programming languageā€™s grammar. If the source code is syntactically correct the parser should display the corresponding parse tree. An appropriate error message should be provided otherwise.

Simplified-SMTP-on-TCP - Java, OOP, SMTP and TCP

I wrote a SMTP client program and a SMTP server program that implement a simplified SMTP protocol based on TCP service. Unfortunately, onlinegdb compiler cannot run client-server applications.

Portfolio - HTML, CSS and JavaScript

This project is the website you're on right now. The goal of this project is to showcase my skills and projects in a more enticing UI/UX.