get the headlines of the authors’ last post

WordPress provides its own function to accomplish this:

get_most_recent_post_of_user( $user_id );

Source:
https://codex.wordpress.org/Function_Reference/get_most_recent_post_of_user