Projects
bible-pptx
- Originally developed as a utility to automate a portion of my own Bible study preparation, this app allows you to turn your notes with verse references (e.g. Genesis 1:1-3
or Jn 14:6
) into presentation files with the verse text. Watch out: Currently takes up to 1 min to load as it is a Flask web app hosted for free on Render.
mcfc
- A tool to create multiple-choice flashcards more efficiently. Based on the Python script I used to convert dumps of multiple-choice questions into a format that can be imported easily into Quizlet. Ported into a web app using PyScript.
- 🍔 Biteflation - An open dataset of Philippine fast food aggregator prices. Covers daily menu data from September 2022 to March 2024. You may also view the GitHub repo here.
- freeread - Web browser extension to provide quick and easy access to paywalled articles you might already have access through library subscriptions or other legitimate means. Currently supports Proquest (library account required) and archive.is (cached pages available to anyone). Available on Chrome Web Store.
- This blog and main site - Static websites hosted for free on GitHub Pages - finally got used to
git add
, git commit
, and git push
in the process 😉 Blog migrated from Ghost CMS (great, but costs money to host) to the Jekyll static-site generator in 2024.