I've spent years in WordPress — building, fixing, scaling, monitoring — and more recently building automation workflows with Zapier and GoHighLevel. Most of what I've learned came from breaking things, reading source code at 2am, and figuring it out because nobody else was going to.
This blog is where I'll start writing that down: notes on WordPress internals, automation patterns that actually hold up in production, and the CS fundamentals I'm filling in now as I work through a formal degree alongside the practical experience.
A short code block, just to prove the theme handles them:
const post = {
status: 'draft',
topics: ['wordpress', 'automation', 'cs-fundamentals'],
};
More soon.