Posts tagged with GraphQL
Uploading files with Spring and GraphQL
In this tutorial I'll cover how you can upload files using Spring boot and GraphQL.
Creating your own nodes with Gatsby
So far, we’ve seen how to use WordPress, Craft CMS and JSON data with Gatsby, but what if you want to use other data with Gatsby, which isn…
Securing your GraphQL API with Spring Security
In this tutorial, I'll show how you can use Spring Security with Spring boot and GraphQL.
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.
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.
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.
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.
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.
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.
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.