WordPress REST API Auth nonces in POST requests
If you're using a script that uses cookie authentication with the WordPress REST API then you may also need a nonce. Here's how to make this work!
Creativity, curiosity, and code
If you're using a script that uses cookie authentication with the WordPress REST API then you may also need a nonce. Here's how to make this work!
I want to talk (again) about friction. Things that slow us down. How some friction is good, and some is bad.
A super simple asset-watching script and "LiveReload" functionality. All fitting with my values. Let's see what it looks like!
I can't use any of my favourite note-taking apps at work. But I can use a web browser and I can write JavaScript. The logical conclusion is, of course, that I should build my own!
This time it's a static-file-driven, mobile-app-like blog. And the tooling I made should be usable on any simple WordPress blog! But... WHY???
I now have a process that gets me small, fast, side-project websites for virtually zero cost. Let's see how it works...
The web used to be fun and simple and easy to get stuff done with. Now it's discovering that someone who doesn't know what they were doing used a div instead of a button and fixing it involves half a day of frustratedly poking around files that make no sense and fixing a broken build process.
The experimental "command center" is coming to WordPress core. What do I think of it? And what does it mean for my own "command palette" product, Turbo Admin?
WOW! I made a properly "magic method" WordPress plugin that allows you to just write a function name, and have that function created for you by an AI. It just works! (Some of the time).
I’m FINALLY getting around to chipping away at Turbo Admin's next steps. But how do I make "frameworky" things in JavaScript?