Back to blog

Follow and Subscribe

Leon Brocard

Leon Brocard

Principal Solutions Architect, Fastly

Leon Brocard is an orange-loving Principal Solutions Architect at Fastly with many varied contributions to the Perl community. He loves using open source to get things done. [https://fosstodon.org/@orangeacme](https://fosstodon.org/@orangeacme)
Teaching Coding Agents to Check Their VCL with Fastly FiddleLeon Brocard
Learn how to use Fastly Fiddle to test and verify VCL on real infrastructure. This sandbox tool helps both developers and coding agents debug edge configurations.
AICDN & Delivery+1
Your Fastly VCL deserves an IDE: bringing full VCL language support to Visual Studio CodeLeon Brocard
Editing Fastly VCL just levelled up. Discover the VS Code extension that adds navigation, refactors, inlay hints, and powerful developer tooling.
EngineeringDevOps+1
You own your availability: resilience in the age of third-party dependenciesAnjan Srinivas, Leon Brocard, +1
Understand how third-party dependencies can impact website availability and performance. Discover how edge proxying helps reduce risk, improve resilience, and maintain uptime during third-party outages.
PerformanceSecurity
An illustration of a browser window with a large magnifying glass over the left portion of the screen
Lightweight Latency Measurement with Server-TimingLeon Brocard
Measure end-to-end request latency with Server-Timing. See how origin, Fastly Compute, and CDN delivery timings appear in browser dev tools.
CDN & DeliveryCompute+3
4 Tips for Developers for Using Fastly’s Sustainability DashboardLeon Brocard
Track the real-world emissions of your Fastly workloads. This blog shares practical tips on using the Sustainability dashboard for greener, faster code.
PerformancePlatform+2
Fastest Sites Run on FastlyLeon Brocard
Make your site 25%+ faster with Fastly’s programmable edge. See why the fastest media sites — from Vox.com to Business Insider — run on Fastly.
PerformanceEdge network+1
ETags: What they are, and how to use themLeon Brocard
How to optimize your ETags to speed up your site and reduce calls to your origin without requiring significant code refactoring or content overhaul.
DevOpsEngineering+1
The lengthiest HTTP headersLeon Brocard
Discover how large HTTP headers can impact your web page's loading speed. Learn about essential headers and strategies to optimize their size for better performance.
CDN & DeliveryPerformance+1
Profiling Fastly Compute ApplicationsLeon Brocard
Unlock superior web performance with Fastly Compute. Utilize our edge network and WebAssembly to build fast, secure applications tailored for your users.
ComputePerformance+1
5 tips for creating speedier, more sustainable websites with FastlyLeon Brocard
How can Fastly help improve website performance and digital sustainability? Check out these five key recommendations.
CDN & DeliveryPerformance
It's now easier than ever to write Fastly VCLDora Militaru, Leon Brocard
After last year's release of our Visual Studio Code extension, Fastly VCL, we have an exciting upgrade, to make it even easier.
DevOpsEngineering
How to write Rust unit tests for your Compute applicationLeon Brocard
Wondering if your edge applications are working? Time to test! In this post, we'll explore how to unit test for a Rust application using Viceroy.
ComputeEdge network
Syntax highlight Fastly VCL files in Visual Studio CodeLeon Brocard
With Fastly’s new Visual Studio Code extension, Fastly Varnish Configuration Language (VCL), you can now syntax highlight Fastly VCL code.
DevOpsEngineering
How to test site speed optimizations with ComputeLeon Brocard
In this post, we show how to test site speed modifications before implementing them using Compute and WebPageTest, a web performance tool that uses real browsers, to compare web performance between the original and transformed page versions.
EngineeringCompute
Originless & Cloud-Based Services with Fastly + TerraformLeon Brocard
In a previous post, HashiCorp’s Seth Vargo introduced the Terraform infrastructure-as-code tool for building, changing, and versioning infrastructure. In this post, we’ll cover two cases using Terraform with Fastly: first we’ll create and manage an originless service and then we’ll create and manage a Google Compute Engine instance with a Fastly service in front of it.
DevOpsEngineering
Introducing fastly2git: version change visualizationLeon Brocard
Sales Engineer Léon Brocard created fastly2git, a Git repository for Fastly service changes, making it easy for you to see differences between versions. In this post, Léon discusses how fastly2git works, and how it can help you continue building great services on Fastly.
EngineeringCompute