Works

My Works

Click the title of each project to view them on gitHub

Citi Bank Project

Worked on a front end project for citi bank through TCS(Tata consultant services). I Developed and maintained two web pages for CitiBank using Angular as the main framework and Typescript as the main Language. Examples of components worked on: home/login page, sidebar, navbar, making content of page easily accessible, connecting front end to back end APIs, Having to solve dynamic problems that require unique algorithms. Our team used GitBucket as our repository and versioning tool. Collaborated within an agile team to continually integrate and deliver the product. We had stand up meetings everyday and a meeting with the customer every two weeks.

Recipe Book Angular App

This is a recipe book application built using Angular, showcasing my skills in frontend development. The App allows users to browse and manage recipes with ease.

Portfolio - HTML, CSS

This project is the website you're on right now. The goal of this project is to advertise my skills and myself as a software developer.

Granular Software Solutions

Working together in a team of five to develope microservices and to demestrate the power of micro services to monolithical software companies in hope the will contract us to break their monolithic software into many microservices. The services we developed include a user service, messaging service, scheduling service and an API gateway.

Lexical and Syntax Analyzer

Given a pascal(.pas) file with text this program performs a lexical and syntax analysis of the file and detemines if it's correct according to the grammar and language specified by the grammar.txt file.

Interactive Linked Lists

This is a project that brought me alot of joy and stress in CS 2. It is an interactive linked list program, it lets you play around with different types of linked lists (singularly-linked, doubly-linked and singularly-circular linked lists). This project really stressed on me the importance of testing and project planning.