Projects
Software-related projects
-
Rasterizer in C.
This video is 1000 frames rendered by the rasterizer I wrote, it shows an aneurysm from multiple angles as the camera orbits around it.
C, rasterization, linear algebra, graphics basics.
-
"Jeanz" Course Scheduler.
Currently deployed using render.com, but a full outline of
the original project's code and deployment can be found
here.
Python, Django, SQL, Docker.
-
2-Factor Authentication Project.
An fairly close replication of the authentication method proposed in a
paper
by M. Shirvanian and S. Agrawal called "2D-2FA".
Python, hashing, security basics.
-
Command-Line Weather Project.
I hesitate to call this either a "project" or an "app" because of how simple it is. Nonetheless,
this was a fun little thing to make despite taking only a few hours of effort.
Python, JSON, calls to the NWS API.