Learn more about Workers Sites at Austin & San Francisco Meetups

Andrew Fitch
3 min readintermediate
--
View Original

Overview

The article discusses the recent announcement of Workers Sites by Cloudflare, which allows developers to deploy entire websites directly to the Cloudflare Network using the Wrangler CLI. It highlights upcoming meetups in Austin and San Francisco where developers can learn more about the product and network with contributors.

What You'll Learn

1

How to deploy static websites using Cloudflare Workers and Workers KV

2

Why scalability and performance are critical in serverless platforms

3

When to utilize the Wrangler CLI for website deployment

Key Questions Answered

What are Workers Sites and how do they work?
Workers Sites is a feature that allows developers to deploy entire websites directly to the Cloudflare Network using the Wrangler CLI. It leverages Cloudflare Workers and Workers KV to serve static assets globally across 194 cities in over 90 countries.
What topics will be covered in the upcoming meetups?
The meetups will cover two main talks: one on growing developer platforms at scale and another on extending a serverless platform to deploy static websites. Attendees will also have the opportunity to network with developers involved in the Workers Sites project.
Who are the speakers at the meetups and what are their backgrounds?
The speakers include Victoria Bernard, a full-stack engineer focused on Cloudflare Workers Developer Experience, and Ashley Lewis, who led the development of Workers Sites. Both have extensive experience in product development and user experience.
What is the agenda for the Austin and San Francisco meetups?
The agenda includes doors opening at 6:00pm, followed by two talks at 6:30pm and 7:00pm, and networking over food and drinks at 7:30pm, concluding the event by 8:00pm.

Key Statistics & Figures

Number of cities in Cloudflare's global network
194
This extensive network allows for fast and efficient delivery of static assets.
Number of countries covered by Cloudflare
90
This global reach ensures that websites deployed via Workers Sites can serve users from various locations effectively.

Technologies & Tools

Backend
Cloudflare Workers
Used for deploying serverless applications and static sites.
Database
Workers Kv
A key-value store used to manage short-lived data for applications.
Tool
Wrangler CLI
A command-line interface for deploying websites to Cloudflare.

Key Actionable Insights

1
Consider attending the meetups to gain firsthand knowledge from developers who built Workers Sites.
Networking with contributors can provide insights into best practices and potential use cases that can enhance your development projects.
2
Utilize the Wrangler CLI for deploying static sites to leverage Cloudflare's global network.
This can significantly improve your site's performance and scalability, especially if you are working on applications that require fast global delivery.
3
Explore the technical blog post linked in the article for deeper insights into the architecture of Workers Sites.
Understanding the underlying technology can help you make informed decisions about integrating it into your projects.

Common Pitfalls

1
Failing to understand the limitations of serverless platforms can lead to unexpected challenges.
Developers may assume that serverless solutions are a one-size-fits-all approach, but it's essential to evaluate specific use cases and performance needs.

Related Concepts

Serverless Architecture
Static Site Generation
Cloudflare Services
Developer Experience In Cloud Platforms