
My Projects
Check out Some of the few projects I developed in various computer languages.
Edit Distance Program
Python
This program will edit the distance between two strings (words). Type two words and it will calculate the edit distance in the terminal. This is for Bioinformatics and Bio-Engineering. Used for the correction of spelling mistakes or OCR errors, and approximate string matching, where the objective is to find matches for short strings in many longer texts, in situations where a small number of differences.

NFC Projects
NFC Tools and Chips Programming
By using blank NFC chips I was able to self-automate my home into a smart home using mobile programing tools like NFC Tools to program the chips. Engineered the chips into multiple entities such as cards, buttons, bracelets, and more. Ask me to show you one of my latest NFC projects.

Hexomino Game
Python
This is a short Tetris game I developed in Python. The objective is to clear as many of the blocks as possible before they reach the top which results in GAME OVER. Use the arrows to shift the blocks left and right, the up arrow to rotate the block, and the down arrow to speed it up.


