Bash
One of the common challenges bash script writers face when writing a script which references files in the same directory (or its sub-directories) as the script file.
This is how you create an infinite loop in bash to run a piece of code perpetually at pre-defined intervals.
Monitoring MySQL queries is a favorite pastime of MySQL administrators especially for performance reasons.