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 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.
One of the reasons I keep on with Turbo Admin is that I’ve had some major validation of the idea in the form of investment offers and even – no, I can’t believe it either – offers to buy it! I’ve been really encouraged by these offers. Here’s my thoughts on the idea of selling […]
I’m FINALLY getting around to chipping away at Turbo Admin's next steps. But how do I make "frameworky" things in JavaScript?
There was some interesting chatter a while ago in my tech social bubbles about the tiny decline in WordPress’s CMS market share. This was followed by some interesting Twitter replies. But I chose to pick up on my friend Keith Devon’s response: And it caused me to reflect on how I now build small/quick sites […]
Let’s not start with nav menus. Let’s start somewhere else… What do Github, Laravel Forge, MacOS, VS Code, Sublime Text, JetBrains IDEs like PHPStorm, Google Chrome’s dev tools, Windows Terminal, the Warp terminal application, and Netlify all have in common? They all have “command palettes” – as do an increasing number of both native and […]
There’s a sort-of-joke that there’s a bunch of things that all developers are supposed to code from scratch at some point in their career. A blog. A to-do list app. The “canonical” applications. And one of these is a static site generator. I’ve actually never built any of these things from scratch. But while making […]