Update README.md

This commit is contained in:
Hayden Hargreaves 2026-04-09 11:32:13 -07:00
parent 850290d821
commit 09b624eccb

View File

@ -10,6 +10,10 @@
> >
> "An idiot admires complexity, a genius admires simplicity." Terry A. Davis > "An idiot admires complexity, a genius admires simplicity." Terry A. Davis
## Portfolio
My personal website can be found [here](https://hhargreaves.net)! Along with projects, resumes, and my [blog](https://hhargreaves.net/journal)
## Skills ## Skills
**Languages:** Go, C#, Python, C/C++, JavaScript/TypeScript, SQL **Languages:** Go, C#, Python, C/C++, JavaScript/TypeScript, SQL
@ -20,11 +24,6 @@
## Current Projects ## Current Projects
- **Text Editor:** Another attempt at building a Vim-like text editor. Using Go and Charms Bubbletea this time. - **Gim:** Opinionate vim-like text editor, built with Go and Charms Bubbletea.
- **Potion**: A recipe database that allows users to upload, view, and share their favorite recipes. - **Potion**: A recipe database that allows users to upload, view, and share their favorite recipes.
## Project Ideas
- **Home Server Email Report:** Generate a report and send it to the owner of the home server containing status and other useful information.
- **Mutable String Class:** Create a mutable string class in python using Object-Oriented-Programming.
- **Leet Code Clone**: Web application with a backend allowing users to upload and test code with defined test cases.