New! Deliver web projects 10x faster. Get the free enterprise paper

Blog

Exploring the JAMstack, static sites, and the future of web development. Subscribe to our newsletter to make sure you don't miss anything.

All posts / Guides & Tutorials

Forms and Functions

In previous posts, we’ve raved about how awesome forms are, especially when you get to take full advantage of them without having to even configure a backend to handle data collection. In this post, we cover how we can turbocharge our form workflows with serverless functions.

By Divya Sasidharan in Guides & Tutorials

Saving with Serverless 

Side projects are especially awesome when they help you solve a real-life problem. During a recent problem-solving expedition I encountered a roadblock that I’d bet prevents a lot of us developers from finishing our side projects: just because a solution is possible, doesn’t mean it’s …

By Brian Douglas in Guides & Tutorials

Starting with Webpack from scratch

Webpack is a build tool for modern web applications. When Webpack bundles your application, it recursively builds a dependency graph that includes every module your application needs. From this graph it then packages all of those modules into one or more bundles.

By Brian Douglas in Guides & Tutorials