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

My First Small Project of 2025

I can’t believe it’s already 2025. Long time, no see. Recently, I have been updating my own digital horror movie collection and was looking for a public API to grab movie details and other related metadata. These details will make my collection easier to navigate. I know that movies can have multiple posters and wanted … Read more