Matt Rugamas is a support engineer based in Los Angeles.
My work focuses on the intersection of customers, code and product, with a devotion to process, transparency and sharing what I learn. I debug complex systems end-to-end, translate messy problems into clear solutions and help engineering teams understand what's actually breaking and why.
-
Still on Jekyll, Probably Forever
04/02/2026
I’ve rebuilt this site a few times now. Not a full rebuild — more like the kind of thing where you touch one CSS file and end up rewriting three others. Each time I do it, I think about whether I should just… do it properly. Migrate to something modern. Maybe Next.js. Maybe Astro. Maybe whatever the new thing is by the time you’re reading this.
-
The Redesign
03/31/2026
I’ve been sitting on a version of this site that I built sometime around 2018 or 2019 — back when I was learning more front-end seriously and wanted a place to practice. It worked, mostly. The bones were fine. But it had the kind of accumulated debt that happens when you build something to learn and then never really go back to treat it like a real project.
-
Blog Update
02/13/2019
There is still a lot of cool Jekyll stuff I’ve yet to write about and I will, but January/February lines up with the end of the Winter semester here at good ol’ Mt. SAC and with my journey in applying for new positions related to my field. The good news is that my job search might be over, as I’m going over some preliminary details with a new employer for a Technical Support position supporting a fairly popular software product that is currently on the market and receiving lucrative investments. It’s a great opportunity that I’m crossing my fingers for, but the Jekyll writing has been on the backburner for now.
-
Playing With Jekyll Pt. II (Pages Whitelist)
12/25/2018
In my previous post I wrote about Jekyll and it’s integration with Github Pages, and I mentioned how Github Pages whitelists Jekyll dependencies in your build, essentially building our Jekyll site with the
--safemode flag. As I thought about how we might go around this, switching over to Netlify was a thought that came up that could get comments and syntax highlights going. I also realized I could just build the site locally and push my static pages over to the Github repo for my site, but seemed hacky. -
Playing With Jekyll
12/24/2018
Jekyll feels like a great place to start, again. Ruby and RubyGems is familiar, I’ve gotten the hang of switching between Ruby environments with rbenv, and I like the idea of packaging Jekyll themes in a RubyGem. With Jekyll we can also style with SCSS, write posts in markdown (kramdown), and do kinda-dynamic stuff using HTML with Liquid—sweet.
-
Getting Ready For The Web
12/14/2018
My experience with web tools fell exponentially after high school, when computer science courses intrigued me with ‘actual’ programming languages like C++ and Java, with a little Python mixed in with discrete math curriculum.
-
Test Run
12/06/2018
I’ve finally started to get projects up and running thanks to GitHub and frameworks that make deploying a site or web app easy.