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.
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
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 links:
- 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):
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”
Installing PHP8.0 on macOS
If you take a look at the PHP supported versions, PHP8.0 is not currently supported.
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.
Applying patches with Git and curl or wget
There are some methods to apply the code from a pull request (PR) to a base branch.
Git workflows: use Git efficiently
Below, you can find the presentation of the Commit Conf 2023 session (in Spanish).
Using the GitHub CLI to review PR
The GitHub CLI has a lot of interesting functionalities. If you usually review PR in your local machine, it has a command to switch your local branch to the PR branch, so you can start reviewing it in a few seconds.
WordPress and the REST API
Below, you can download the PDF (in Spanish) with my presentation used in the workshop «”WordPress and the REST API: using WordPress as a content management system in external applications” at WordCamp Zaragoza 2023.