Projects
Here are some of the projects I have done
- A comprehensive system designed for managing medical records efficiently.
- - Account profiles with role-based permissions.
- - Patient scheduling and charting capabilities.
- - Made with the GoTTH fullstack framework, PostgreSQL database, Goose schema migration
- - Blazing fast across all devices
Optimized for older computers using backend rendering for fast performance.
- A project to learn about RESTful API convention
- - JWT authentication and refresh token
- - Uses PostgreSQL db, Goose migration, Go's http lib
- The website you're on :heart:
- - Upgraded clone of my static site generator
- - Made my own markdown parser
- - Buggy
- This is a REPL that uses PokeAPI. You can find routes, catch and inspect pokemons.
- - Caching to ensure blazingly fast results (also to not accidentally DOS the server)
- A collection of RSS feeds stored in a PostgreSQL database.
- - sqlc + Goose migration
- - WIP
- I was introduced to Scala back in University. There has been huge changes to the language since I last used it, so I made a simple Wordle REPL.
- - I never got in on the wordle craze, so this is my entry to the Wordle craze. Because there isn't a public word bank anymore, I didn't implement a word checker.
- - Will change word bank to a generic dictionary and DB in the future.
- Using Python's tktinker, this is a maze creator as well as solver.
- Asteroids in Pygame
- - Asteroids made with pygame library.