Unix has a 'cron' utility that reads a 'crontab' file to run scripts periodically. It has 5 fields that define what time the command is to be executed.
Example crontab entries -
We will build a reusable library that can parse crontab entries and figure out when it will next execute.
As an SDE1, you are expected to be able to solve a problem by writing code, and your code is heavily reviewed by seniors. As an SDE2 it is expected you not only solve problems with code, but you write elegant code that looks beautiful, works performantly, is extendible easily and is highly readable.
This is a great session if you are an SDE1 or early stage SDE2 looking to improve on the expectations from an SDE2.
That said, anyone and everyone is welcome to register if you feel this session adds value
Code that was written during some of the past sessions are available here