Isaac Lehman
I am a passionate software developer and hobbyist looking to provide computational solutions to real world problems. At work I am a full stack developer and Salesforce Admin. For fun, I run this blog I wrote using Python (Flask/SQLITE3) in addition to coding a variety of other "hobby" programs. Below are links to some of my personal projects and applications.
Budget App: GO
A no frill, personal budget application designed to track your expenses and manage your assets.
Distinct Notes:
- Server is written in Python using Flask and Jinja
- The database is SQLITE3
- Uses SHA-256 hashing for passwords
- Currently being served with Njinx and Gunicorn
Loan Math: GO
A simple loan calculator that allows you to see how adding extra payments can affect your loan term and total paid.
Isaac's Cooking: GO
A Google page's application designed to share my passion for cooking.
GitHub: GO
Check me out on GitHub to see a variety of projects ranging from android applications to a linux/bash terminal written in C.
List of Projects:
- Covid Bunker (Flask): GO
- Budget App (Flask): GO
- Contact Book (Flask): GO
- CHMOD Calculator (JavaScript): GO
- Vector Calculator (android): GO
- Bash Terminal (C): GO
- Mastermind (C & Assembly): GO
- Game of Life (C & openMP): GO
- Mandelbrot Images (C & openMP): GO
- Jacobi Iteration Heat Transfer (C & openMP/MPI): GO