Duolingo does not have an offical API, but there exists an unofficial API in Python. However, I wanted the API in Golang so I could easily interface with my other project (Anki Duo). Therefore, I forked the existing project and rewrote the API in Go for my use cases.

Built with: Golang

I study Spanish on Duolingo, however Duo doesn't allow a user to retrieve their studied vocab words. So I created a program that allows a user to retrieve their words and import them into a popular flashcard reviewer called Anki.

Built with: Golang, Make

A platform for University of Florida students to view reviews for on-campus housing. This project aims to help students make an informed decision about their living situation when attending university. Currently under development by my team and I for our Senior Project.

Built with: React, JavaScript, Supabase

Programming Language

github.com/erobx/PLC_Project

This was my first introduction into creating my own programming language that compiles into executable Java bytecode. After creating my own lexer, parser, interpreter, analyzer and generator, I was able to write FizzBuzz in the language. That blew my mind.

Built with: Java, Unit Testing, End-to-end Testing, Harness Testing

The current website you are on! This project contains all the code for my website and I encourage you to take a look at what goes into it! It is constantly under work and I strive to make it my own.

Built with: TypeScript, SvelteKit, Tailwind