df -h hanging on Ubuntu

During a migration from one server to another I used nfs to mount the remote older server to the new server to rsync content across faster. After the process was completed I deleted the older server, but didn’t unmount the drive before hand. Because of this, every time that I tried to ls on the… Continue reading df -h hanging on Ubuntu

Implementing 429 retries and throttling for API rate-limits

This is a cracking article/tutorial about how to handle requests made to a third party API that is rate limited. Learn how to handle 429 Too Many Requests responses when consuming 3rd party APIs. — Read on www.useanvil.com/blog/engineering/throttling-and-consuming-apis-with-429-rate-limits/

Improve 3rd party API performance

This is a work in progress…. https://developers.cloudflare.com/workers/examples/bulk-origin-proxy https://developers.cloudflare.com/workers/examples/cors-header-proxy Returning basics: https://developers.cloudflare.com/workers/examples/return-json Suite of functions that can help (too prerolled but bits to copypasta) https://github.com/markusahlstrand/cloudworker-proxy