(no title)
kStadler01 | 1 month ago
Always wondering how its going for folks that are using Cloudflare Workers as their main infra?
kStadler01 | 1 month ago
Always wondering how its going for folks that are using Cloudflare Workers as their main infra?
csomar|1 month ago
locknitpicker|1 month ago
Cloudflare Workers support WASM, which is how they support any runtime beyond JavaScript. Cloudflare Worker's support for WASM is subpar, which is reflected even in things like the Terraform provider. Support for service bindings such as KV does not depend on WASM or anything like that: you specify your Wrangler config and you're done. I wonder what you are doing to end up making a series of suboptimal decisions.
huijzer|1 month ago
NamlchakKhandro|1 month ago
Most people won't care because the extent of their debugging skills is console.log, echo, print. repeat 5000 times.
hyperbovine|1 month ago
https://tedspence.com/the-art-of-printf-debugging-7d5274d6af...
grey-area|1 month ago
After that it doesn’t matter much which tool you use to verify assumptions.
locknitpicker|1 month ago
I don't agree. The first thing any developer does when starting out a project is setting up their development environment, which includes being able to debug locally. Stdout is the absolute last option on the table, used when all else fails.
locknitpicker|1 month ago
Cloudflare in general is a DX mess. Sometimes it's dashboard doesn't even work at all, and is peppered with error messages. Workers + Wrangler + it's tooling doesn't even manage to put together a usable or coherent change log, which makes it very hard to even track how and why their versioning scheme should be managed.
Cloudflare is a poster child of why product managers matter. They should study AWS.
koakuma-chan|1 month ago