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
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....
June 25, 2018 3:16PM
Using Webpack to bundle your Workers modules
Cloudflare Workers
Serverless
JavaScript
Throughout this post, we’ll use contrived examples, shaky metaphors, and questionably accurate weather predictions to explain how to bundle your Service Worker with Webpack....
June 22, 2018 2:00PM
Building a serverless Slack bot using Cloudflare Workers
Our Workers platform can be used for a ton of useful purposes: for A/B testing, storage bucket authentication, coalescing responses from multiple APIs, and more. But Workers can also be put to use beyond "HTTP middleware": a Worker can effectively be a web application in its own right....