Convert Elementor gallery captions into semantic H2 tags using a safe, update-proof Code Snippets method. Improve on-page SEO and accessibility in minutes.
Customize Breadcrumbs for Dynamic pages in Wix Studio
Tired of seeing generic “(Item)” breadcrumbs on your Wix Studio Dynamic Pages? Learn how to create custom breadcrumb trails that display your item’s actual name using Velo code. This step-by-step guide walks you through identifying the right dataset, CMS fields, and breadcrumb IDs—plus exactly how to update the script to suit your project.
Ruby Basics Every Beginner Should Know: Concatenation, Interpolation, Conditionals, and Nesting
Learn the essential Ruby concepts that tripped me up (and then clicked) during coding bootcamp! This beginner-friendly post covers interpolation, conditional logic, nesting, and string concatenation—with clear examples and real explanations that helped me understand how Ruby actually works.
Ruby Loops for Beginners: Start, End, and Infinite Loops Explained
Wondering how Ruby loops really work? This beginner-friendly post covers loop blocks, infinite loops, and how to stop them with break. Clear examples and pro tips from my Bootcamp notes!
Ruby Basics: 5 Beginner Questions Answered Simply
New to Ruby? This beginner-friendly guide answers five common questions I had during coding Bootcamp—including how break works in loops, what == really means, how to name variables, and the difference between puts, print, and p. Clear explanations, helpful examples, and links to more in-depth learning.
What are operators in Ruby?
One of the many Ruby notes I wrote during my coding Bootcamp! This quick explainer covers comparison and logic operators—symbols like == and &&—and how they help Ruby make decisions.
How to Stop YouTube Embeds from Showing Competitor Videos in WordPress (Gutenberg Fix)
Embedding YouTube videos on your WordPress site? You might be promoting competitors without realizing it. Here’s how to fix that using a quick Gutenberg-safe PHP snippet.
Failing to successfully make an image of an old server on Rackspace and move it to Digital Ocean
This post is my notes delving into Dev Ops with minimal success; however, I'm posting it because I'm hopeful that some of the research I found and mistakes I made will help someone else.
I can’t get my WP Snippets PHP to save
Sometimes, when I go to save a Snippets plugin code snippet I get an error that reads, "Could not update snippet. Request failed with status code 403." For me, the issue is that WAF blocked my snippet code from saving. Here's how I get my Code Snippet to save.
Tips for newbies to VS Code
As a designer moving into development in VS Code, here are the tips I wish I would have known when I was just getting started.

