A community for educators to discover and create language learning quizzes rooted in real-world
contexts. Find quizzes on various topics in French and English, or search for news articles and videos
to adapt into your own custom language learning quizzes.
Try it out here!
Get foreign language news summaries on topics you choose, delivered as a free daily newsletter to help
you practice the language you’re learning. Select from over 25 languages, create custom topics, and take
automatically generated quizzes included with every newsletter.
Try it out here!
Open source project that allows users to track their progress towards their health goals.
Users can upload a picture, speak, or type out what they ate in natural language, and Utrition provides all
the nutritional data of the meal and saves it in the user's profile. The profile contains data visualizations
and metrics to assist users in tracking their nutrition goals.
Customize your browser with a minimalist new tab page that provides seamless access to search, calendar
scheduling, and note-taking, all with customizable colour themes.
Try it out here!
Questly - November 2022
Web application designed to assist middle school teachers in delivering computer
science education to their students. Questly offers an online classroom management system along with
grade-specific computer science content, modules, and assessments. Additionally, it provides problem
walkthroughs, progress tracking, and grade reporting to teachers.
ebookGenesis - March 2021
ebookGenesis is a python bot that can find and download any ebook from just its name, using Internet Relay Chat channels to crawl existing ebook repositories and enabling file transfers through the Direct Client-to-Client sub-protocol of IRC. One of the only functioning, open-source, IRC ebook bots. The goal of this project was to familiarize myself with networking protocols and building bots.
alexmoica.com - July 2020
alexmoica.com is my personal professional website built with a pure HTML, CSS, and JavaScript frontend. I aim to keep this website regularly updated with major developments in my life, career, and other involvements. The goal of this project was to apply my knowledge of HTML and CSS to a long-term project, as well as to have a website to promote myself throughout any future endeavours.
USCitySP - March 2020
USCitySP is a program used to find the shortest and most cost-efficient path between any two US cities, providing the most direct path while taking into account stops for food in each city. Written in Java and making use of Dijkstra's shortest path algorithm, USCitySP outputs the BFS and DFS traces, as well as the shortest path with city names, meal prices, and restaurant addresses, into a text file. The goal of this project was to learn how to create and manipulate graphs and graphing algorithms in Java.
Food Identifier - November 2019
Food Identifier is a machine learning application created to distinguish between a variety of fruits and vegetables. Based on TensorFlow and using the CIFAR-100 database for training images, this application identifies user images, entered through a Tkinter GUI, by food type. The goal of this project was to learn the fundamentals of machine learning and the Tensorflow library implemented in Python.
Assets - May 2018
Assets is a money management system for PC that dynamically tracks multiple account balances. Assets stores the transaction records for each account into a separate text file, which is used to create live graphs and a history of deposits and withdrawals from the given account. The goal of this project was to learn the basic and advanced features of the standard python graphics library, Tkinter, and how to interface it with the matplotlib library.