Tagged "Jamstack"

Image Upload and Metadata Extraction with Netlify Functions

This article discusses how to upload images using Netlify Functions, store them in Cloudinary and extract Exif metadata for further usage.

Uploading and Displaying Videos with Next.js

In this article we put together a project to demonstrate how to upload and display videos using Next.js

Media Asset Management in the Jamstack

What are the best ways to manage media assets for a Jamstack project? The aim of this article is to discuss your options.

There's an API for that

The A in the Jamstack refers to APIs. In this post we take a look at how and why APIs matter for the Jamstack.

Introduction to the Jamstack

The aim of this article is to introduce the Jamstack. What is it about? What benefits are there for those who use it? These are the questions we will answer while having an overview of some of the services that can be used under the umbrella of the stack.

Using Next.js and Auth0

Server-side rendering is an exciting​ concept especially when authentication is also part of an application. In this article, we take a look at how to achieve authentication using SSR.