My East Valley Pet Finder React JS App

For six lucky years, I had the best pup anyone could ask for. Her name was Hailey and she stole my heart every time she looked at me. She was a shaggy, happy pup that made friends everywhere we went and I could not be thankful enough for the time I got to spend with … Read more

Using the Web Speech API

I had the chance to work with website accessibility in 2025, and one feature that I learned about that was a lot of fun was the SpeechSynthesisUtterance API. This is a Web Speech API that has the capability to take in a string and outputs audio via the web browser. Most modern browsers have this … Read more

RSS Aggregator in Laravel – Personal PHP Project

I wanted to play around with a newer version of Laravel, specifically the newest available at this time which was 12.2. It’s been a while since I have messed with Laravel. Most PHP back-ended projects I’ve been a part of include a custom framework, no framework at all, or Cake or CodeIgniter. A project idea … Read more