Be advised:
These are just fun side projects, or coding challenges, or for learning.
- Loads employee expenses via a CSV file.
- Calculates montly expense totals, and fetches from database using both raw SQL/ORM methods, by providing RESTful API endpoints (backend).
- Accepts user input via rudimentary web form for upload, and presents back data to clientside in colored tables (frontend).
- Progressed from research to release over a few days to a bug-free prototype.
- Demo: video here
-
Code: GitHub repository here
- Fun project inspired by machine learning classes with friends.
- Created canvas drawing tool, allowing users to interact with DOM by adding new points/zoom.
- Cleanly coded by sectioning off code into isolated small functions, and appropriate semantic modules.
- (Temporary colors used for debugging positioning of CSS when I stopped development.)
- Live demo: running here
-
Code: GitHub repository here
- Models the nutrition hierarchy of macronutrients, minerals, vitamins, etc. down to specific food items Soups, Bagels, Donuts.
- Designed to provide assessment of diet based on Dietary Reference Intakes, allowing user input of foods eaten.
- Code: GitHub repository here