Earlier work
Projects and notes preserved as part of my learning record, but no longer representative of my current focus.
Projects
- 01
Eisenhower Matrix Task Manager
Productivity web app implementing the Eisenhower Matrix with Firebase Authentication and Firestore for real‑time, cross‑device task management.
Next.js · TypeScript · Firebase Authentication · Firestore · Tailwind CSS - 02
PAC Investment Analysis Webapp
Interactive simulator for periodic investing (PAC/DCA) with inflation, contributions, and index selection, powered by a FastAPI backend and Yahoo Finance data.
Next.js · TypeScript · FastAPI · Python · Yahoo Finance API - 03
From Bigrams to Neural Networks: Italian Name Generator
From count-based bigrams to a small neural net in PyTorch that generates Italian names.
Python · PyTorch · NumPy · Matplotlib - 04
Daily Vocabulary Newsletter with Python, Google Docs, and Google Sheets
Python app that emails a daily vocabulary list, using Google Docs as the word bank and Google Sheets to manage recipients and tracking.
Python · Google Docs API · Google Sheets API · Gmail API
Notes
2 entries
2024
Building a Simple Web App with Firebase Authentication and Firestore: A Step-by-Step Guide
Step-by-step guide to building a task management web app with Firebase Authentication.
Firebase · Firestore · Authentication · JavaScript · Web App · ProductivityBuilding a Daily Vocabulary Newsletter with Python, Google Docs, and Google Sheets
Step-by-step guide to creating a Python-powered vocabulary newsletter using Google Docs, Google Sheets, and automated email delivery.
Python · Google APIs · Google Docs · Google Sheets · Automation · Newsletter