Play Console languages

โ™Š๏ธŽ Using Google Gemini to intelligently translate a Flutter app to many locales on Linux

I have created a collection of assorted scripts to translate my flutter apps to multiple languages. Here I share some of this magic with the world.

Continue reading "โ™Š๏ธŽ Using Google Gemini to intelligently translate a Flutter app to many locales on Linux"

๐Ÿ–ต A very sad tale about an old man and his beloved Nvidia GeForce 210 GPU

Up until recently, I had been running the Long-Term-Support version of Ubuntu 20 (Focal Fossa) on my dev machine. When I’m in the middle of multiple software projects, the last thing I need is a failed upgrade. So I kept postponing. Every once in a while, I would tell the software updater: “Not today!” And …

Continue reading "๐Ÿ–ต A very sad tale about an old man and his beloved Nvidia GeForce 210 GPU"

๐Ÿ“ฆ Two dockerized WordPress sites, with Let’s Encrypt, logging, SMTP relay, controlled by a systemd service, and daily backups

Or, How I learned to stop worrying and love docker compose.

Continue reading "๐Ÿ“ฆ Two dockerized WordPress sites, with Let’s Encrypt, logging, SMTP relay, controlled by a systemd service, and daily backups"

๐Ÿง Blueberry cupcake string placeholders

Apologies to my usual readers, but this post is not going to be technical. It’s about a dream I just had, today, Monday the 27th. In my dream, I was programming a custom SQL query for some WordPress plugin. The query was an INSERT statement, that simply passed a vector of strings into a table …

Continue reading "๐Ÿง Blueberry cupcake string placeholders"

๐Ÿ’ฉ Please, WordPress theme and plugin developers, learn to write proper HTML already… smh

Use PHP output buffering in WordPress to interpolate HTML code and dynamic values in a way that’s more readable.

Continue reading "๐Ÿ’ฉ Please, WordPress theme and plugin developers, learn to write proper HTML already… smh"

๐Ÿ—จ Dismissible notices that persist when refreshing the WordPress admin screens

In this article we will go through some code that I like to use to make dismissible notices where the dismissal persists between page refreshes in the WordPress administration screens.

Continue reading "๐Ÿ—จ Dismissible notices that persist when refreshing the WordPress admin screens"
WordPress Checklists

โ˜‘ WordPress checklists to go through before publishing a theme or plugin

In this meta-article I will list eight WordPress checklists and a book that you will want to go through, before you publish a theme or plugin.

Continue reading "โ˜‘ WordPress checklists to go through before publishing a theme or plugin"