Posts within the Tutorials category

Featured image for "Using EhCache 3 with Spring boot"
Java

Using EhCache 3 with Spring boot

Caching is a common operation when developing appllications. Spring provides an abstraction on top of all different caching libraries to make this even easier.

Read more →
Featured image for "Updating your Gatsby site when WordPress posts are published"
Other

Updating your Gatsby site when WordPress posts are published

During the last few weeks, I've covered most steps I took when moving from WordPress to a headless WordPress setup with Gatsby. One of the questions I often see is, "how do I update my Gatsby site when a post is published or updated?". In this tutorial, I'll cover what you need to know.

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 "Writing your own Gatsby plugin"
JavaScript

Writing your own Gatsby plugin

So far, I've written several tutorials about using Gatsby. What they have in common, is that they all depend on certain Gatsby plugins. In this tutorial, I'll explore the options you have when creating your own Gatsby plugin.

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 →
Featured image for "Difference between Mono and Flux"
Java

Difference between Mono and Flux

Project Reactor introduced us two specific types of publishers, being Mono and Flux. In this tutorial we'll see what they mean and what we can use them for.

Read more →