You can just port things to Cloudflare Workers
1–10 of 56 posts
Re: You can just port things to Cloudflare Workers
#2Always wondering how its going for folks that are using Cloudflare Workers as their main infra?
Re: You can just port things to Cloudflare Workers
#3Re: You can just port things to Cloudflare Workers
#4I really like the offering that Cloudflare has with workers, but for me they just seem to be lacking some DX tooling/solutions. Debugging is hell, but for quick projects like this I'll definitely look into it again. These days Railway is my go-to for hosting "throw-away" projects. Always wondering how its going for folks that are using Cloudflare Workers as their main infra?
Most people won't care because the extent of their debugging skills is console.log, echo, print. repeat 5000 times.
Re: You can just port things to Cloudflare Workers
#5Re: You can just port things to Cloudflare Workers
#6[1]: https://astro.build
Re: You can just port things to Cloudflare Workers
#7I really like the offering that Cloudflare has with workers, but for me they just seem to be lacking some DX tooling/solutions. Debugging is hell, but for quick projects like this I'll definitely look into it again. These days Railway is my go-to for hosting "throw-away" projects. Always wondering how its going for folks that are using Cloudflare Workers as their main infra?
Re: You can just port things to Cloudflare Workers
#8I really like the offering that Cloudflare has with workers, but for me they just seem to be lacking some DX tooling/solutions. Debugging is hell, but for quick projects like this I'll definitely look into it again. These days Railway is my go-to for hosting "throw-away" projects. Always wondering how its going for folks that are using Cloudflare Workers as their main infra?
I'm building my entire back-end on CF Workers. The DX was really frustrating starting out, but I'm using Rust/WASM, which means most of my issues get caught at compile time. My suggestion: avoid all the CF offerings (DB, Pages, KV, etc.) and stick with just Workers. They're pretty stable and reliable (more so than Cloudflare itself, hehe), and once you figure out their rough edges, you'll be fine.
Re: You can just port things to Cloudflare Workers
#9No I cannot, because I usually don't use the programming languages it supports.
Re: You can just port things to Cloudflare Workers
#10No I cannot, because I usually don't use the programming languages it supports.
You didn't even bothered to open the link, as it covers how the blogger vibecoded a couple of projects that convert existing projects built with different languages+frameworks to run on Cloudflare Workers.