Hi, my name is Mubariz and I'm a programmer who enjoys building useful programs and apps for people.
Here are some of my projects!
A carpooling webapp that connects Muslims to their local Jummah congregation. Built with React,
MongoDB, Google Maps API, and ExpressJS.
A South Asian board game made using C++ and the windowing toolkit FLTK.
5x5 version of the game '2048' made in Java using the AWT and Swing libraries.
A program that scans input btye by byte and converts it to its Hamming(13, 8) representation.
Built as a learning project for C programming.
A JavaScript program that extracts mirrored portions of a given text input.
For example: Given the word 'hollow', it would return 'o', 'll', 'l' 'l', 'o', 'ollo' and 'w'.