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.
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.
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.
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.
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.