Algolia's team developed a custom Netlify build plugin that indexes sites for search after a deploy is successful. This post is a deep dive into their process and includes insights for developers who are curious about rolling their own custom plugins on the Netlify build infrastructure.
We are still very excited about the Vue Composition API. So in this post, we'll explore how it works, build an event registration form and hook it up with a serverless function to submit the form.
You might have heard about serverless functions, but have you heard about background functions? They're a new kind of serverless functions that can run up to 15 minutes!
Where and how do I call an API in Next.js? How does getStaticProps work? Can I mix and match build time and runtime? Learn all of this and more in this post.
Why have a boring default error page when you can spruce it up? Next.js has a custom static 404 page built right into the framework. Here's how to use it.
If you visited our homepage recently and are from the United States, you might have noticed that we added a small dismissible US Election banner at the top of the page to encourage Americans to make their voice heard and go vote in the upcoming election.
There can be a lot of confusion around why Jamstack is becoming so popular or so widely used. How does it differ from other technology stacks? This animated explainer breaks down the answer to "Why Jamstack?" visually.
In this tutorial, we'll create a Nuxt application with Hasura to create GraphQL endpoints. It's an incredibly smooth developer experience to create a fullstack Jamstack app quickly.
Learn about deploying sites with the Netlify API and Postman. Get the building blocks you need to make use of our API endpoints and get a basic website live!
Nuxt has created a new static configuration option, which works extremely well for Jamstack sites, in particular creating automatic dynamic routes. This post goes over the new feature.
Learn how to build a self-hosted, open-source blog. In this guide, you’ll learn how to deploy Strapi to Heroku & auto-deploy changes to your Netlify site.
Learn how to use Commerce.js and React with Next.js to create your own Jamstack eCommerce sites in this detailed tutorial with demonstrations and code samples.
Netlify and Name.com have teamed up to offer domain names in Netlify’s platform. Learn the basics and how to set up DNS records or use the in-flow DNS hookup with Netlify.
Gatsby is one of the most popular front-end tools in web development today. Learn what it is, what it’s best at, and whether or not it’s right for your site.
If your Jamstack app needs extra power, create a custom back-end for dynamic features! Learn how in this tutorial on creating a custom Strapi back-end.
When the site you are building keeps growing in size and is very large, the time it takes to pre-build that site takes longer too. This article goes into detail about how best to architect your web property to build quickly and with confidence.