Activity feed
-
How to use GitHub actions and Contentful webhooks to show your latest blog posts on your GitHub README
Want to show your latest blog posts on your GitHub README? Here's how I do it using the power of GitHub actions and webhooks in Contentful.
-
How to make your font sizes accessible with CSS
Here's how to make sure your website respects font size preferences specified in browser settings using two important CSS concepts.
-
How to use aria labels in your HTML
-
What is BEM in CSS?
Did you change CSS somewhere and something unexpected happened somewhere else? I have the solution for you.
-
When to use aria-labels in your HTML
This is one of the most important ways to use aria-labels so your code provides contextual information to screen-readers and assistive tech.
-
What is BEM in CSS?
-
Paginating your Contentful blog posts in Next.js with the GraphQL API
In this post, we’re going to build a set of article list pages that display a number of blog post summaries per page.
-
How to use Incremental Static Regeneration in Next.js
-
Rendering linked assets and entries in the Contentful Rich Text field
Take a deep dive into rendering linked assets and entries in the Contentful Rich Text field using both the REST and GraphQL APIs.
-
Exploring linked entries and assets in Contentful with JavaScript via REST and GraphQL
An investigation into the inner workings of the Contentful REST API and GraphQL API.
-
How to build, test and release a node module in ES6
If you Google "build test release npm module" this is the top result. Cool, huh?
-
How to use Incremental Static Regeneration in Next.js [Twitch Stream Highlights]