I'm a Software Engineer specializing in Web Development.
These are some of the projects I have built.
A news website that displays current local and international news in summarized format. It's built with javascript and uses an API to get the news data. View Site
Built this project while learning django. It is a crime map that displays data on crime incidences that have happened in an area. I learnt how to use Folium to integrate maps to websites and how to visualize data to a website.
A movie search application built with javascript as a practice project to understand various concepts I have encountered while learning javascript. View Site
An online auction platform to sell cars. I learnt alot on making database queries and how to build complex relationships between data objects in the database.