Lorenzo Mondragon
Resume Coding Projects Bookshelf YouTube Contact

681 Contributions in the last year and counting...

Heatmap calendar of the number of contributions on GitHub

Most of my contributions are to private repositories for work that I cannot show, however I have some personal projects that showcase some of my work.

Personal Website

This is getting meta! You are currently on the website I'm showing here. If you are curious on how exactly I built it follow this link to see most of the code.

Tech Stack:

  • HTML
  • CSS
  • Javascript

GPT 3.5 Web App

This web app is using an open-source wrapper for Open Ai's GPT API to implement text completion for user input.

Whenever I have more time, I would love to implement more GPT features. Stay tuned for updates!

Tech Stack

  • C#
  • Blazor
  • .NET

People Counter

People Counter was a fun project to build. The basic idea is that a Time-of-Flight senser connected to a Raspberry Pi determines whether or not a person is crossing in front of it.

The Pi acts as a server and a separate desktop is the web client. They communicate data to each other using Socket connections.

Tech Stack

  • C# (Web CLient)
  • Python (Server)
  • Socket connections
  • Muti-threading

Unity VR Development

This is part 1 of 3 in Unity's VR Development corse.

I believe that VR/AR will become more important over the next few years, so I started the journey to learning how to develop VR experiences using Unity.

Tech Stack

  • Unity Game Engine
  • C#