Skip to main content

Activity feed

1 May 2021 YouTube

What is BEM in CSS?

22 Apr 2021 Blog post

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 — fetched from the Contentful GraphQL API at build time with Next.js.

15 Apr 2021 YouTube

How to use Incremental Static Regeneration in Next.js

13 Apr 2021 Blog post

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 Blog post

Exploring linked entries and assets in Contentful with JavaScript via REST and GraphQL

I set out to explore and investigate the inner workings of the Contentful REST API and GraphQL API in terms of linking assets and entries on a content type in order to understand how we can render links inside Contentful Rich Text fields.

10 Apr 2021 Blog post

How to build, test and release a node module in ES6

Over the last couple of weeks I’ve had incredible fun building the random code generator live on Twitch. At the time of writing this post, I’ve also merged over 70 pull requests into the repository for the application on GitHub. This got me thinking — what if people could use the same silly random code on their own applications to create even more lols on the web?

10 Apr 2021 YouTube

How to use Incremental Static Regeneration in Next.js [Twitch Stream Highlights]

4 Apr 2021 YouTube

I built a random code generator

27 Mar 2021 YouTube

7 free accessibility tools to help you build better websites

17 Mar 2021 Blog post

3 ways to use Puppeteer and Node.js to screenshot web pages and generate Open Graph images for socials

Harness the power of a tool called Puppeteer to take screenshots of browser pages and generate dynamic images to share on your social media accounts. Let’s take a look!