Jonathon's Cool Blog
One day my friend Jonathon asked me to make him a block website. I figured it wouldn't be too difficult, so I
slapped together a simple yet robust app using a firestore nosql database and react. The app allows Jonathon to
sign in using his password and post or delete blog posts. Reading the blogs he's posted has been more than
enough payment for the effort put in.
Rhysdev.com
This is the website you're looking at right now. In an effort to increase my hirability, I decided it would be
worth my time to throw together a portfolio site of my own to express myself and display a small amount of what
I am capable of. This website was developed using html and css.
Women's Script Translator
"Women's script" is a fantasy scripture from the Stormlight Archive series written by Brandon sanderson. I have
always been interested in different real life scriptures, and so fantasy writing systems have always been
something I've stronly appreciated. This one in particular is almost one to one with english letters, but has
some unique characters for representing compound sounds such as sh and th. My translator is a real time
application where the user can type on their keyboard and it automatically converts into Women's script, Which
is then outputted to the screen. a terminal window opens alongside the window, displaying what the user is
actually typing. This application was built from the ground up using SDL2.0 and C++.
Hitomezashi stitch pattern generator
My earliest project worth noting is the stitch pattern generator I built when I first started experimenting with
rendering libraries. This program generates a randomized stitch pattern based on the Hitomezashi stitch pattern
algorithm using SDL2.0 and C++.