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"