• Weekend Project: Simple notes app

    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!

  • I made a(nother) static site generator

    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’m tired of web dev

    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.

  • Is Turbo Admin for sale?

    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 […]

  • Back to Turbo Admin

    I’m FINALLY getting around to chipping away at Turbo Admin's next steps. But how do I make "frameworky" things in JavaScript?

  • Why I love (and how I make) simple, static, minimal-tech websites

    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 […]

  • I know nothing, really, but could nav menus be a browser API?

    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 […]

  • Things all developers need to make in their career #17: A static site generator

    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 […]