We leveraged Netlify Scheduled Functions to automate the task of fetching jobs from Heavybit's portfolio companies into their Jobs page.

Burak Tarım2022-11-06 · 4 min
We go through how Sanity can be used as a headless CMS to create and manage content.

Omar Benseddik2022-09-11 · 13 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