DEV Community

Cover image for Fast And Simple Tips
Everton Tenorio
Everton Tenorio

Posted on • Edited on

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)\""' 
Enter fullscreen mode Exit fullscreen mode

fast-evertontenorio

Top comments (0)