You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I began my programming journey in 2020 as a complete beginner, exploring coding out of curiosity. Over time, my hobby turned into a passion, and I’ve since learned key programming languages like Python, JavaScript, and Java. This passion led me to pursue a degree in Computer Science, where I’m now in my second year, focusing on areas like AI, web development, and data structures.
Alongside my studies, I’m building real-world projects in AI and full-stack web development, with a focus on creating software that addresses real-world issues. I’m also actively participating in hackathons across the UK and Europe, which have sharpened my problem-solving, teamwork, and leadership skills.
Looking ahead, I aim to further develop my expertise through internships, open-source contributions, and working with cutting-edge technologies like machine learning and cloud computing. Ultimately, I want to contribute to impactful projects and be part of teams that shape the future of technology.
> Website & WebApp Projects
Bookstore-WebApp - Full-stack website using MERN stack and integrating a server-side database using monolithic application structure. The website is called Midnight Manuscripts and is supposed to be deployed using Microsoft Azure.
Web-Terminal-Showcase - A web-based terminal application simulating CLI experience and users can interact with the terminal, input commands and receive responses as if they were working in a real shell environment
Mern-Blog-WebApp - MERN stack blog using yarn for package management
MotionSpace - Using vite for lite static website project builds, react as my javascript framework and netlify for app deployment of static sites to be usable on IPADS and Desktop
> Python Projects
House-Value-Estimator - I plan to use the House Sales in King County, USA dataset to train a model that predicts house prices based on features such as the number of rooms and other property details.
Horsepower-car-prediction - This script trains a linear regression model to predict horsepower using features like MPG, cylinders, weight, acceleration, and model year. The model achieves an MSE of 250.23 and an R² score of 0.82, explaining 82% of the variance.
gift-wrapping-application - Began coding in python by creating my very own gift wrapping application dedicated towards just learning python as well as connecting a functioning database to the program
Sorting-Algorithm-Visualizer - This algorithm visualizer leverages the Tkinter Canvas widget to provide an interactive and intuitive platform for understanding how algorithms work. By animating the step-by-step execution of algorithms, the visualizer illustrates changes in data structures, interactions between algorithmic components
Portfolio-Website - Using vite for lite static website project builds, react as my javascript framework using nodejs and netlify for app deployment of static sites
Pathfinding_Algorithm - A* Pathfinding Algorithm, a widely-used search algorithm for finding the shortest path in a grid or maze. The project is optimized for performance using a priority queue and a heuristic function for efficient navigation.
Maze-Code - This program is a maze generation and navigation system written in Python, utilizing the NumPy library. It is designed to create various types of mazes, visualize them in a readable format, and allow simulation of movements within the maze.
> C# Projects
School-management-system - A ready made console project showing evidence of using C# to a coding standard through adding, deleting and updating users to grade calculations and updating them through a txt output
> Oracle APEX
database-management-analysis - To design, implement, test and demonstrate elements of relational database applications – as well as provide evidence for database analysis
> Network Security/Design
HQ-Site-Network - Designed and securely configured using Cisco Packet Tracer, applying L2 VLAN Security, Site-to-site VPN, Appropriate Access Control Lists (ACL), Port Security and Basic Device Security.
Cicso-Packet-Tracer - Whilst learning Cisco Packet Tracer I began to create and work on certain projects that helped me design and secure my HQ Operated Network with a site to site established network connection with VLANs and Internet setup with security steps necessary to prevent malicious attackers.