On June 25, 2026, I talked at WordPress Lugo meetup about “Make your mark on a project used by hundreds of millions of people“. The slides, in PDF, in Galician language, are available here.
(more…)Author: Jesús Amieiro
-
How to write Latin quotation marks
In some Latin languages, like Galician or Spanish, the recommended form for the quotation marks are the Latin quotation mark: « and ».
It is not easy to write them, so I explain here how to write them in a Spanish keyboard:
(more…) -
My workshop at Lérez Up 2025
On Set 13, 2025, I gave a workshop at Lérez Up 2025 about creating webs, titled “Level Up!
Launch your own web kingdom, without being a vassal of platforms like Instagram or TikTok.”. You can download the slides here (in Galician language). -
Autofirma on macOS
-
Automatically Checking Code Standards Before Committing
It is very common to forget to apply the code standards before committing. As a result, if you have a GitHub action set up to automatically review them, the action will fail.
(more…)
-
A certificate created with Laravel Valet is not valid
Yesterday, I got this error in my local environment, with Laravel Valet:
your connection is not private
(more…)
-
WooCommerce CLI WCEU 2024
You can find the documents related with my workshop (Efficiency Unleashed: A Guide to Automating WooCommerce through CLI) at WordCamp Europe in the next link :
- Slides.
- Scripts (5).
- main_script.sh, with all the steps to be able to reproduce this workshop.
- import_products.sh, to import a list of products from a CSV.
- create_fake_orders.sh, to create to fake customers and orders.
- export_pending_orders.sh, to export a list of previously created orders in pending status.
- export_customer_list.sh, to export a list of the shop’s customers.
- Data to import (2):
- pasta.ods. Spreadsheet with the 5 products to import.
- pasta.csv. CSV file with the 5 products to import.
-
Fosdem 2024
Below, you can find the slides of my FOSDEM 2024 talk: Shaping the Future: Investing Wisely in Long-Term Open Source Development with “Five for the Future”
(more…) -

Installing PHP8.0 on macOS
If you take a look at the PHP supported versions, PHP8.0 is not currently supported.
(more…) -
Displaying information in PHPUnit tests
Sometimes, when you are debugging a PHPUnit test, you need to display some variable or another information in the console.
(more…)