Skip to content
View 1000daysofcode's full-sized avatar

Block or report 1000daysofcode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
1000daysofcode/README.md

Hello!

I'm a SWE passionate about logic and problem solving.

python python python python python python

About Me

  • 👨‍💻 I’m a fully self-taught software engineer, especially interested in developing my experience in backend and systems level programming.
  • ⚡ I started programming with a commitment to code and/or learn to code for 1+ hour/ day consecutively for 1000 days . The last day of my 1000 days of code challenge was Sunday 3 March, 2024
  • ☁️ I'm currently becoming more "cloud native" through AWS and trying to get proficient with the Rust programming language 🦀

Projects:

Below are some personal projects ranked from most to least recently updated.

Name Description Up-to-Date
Personal Portfolio My personal portfolio site, complete with a backend dashboard to update content without redeploying.
Member Tracker A Rails API that allows one to create teams and projects and add members to each as a vbasic team managermant software. 🔄️
TestTracker A program in Python that allows users to track their test scores and analyze trends in progression and digression
EatWhat A fully responsive web application in Flask that recommends foods based on user's cravings [Video demo here]
Pollution Analysis An analysis of air pollution levels in Vietnam using SQL, Excel and R .

Unfortunately these projects are relatively old/ out of date, but I have plans to update the Member Tracker later this year with a full GUI.


Feel free to connect via social here or on LinkedIn.

zachariahfrank

Pinned Loading

  1. eatwhat eatwhat Public

    A web application using Flask (with HTML/ CSS) that recommends foods based on user’s cravings. Next iteration will be rewritten in Rails with an API instead of SQLite3.

    HTML

  2. member_tracker member_tracker Public

    Ruby

  3. test_tracker test_tracker Public

    A Python console app that allows the user to create custom test layouts and input scores. This enables them to track their progress and view a score analysis for each test type.

    Python