If you have problems using AutoFirma on macOS, you can follow these video tutorials to get help about most regular problems.
(more…)Author: Jesús Amieiro
-
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…) -
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.
(more…) -
Git workflows: use Git efficiently
Below, you can find the presentation of the Commit Conf 2023 session (in Spanish).
(more…) -
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.
(more…)