46 lines
2.1 KiB
Text
46 lines
2.1 KiB
Text
---
|
|
layout: './Section.astro'
|
|
title: 'Projects'
|
|
slug: 'projects'
|
|
background: false
|
|
---
|
|
|
|
import Subsection from './Subsection.astro'
|
|
|
|
My biggest personal project so far is building a server to self-host my cloud ecosystem. My server uses a Proxmox hypervisor along with Linux Debian VMs and Docker containers running services such as TrueNAS, Syncthing, Nextcloud, Plex, Forejo, Pterodactyl, and others. To get around carrier-grade NAT limitations, I host a VPN using Google Cloud and use nftables to route traffic so I can make services publicly accessible.
|
|
|
|
I also have other projects viewable on multiple git platforms, most of which came from hackathons, game jams, and school projects. Of these, the most interesting are:
|
|
|
|
<Subsection
|
|
title="GroceRead"
|
|
subtitle="HackAI, UTD 2023"
|
|
url="https://devpost.com/software/groceread"
|
|
>
|
|
Android app intended to help visually-impaired people navigate grocery
|
|
stores by telling the user the product the phone camera is pointed at. Uses
|
|
Chooch API for object detection.
|
|
</Subsection>
|
|
|
|
<Subsection
|
|
title="Med-Terms"
|
|
subtitle="Axxess Hackathon, UTD 2023"
|
|
url="https://devpost.com/software/med-terms"
|
|
>
|
|
Educational chatbot that teaches anatomical terminology and suggests others
|
|
for the user to learn about. Wrote the API layer of the backend using
|
|
Django, and created most of the frontend using React.
|
|
</Subsection>
|
|
|
|
<Subsection
|
|
title="Score Tracker"
|
|
subtitle="HS senior project"
|
|
url="https://git.sudoer.ch/sudoer777/score-tracker"
|
|
>
|
|
Web app that allows coaches of HS sports teams to submit game scores. Scores
|
|
would then be publicly viewable on the app's homepage and could be managed
|
|
through an admin interface. Created with Express.js, PostgreSQL, and vanilla
|
|
JavaScript for frontend. This was my first personal web project developed
|
|
from scratch.
|
|
</Subsection>
|
|
|
|
Some other projects and activities I have worked on include Med Check [MetroHacks 2022], zzz [UTD SGDA 2023 Spring Jam], zzz [UTD SGDA 2022 Thanksgiving Jam], ZipVersionControl [FLL #1790, yrs 2017-2019], FIRST Tech Challenge roboics [2021-2022], and FIRST Lego League robotics [2013-2019, #1790].
|