Intro
A Computer Engineer aspiring to develop innovative designs that tackle real-world issues.
In the vastness of the real world, creativity knows no limits.
I leverage software skills to design solutions for real-world challenges, spreading awareness and excitement around intriguing topics.
Works
These are a few of my previous projects. The full catalog can be viewed on my github.
1. Designing a Webserver
A multi-threaded web-server was designed to serve web requests efficiently by using multiple threads and round robin approach.
https://github.com/blipblopblop/Webserver
2. User Level Threads Package
The program is designed to create threads, destroy them, and run them concurrently on a single processor.
https://github.com/blipblopblop/User-Level-Threads-Package
3. Relational Database Driver Design
The project was aimed to develop an interface of a database driver that is in charge of sending and receiving packets to and from server through TCP/IP protocols..
https://github.com/blipblopblop/Relational-Database-Driver-Design
4. Facial Recognition
Data analytics techniques within matrix algebra were used to facially reconstruct using scattered pixelated.
https://github.com/blipblopblop/Facial-Reconstruction
5. Part-Of-Speech tagging
Predicting POS tags for untagged text by performing inference with the HMM model. Part-Of-Speech (POS) tagging is a subset task within Natural Language Processing (NLP).
https://github.com/blipblopblop/Part-Of-Speech_tagging
. battleship
Battleship Solitaire puzzles are encoded as a constraint satisfaction problem (CSP) with an implemented CSP solver.
https://github.com/blipblopblop/battleship
7. Solve Hua Rong Dao
Implementing a solver for the Hua Rong Dao sliding puzzle using A* and Manhattan distance heuristic. Hua Rong Dao is a sliding puzzle that is popular in China.
https://github.com/blipblopblop/Solve_Hua_Rong_Dao
Contact