Full Stack Development

The following are web projects on which I developed both the front and backend of the website:

Generic placeholder image
MusicAll

A web application that allows users to search for music across multiple media streaming platforms. Search for music from Spotify, iTunes, SoundCloud, YouTube, and Audiomack. The backend of the site is built using Node.js, specificully the Express web framework. The frontend uses Angular 6, with Material Design components.

Visit the site
Generic placeholder image
The Sudan

A website dedicated to providing information on the region and modern nation known as the Sudan. Topics discussed range from Sudani history, to culture, to modern politics. The backend of the site is built using Python, as part of the Django web framework.

Visit the site

Electrical & Embedded Systems

Below are Electrical and Embedded Systems projects that I worked on as part of a team of engineers:

PCB Audio Visualizer

A hand-sized circuit board device that lights up in response to the prescense of bass and treble frequencies of an audio input. The device's signal input is provided via a 3.5mm audio jack, and power is provided via a 9V battery. The device was designed and developed as part of a team of 3 engineers. Simulation, unit and systems testing was performed with NI Multisim and LabView, while the design of the circuit board tracks was done using NI Ultiboard.

Embedded Accelerometer

An acclerometer that illminates LEDs in response to the device's direction and angle of tilt. The device was designed and developed as part of a team of 3 engineers. The device uses a custom header board conntolled by an embedded microcontroller, which was a TI MSP340. The microcontroller was programmed using C.