Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.52 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.52 KB

cv hub

Links and short descriptions of my CV's projects sorted order as mentioned in CV

Java desktop wordle clone

wordle clone repo
Showcasing OOP, programming fundamentals and file manipulation in Java.

xv6 implementation of malloc() and free()

xv6 malloc() and free() repo
Using C to implement malloc and free() using the best fit method and free block merging to limit external and internal fragmentation.

A more in depth explanation of implementation written in report malloc() and free() report

JACK Compiler

JACK Compiler A compiler written in C for the JACK (Java-like) programming launguage Compiler compiles JACK code into HACK assembly (assembly language from nand2tetris course)

Sciant internship, booking meeting room tool

booking meeting room tool repo
Worked on an internal tool to help track the bookings of the office's meeting rooms. The front end was written with ReactJS, and Redux to handle the updates in state. The front end was linked to the back end using webhooks and REST API calls to allow for an individual client’s changes to be propagated to all clients asynchronously. The server was written in Node.js which was hooked up to a PostgreSQL database to store the data.