RSSAmplifier

Blog

Jon Openshaw | Fullstack Software Engineer & Experienced SEO Leader

Personal site of Jon Openshaw. Fullstack Software Engineer & Experienced SEO Leader. Ruminations, roundups and the like on code, SEO, and being alive.

jonopens.comRSS feed ↗12 posts

Latest posts

[essay] On Failure (& Layoffs)

Sometimes we fail. We fail and we feel lost and depleted and scared. So what do we do with those feelings? Me? I write self-flagellating, unfunny essays in an effort to cradle the splinters of my fragile ego while introspecting to the point of violent illness. Onward!

[Dev] Purposeful Development Landing Page

A simple lead form for my consulting work. Live at purposeful.dev

[Dev] Sitemapper

WIP tool to learn Go and run health & indexation reports on XML sitemaps for SEO.

Things I Learned About: January 2024 Edition

A rundown of all the things I learned about in my travels this past month (Jan 2024).

React Disco Floor Fever: Making a Disco Floor App

At the end of last year, I had the idea to make a Disco Floor making app. I finally got around to completing the first version. It's missing a lot but I've enjoyed it a ton and wanted to pull some thoughts together on it.

[Dev] React Disco Floor Pattern Builder

It's a disco floor pattern builder and player I made, originally so I could show my niece.

From SEO to Web Development: Making a Pivot to Code

I've never done anything as rewarding, or as reckless, as making the jump to programming/development/software engineering, but it's worth it to be the source of your own momentum, even if just for a bit.

A "Proof" of the Monty Hall Problem in JS

After an unexpected reintroduction to the Monty Hall Problem, I try to test its premise in JavaScript.

MutationObserver & Monitoring Changes to the DOM

MutationObserver objects can be useful to act after changes are made to the DOM.

Simple Bubble Chart in D3.js

Quick guide on getting a simple bubble chart set up in D3.js.

Useful Unix CLI Applications with Examples

A brief primer on some common Unix command line tools. Super beginner level.

Parsing XML Sitemaps in Ruby with Nokogiri

A short guide on how to consume XML sitemaps in Ruby using the Nokogiri gem and get at the good stuff.