We leveraged Netlify Scheduled Functions to automate the task of fetching jobs from Heavybit's portfolio companies into their Jobs page.
We go through how Sanity can be used as a headless CMS to create and manage content.
Omar Benseddik2022-09-11 · 14 min
JavaScript code is executed synchronously. In other words, from top to bottom and one line at a time.
First, the code will execute the function and know what to return when getText()...
Omar Benseddik2020-08-30 · 4 min