Picture of Me!

Hey! I'm Mariam Mojid ðŸ‘‹

I'm a current Computer Science Student. My futuristic goal is to be a leading Software Engineer involved in game development. In my free time, you'll find me playing table tennis, active on discord or taking on a new random hobby.

This is my technology stack

C Logo
C
Python Logo
Python
Java Logo
Java
React Logo
React
VBA
VBA
JavaScript Logo
JavaScript
HTML Logo
HTML
CSS Logo
CSS

Here are some of my projects

  • Minesweeper

    Minesweeper

    C

    An implementation of a version of the classic logic puzzle game, Minesweeper.

  • Professional Website

    Professional Portfolio

    HTML, CSS, JavaScript

    A professional portfolio highlighting my technology skills and projects.

  • Flockr

    Slackr

    Python

    A digital collaboration and communication tool for groups and teams to support the high intensity learning environment. The functionality of Slackr mimics Slackr and is designed to connect with the younger and more "hip" generation that utilized flickr, Tumblr, etc. My team and I built the backend python server and assisted with the GUI.

  • Professional Website

    In-Memory File System

    C

    An implementation of an ADT to simulate a simplfied Linux file system. Importantly, the file system was in-memory, which means no real files were actually created on disk. Instead, I used structs to simulate files, so these so-called "files" only existed in RAM and no longer existed once the program was terminated.