Fast And Simple Tips
The FAST-type articles I write are practical and straightforward pieces aimed at simply explaining technical topics, such as Linux commands or tips on technologies. You can check them out in the terminal using this command: curl -s "https://dev.to/api/articles?username=evertontenorio" | jq -r '.[] | select(.title | startswith("[FAST]")) | "\"title\": \"\(.title)\", \"url\": \"\(.url)\""'

The FAST-type articles I write are practical and straightforward pieces aimed at simply explaining technical topics, such as Linux commands or tips on technologies.
You can check them out in the terminal using this command:
curl -s "https://dev.to/api/articles?username=evertontenorio" | jq -r '.[] | select(.title | startswith("[FAST]")) | "\"title\": \"\(.title)\", \"url\": \"\(.url)\""'