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!...
July 02, 2018 6:50PM
Serverless Performance: Cloudflare Workers, Lambda and [email protected]
Cloudflare Workers
Speed & Reliability
Serverless
JavaScript
Programming
A few months ago we released a new way for people to run serverless Javascript called Cloudflare Workers. We believe Workers is the fastest way to execute serverless functions, but lets prove it....
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 28, 2018 6:40PM
Delivering a Serverless API in 10 minutes using Workers
Cloudflare Workers
Serverless
Chrome
SSL
Security
JavaScript
API
In preparation for Chrome’s Not Secure flag, which will update the indicator to show Not Secure when a site is not accessed over https, we wanted people to be able to test whether their site would pass....
June 28, 2018 2:00PM
T-25 days until Chrome starts flagging HTTP sites as "Not Secure"
HTTPS
Chrome
Serverless
Cloudflare Workers
Less than one month from today, on July 23, Google will start prominently labeling any site loaded in Chrome without HTTPS as "Not Secure"....
June 27, 2018 2:00PM
Bootstrapping a Typescript Worker
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....