Activity feed
-
22 Apr 2021
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.
-
15 Apr 2021
How to use Incremental Static Regeneration in Next.js
-
13 Apr 2021
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.
-
13 Apr 2021
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.
-
10 Apr 2021
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?
-
10 Apr 2021
How to use Incremental Static Regeneration in Next.js [Twitch Stream Highlights]
-
4 Apr 2021
I built a random code generator
-
27 Mar 2021
7 free accessibility tools to help you build better websites
-
17 Mar 2021
3 ways to use Puppeteer and Node.js to screenshot web pages and generate Open Graph images for socials
Take screenshots of browser pages and generate dynamic images to share on your social media accounts.
-
13 Mar 2021
My Twitch live coding setup in OBS
I often receive questions about how I set up OBS to stream live coding on Twitch — so let’s take a look!
-
8 Mar 2021
How to generate an RSS feed for your blog with JavaScript and Netlify functions
On demand RSS feeds — a neat use for serverless functions.
-
26 Feb 2021
How to make your code blocks accessible on your website
How do you ensure your code blocks adhere to Web Content Accessibility Guidelines (WCAG) standards?