The article reviews a recent code challenge focused on creating a notification service for movies and TV series using The Movie Database (TMDb) API. Participants were tasked with sending HTML emails that included now playing and upcoming movies, as well as popular and on-the-air TV series, by querying four specific TMDb API endpoints. The project involved the use of caching to prevent duplicate emails, decorators, and classes, and was implemented using the tmdbsimple library to interface with the API. An additional feature discussed was the potential for integrating a Twitter bot. A notable contribution from a participant, santiagobenitez, included a script that uses argparse for filtering movies by genre, year, and vote average, and employs the Mailgun service for sending emails. The challenge also incorporated elements of Python and Flask, with plans for future expansion to include filters and a GUI application, while emphasizing that there is no fixed deadline for participation.