My Projects

Python Phonebook
A phonebook/contact program made for the desktop. It was made with python, Sqlite3, and Python's Tk Interface for the front end. Made with settings for background, font, etc. Tk isn't the easiest front end language, it has less support and tools then a traditional front end in Html/Css. Nonetheless, it was a very fun project in making a desktop UI and perseverance.

Mock Finance Flask Web-app
A Flask web app made in CS50 with minimal source code setup. Implemented registering of accounts and logging out, buying and selling of stocks, stock history, and home page/current portfolio of stocks. Has all the necessary logic and checks for user input. I also interfaces with an API from Harvard.
Python Progress Bar
This is a progress bar made for integration into any Python project. It uses ascii escape code to move the cursor around and animate the bar. It's a quick and easy to implement way to provide the user with updates and detailed progress. The documentation is also detailed and easy to follow.

Command Line Credit Card Verifier
A command line program made in C to take in a credit card number and verify, based off of the math and patterns behind credit cards, to make sure a credit card number is valid. Made in Harvard's Cs50 class.
About Me
Hi, I'm Justin! I am a programmer excited to make a career in tech. I can do both front end and back end with my most utilized language being Python. I also have experience with the Flask framework. I have experience with HTML and CSS on the frontend, utilizing libraries like Bootstrap to make development quicker and more productive. I have most of my experience in databases with sql languages. Mainly, Sqlite3 since it comes packages as a module in Python.
I have a course certificate for completing CS50 from Harvard Online. I'm also currently enrolled in Boot.dev. I excel at learn and am excited to better my skills in programming!