I am a School of Code graduate with full-stack development experience and a background in law. I have also studied Mandarin and Business in Taiwan. I am passionate about problem-solving exercises, mixed martial arts (specifically NoGi), traveling, and taking my dog on loooong walks!
⚡️ Fun fact: My GitHub username is based on my full name, Rhys Montgomery Postans!
Name | Description | Why was it made? | Tech used | Status |
PHONETIC GUESSER |
Guess the word from its phonetic transcription. Use hints with dictionary definitions to help! | This project began about three weeks into the School of Code. Initially, it wasn't designed as a formal project; rather, I simply wanted to experiment with some free APIs after learning how to make API calls using JavaScript. While examining the JSON response from a dictionary API, I noticed it included phonetics, which swiftly led to the creation of the basic concept for this game, where users are presented with a phonetic representation and must guess the corresponding word. Eager to avoid creating my own word database, I sought another API to automate the word generation process. Although this second API was not perfect due to compatibility issues between the two APIs, I managed to make it work. Additionally, this project became a valuable tool to implement and reinforce what I learned each week, helping to solidify my understanding and put my new skills into practice.What word is represented by the phonetic transcription [ɛɡˈzɑːmpl]? (Click to see answer)Answer: ɛɡˈzɑːmpl = Example |
Phonetic Guesser V.1: JavaScript, CSS3, HTML5, Node.js, Express.js, draw.io Phonetic Guesser V.2: Next.js, React, JavaScript, GitHub Actions, Draw.io, Figma |
⏳ More functionality incoming... |
SECRET LANGUAGE TRANSLATOR | This project involves a system designed to streamline the process of decoding messages that are written in a secret language I created with a friend. | The main motivation for creating this project was the increasing amount of time it took to decode our growing encrypted chats. I wanted to continue enjoying the unique and private nature of our communication without the growing burden of manual decoding. By devising a secretive decoding method, I could maintain the enjoyment and pace of our conversations, ensuring that the fun of our secret language didn't turn into a chore. *|```**_|*::|*_|_|*|```*_|```||*::**|::_|*_::|*|_|_|*_|```||**|_*|_|_|*_|```||*|```*_::|*_|```|*|```*|/\_|*|::_|** |
JavaScript, CSS3, HTML5 | ✅ Completed |