Browsing Tag
tutorial
1177 posts
Why Trend-Data Scrapers Silently Fail (And How I Fixed It)
You start a Google Trends scrape. It runs for twenty minutes. It comes back with nothing. You already…
Hoisting
Hoisting in JavaScript is the engine’s behavior of moving declarations to the top of their scope (global or…
Your Tableau Dashboard Needs Two or Three Views, Not Eight
By the end of this page you can look at a folder of eight finished sheets and say…
Built a free browser coding game with Claude to help my community
I started this after noticing how unequal access to coding education was in my community. Some kids had…
Book meetings in Laravel with Wireschedule
Sometimes you want your visitors to be able to book a call or a demo with you, and…
How to build an MCP server, step by step
Short answer To build an MCP server: install an official MCP SDK, declare your tools with typed inputs,…
The 4-part brief that keeps coding agents from drifting
Coding agents usually do not drift because they are incapable. They drift because the task leaves too much…
Locked out of wp-admin? Why WP-CLI works when `wp-login.php` doesn’t
A forgotten password, a security plugin that blocked your own IP by mistake, a plugin bug that turns…
Run and Compare AI Evaluations with a CLI for Developers and Coding Agents
TL;DR: This walkthrough shows how developers and coding agents can use Quantiles, an open-source AI evaluation platform licensed…
Why phpMyAdmin migrations break plugin settings — and why `wp search-replace` doesn’t
After a domain migration or HTTPS switch, “all plugin settings are gone” or “Elementor layouts are broken” is…