Projects I Have Done

1. Wave Response App: Concept Case Study

Concept: A platform for fast crisis response in communities dealing with crime, legal, or health emergencies.

Technical Exploration:

Python React WebSockets Geolocation API

2. Assembly - Low level Programming

I did variuous basic programms using ARM architecture

  • Logical shifts operations
  • Memory, Chaching, Registers and Pipelines
  • 3. Created a subnet using VM on Linux ubuntu ISO

  • Set up two Ubuntu VMs (VM1 and VM2) on VirtualBox and configured a custom subnet for networking experiments.
  • Routed network traffic through VM1 to VM2, managing ports and ensuring proper connectivity.
  • Connected from my Windows terminal host to the Ubuntu VM via SSH to manage the subnet.
  • 4. MVP's and CRUD methods

  • I developed a backend with fully functional CRUD endpoints using Spring Boot
  • Implemented data persistance with SQL instead of using in memory data structures, to store all records in the database
  • Tested the endpoints with Postman, I attempeted a frontend interface but integration with backend was not completed.