⚙️ Engineering Cloudflare Verified

Workers Best Practices

Review and author Cloudflare Workers code against production best practices. Checks streaming, floating promises, global state, secrets, bindings, and observability.

cloudflare performance

When to use

Use when writing new Workers, reviewing Worker code, or checking for common anti-patterns.

Examples

Review Worker code

Audit a Worker for production anti-patterns

Streaming patterns

Implement proper streaming in Workers