Hi, I'm Justin

About

I love building practical things that improves the quality of life. I love tinkering with computer hardware but I especially enjoy writing software. I write code in my free time. I started out building a few websites, first with PHP then Python. Then I really got into ML and decided to go back to school to start writing code professionally.

I just graduated this Spring with an M.S. in Computer Science (ML Concentration)! Currently looking for a role in ML Engineering or Data Science. If you're hiring, you can check out my CV here.

If you've got questions or just want to chat, shoot me an email.

Projects

ladio is a K-Pop music chart aggregator that combines the top 100 songs of major K-Pop music charts. The scrapers are written in python and uses beautifulsoup4 for the scraping and fuzzywuzzy for the song title matching.

daum-tv-api is an unofficial daum.net API for Korean TV show metadata. It can be used to pull interesting data like song titles of music that played during an episode or its Nielson ratings. It was written in python and uses beautifulsoup4.

islewdmovie is an unoffical IMDb API for the crowd-sourced parental guide found buried in the website. I use this to help avoid watching lewd or overly violent films with my family. It was written in python and uses beautifulsoup4. It also includes a web interface built with Flask and Bootstrap5.

dotcom serves as both the repository for my markdown source files, as well as the static site generator, for this website. It was written in python and uses jinja2 to convert the markdown into html using custom templates. If you find a typo on this site, let me know by sending a pull request or by email.