Shape 2Shape 5
Hello, my name is Michael!
I am |
Projects
UTalent

A web application revolutionizing the freelance market for college students by connecting them with companies seeking professional services.

Highlights:
  • React
  • Tailwind
  • Next.js
  • Competition
  • Collaborative team project
  • Difference Maker
Secure Drop File Transfer

Server and client communication for a secure file transfer program. Uses SSL, TCP sockets and threading to establish encrypted communication from the client to the server and the server to the client to send file contents.

Highlights:
  • Python
  • Encryption
  • Sockets
Dynamic Multiplication Table

A dynamic multiplication table using jQuery sliders, form validation, and event handling. It dynamically creates and removes HTML elements for the table and user-created tabs for table documentation.

Highlights:
  • JavaScript
  • jQuery
  • Form Validation
SFML Image Encoder and Decoder

A C++ program that can encode and decode a picture using Fibonacci’s sequence as a key. Uses SFML to process and display the images, as well as manipulate values each individual pixel.

Highlights:
  • C++
  • SFML
  • Fibonacci Sequence