Skip to main content
whitep4nth3r logo

Blogs and tutorials

  1. 10 Oct 2021

    Next.js Dynamic Routes with Contentful's GraphQL API — with Jason Lengstorf

    In this episode of Learn with Jason, I teach Jason how to use Contentful’s GraphQL API to power Next.js dynamic routes.

    GraphQL 90 min read →
  2. 4 Oct 2021

    What is a REST API?

    REST? API? What does it all mean? Let’s break it down.

    Web Dev 8 min read →
  3. 16 Sep 2021

    Ecommerce and Next.js on the Jamstack — with Colby Fayock

    I sat down with Colby Fayock to chat about Next.js and how all of its features help enable developers to build great experiences on the web.

    Web Dev 48 min read →
  4. 7 Sep 2021

    How to build a personalized image social sharing app with Cloudinary and Next.js

    Encourage your event attendees to share their tickets for your next virtual event!

    Tutorials 11 min read →
  5. 1 Sep 2021

    Why I love building with Next.js — a fireside chat with Cassidy Williams of Netlify

    I joined Cassidy Williams to talk about the performance benefits of Next.js, and how developers can make the most of the JavaScript framework.

    JavaScript 1 min read →
  6. 11 Aug 2021

    What is an API?

    Let's learn about application programming interfaces.

    Web Dev 9 min read →
  7. 4 Aug 2021

    A Next.js complete beginner tutorial using the Spotify API

    I'm joined by Ebonie (metalandcoffee_) where we set up a new Next.js and Spotify API project to curate music recommendations.

    Tutorials 1 min read →
  8. 11 Jul 2021

    How to avoid using relative path imports in Next.js

    Say goodbye to ../really/long/and/silly/paths/to/components in your Next.js application and define absolute imports with a jsconfig.json file.

    Snippets 1 min read →
  9. 8 Jul 2021

    How I set up my new Next.js projects with a handy bash script

    After I create a new Next.js application I run this bash script to prepare my app for development — just the way I like it. Give it a try!

    Snippets 1 min read →
  10. 1 Jul 2021

    How to add Algolia InstantSearch to your Next.js application

    Every content website needs a search box.

    Tutorials 9 min read →
  11. 14 Jun 2021

    How to filter entries by linked references in GraphQL

    Check out this quick guide that shows you how to get the data you need using the linkedFrom field in your query.

    Tutorials 4 min read →
  12. 27 May 2021

    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.

    Tutorials 4 min read →
  13. 16 May 2021

    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.

    Tutorials 3 min read →
  14. 10 May 2021

    What is BEM in CSS?

    Did you change CSS somewhere and something unexpected happened somewhere else? I have the solution for you.

    CSS 4 min read →
  15. 3 May 2021

    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.

    Tutorials 3 min read →