Hey, I'm Jay!
Fullstack Developer
About Me
Growing up, I naturally gravitated towards tech and software development.
I've studied both Mechatronics Engineering and Computer Science at The University of Newcastle, however, I've since put my studies on pause in favour of pursuing a career in software development!
Professionally, I've primarily worked on React applications with NodeJS and Go backends. When I find the time, I also like to work on personal projects - building with technologies including Golang, React (with Typescript of course), TailwindCSS, Astro and Postgres!
My Latest Projects </>
Discord Bot with OpenAI Text Generation
This post goes into detail about how I built a Discord bot using OpenAI's GPT-3 for text generation. From the initial inspiration to the technical details, let me tell you how I got AI to tell me I fucked up. I go into detail about data extraction, training AI models, user interaction, and the end result of this project.
Encryption CLI Tool with Cobra in Go
I wanted to learn a bit more about encryption and hashing algorithms, so I built a CLI in Go to do just that. Files can be hashed using the SHA256 algorithm, and encrypted/decrypted using AES256.