Skip to main content

Activity feed

  1. YouTube

    Next.js + Spotify API beginner tutorial

    In this video I'm joined by Ebonie — web developer, Metal DJ and Twitch streamer — where we set up a new project in Next.js to curate music recommendations using the Spotify API.

    This video goes in-depth on the structure of a Next.js application, with some tips and tricks on how to make your project more accessible and improve the developer experience.

  2. Article

    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.

  3. Article

    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!

  4. Article

    How to add Algolia InstantSearch to your Next.js application

    Every content website needs a search box.

  5. Event

    How to prevent the collapse of society by building an accessible web @ JS Monthly London

  6. Talk

    How to prevent the collapse of society by building an accessible web

    It’s 2031. Society, as we knew it in 2021, has officially collapsed. How do you ensure your website is accessible amidst a raging apocalypse?

  7. Article

    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.

  8. Podcast

    Empowering developers as DevRel, boosting live coding and accessibility

  9. Article

    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.

  10. Article

    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.

  11. YouTube

    How to use aria labels in your HTML

  12. Article

    What is BEM in CSS?

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