Posts tagged with GraphQL

Featured image for "Uploading files with Spring and GraphQL"
Java

Uploading files with Spring and GraphQL

In this tutorial I'll cover how you can upload files using Spring boot and GraphQL.

Read more →
Featured image for "Creating your own nodes with Gatsby"
JavaScript

Creating your own nodes with Gatsby

Read more →
Featured image for "Securing your GraphQL API with Spring Security"
Java

Securing your GraphQL API with Spring Security

In this tutorial, I'll show how you can use Spring Security with Spring boot and GraphQL.

Read more →
Featured image for "Working with Gatsby and Craft CMS"
JavaScript

Working with Gatsby and Craft CMS

In this tutorial I'll build a blazing-fast static website with Gatsby on top of a Craft CMS blog.

Read more →
Featured image for "Using JSON with Gatsby"
JavaScript

Using JSON with Gatsby

Earlier, we've seen how we can use the gatsby-source-wordpress plugin to retrieve blog posts using the WordPress API. In this tutorial, we'll explore another possible source of information that Gatsby can use, such as JSON.

Read more →
Featured image for "Adding syntax highlighting with WordPress and Gatsby"
JavaScript

Adding syntax highlighting with WordPress and Gatsby

For Markdown, there are plugins to add syntax highlighting to your Gatsbby website. In this tutorial we'll explore the alternatives for adding syntax highlighting through WordPress.

Read more →
Featured image for "Optimize loading images with WordPress and Gatsby"
JavaScript

Optimize loading images with WordPress and Gatsby

Displaying embedded images within WordPress posts using Gatsby is officially unsupported, but in this tutorial we'll explore alternatives.

Read more →
Featured image for "Adding reading time with Gatsby"
JavaScript

Adding reading time with Gatsby

Popular online blogging platforms like Medium add an estimated reading time to each post. In this tutorial we'll achieve the same thing by using Gatsby.

Read more →
Featured image for "Working with Gatsby and pagination"
JavaScript

Working with Gatsby and pagination

Gatsby is an awesome static site generator, and in this tutorial I'll look at how to implement pagination using Gatsby.

Read more →
Featured image for "Creating pages with Gatsby"
JavaScript

Creating pages with Gatsby

Gatsby has a large set of APIs, and one of them is to programmatically create new pages. In this tutorial we'll use this API to create detail pages for each blogpost.

Read more →