Published onApril 4, 2023Spotting and Avoiding Heap Fragmentation in Rust ApplicationsTechnicalRustOne of our Rust services started to show an odd memory profile. This is the story of how we investigated the issue.
Published onMarch 24, 2023Securely Verifying Signature HashesSecurityTechnicalWebhooksVerifying webhooks signatures requires constant time comparisons and why Svix offers verification libs.
Published onMarch 17, 2023Why you need to add webhooks to your PLG playbookWebhooksWhy you need to add webhooks to your PLG playbook and some examples of how webhooks drive growth.
Published onMarch 12, 2023We Had a Partial Outage in the US regionNewsWe had a partial outage in the US region on Saturday the 11th of March (yesterday).
Published onMarch 9, 2023Receiving Webhooks with Netlify FunctionsTutorialWebhooksHow to create a webhook endpoint in Netlify Functions that will verify the webhook signature.