Learn how to build a static API with Node.js. We'll write a node build script that converts local YAML files into a set of structured JSON output files.
An introduction on how to approach building a static API, which serves as the background for several specific tutorials on the topic.
Most APIs today are dynamic. But the Jamstack has provided a path for creating static APIs, which can be incredibly powerful and beneficial in the right scenario.
The headless CMS is a core tenet of the Jamstack approach, a gamechanging approach to building modern websites. Here is an intro to the headless CMS approach.
Migrating to the Jamstack is easier than you would think. Ample's Sean C. Davis outlines how to do it one page at a time.
The Jamstack approach will help you onboard developers more quickly, and increase your overall efficiency. Ample's Sean Davis will tell you how.
Conditional email notifications may be immortal, but we can still figure out how to implement them on emerging Jamstack websites.
A services-oriented architecture is a key component of the Jamstack, as it brings dynamic functionality to static sites. Here's how to get your feet wet by writing your first Netlify function.
Sending conditional email notifications based on the value of a user-submitted form field is still very much a thing, and it can be achieved via fun workaround when using Netlify forms.