August 21, 2018 8:08PM
Internet Native Applications
Serverless
Cloudflare Workers
JavaScript
Speed & Reliability
Programming
I grew up with DOS and Windows 3.1. I remember applications being *fast* - instant feedback or close to it. Today, native applications like Outlook or Apple Mail still feel fast - click compose and the window is there instantly and it feels snappy. Internet applications do not....
July 05, 2018 2:00PM
Debugging Serverless Apps
Serverless
Debugging
The Workers team have already done an amazing job of creating a functional, familiar edit and debug tooling experience in the Workers IDE. It's Chrome Developer Tools fully integrated to Workers. `console.log` in your Worker goes straight to the console, just as if you were debugging locally!...
June 29, 2018 2:00PM
Cryptocurrency API Gateway using Typescript+Workers
Typescript
JavaScript
Serverless
Cloudflare Workers
Crypto
Programming
If you followed part one, I have an environment setup where I can write Typescript with tests and deploy to the Cloudflare Edge with npm run upload. For this post, I want to take one of the Worker Recipes further....
June 27, 2018 2:00PM
Bootstrapping a Typescript Worker
Typescript
JavaScript
Serverless
Cloudflare Workers
Cloudflare Workers allows you to quickly deploy Javascript code to our 150+ data centers around the world and execute very close to your end-user. The edit/compile/debug story is already pretty amazing using the Workers IDE with integrated Chrome Dev Tools....
April 06, 2018 3:00PM
Cloudflare Argo Tunnel with Rust+Raspberry Pi
Rust
Argo Smart Routing
Raspberry Pi
Security
Speed & Reliability
Programming
Cloudflare Tunnel
Serving content from a Rust web server running on a Raspberry Pi from your home to the world, with a Cloudflare Argo Tunnels....