Our Journal.
Thoughts, tutorials, and case studies from our team. We explore the intersections of design, technology, and business.

WooCommerce: Build a Plugin from Scratch, Use AI, or Buy One?
“I need a specific feature, but no existing plugin does exactly what I want. Should I develop a custom plugin, try using AI, or settle for an off-the-shelf solution?” It’s not an easy choice. Each option has its pros and cons, and the right decision depends on your time, budget, technical expertise, and business goals.

Inline PHP Syntax Check in JOE Editor
If you love JOE as your text editor on Linux, you surely notice the absence of built-in PHP syntax checking. With modern IDEs you get errors highlighted in real time, whereas with JOE you have to save, exit, run php -l filename.php from the terminal, then reopen the editor… tedious and disruptive. Let’s see how you can get it inline inside the editor.