Skip to main content
whitep4nth3r logo

Activity feed

  1. 4 Aug 2021

    A Next.js complete beginner tutorial using the Spotify API

    In this video I'm joined by Ebonie (metalandcoffee_) — 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.

    Blog
  2. 3 Aug 2021

    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.

    YouTube
  3. 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.

    Blog
  4. 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 with npx create-next-app, I run this bash script to prepare my app for development — just the way I like it. And then I tell myself to have a nice day! Give it a try!

    Blog
  5. 1 Jul 2021

    How to add Algolia InstantSearch to your Next.js application

    By the time I had written 15 blog articles on my website, it was getting a little tricky to find what I was looking for in a hurry! So I set out to implement search functionality on my blog.

    Blog
  6. 23 Jun 2021

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

    Event
  7. 22 Jun 2021

    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. Broken hardware and a very slow internet connection are all we have left. Accessibility on the web is now paramount to the survival of the human race. But how do you ensure your website is accessible amidst a raging apocalypse?

    Talk
  8. 14 Jun 2021

    How to filter entries by linked references in GraphQL

    Do you want to filter your blog posts by linked topics such as “javascript” or “tutorial” via GraphQL? Check out this quick guide that shows you how to get the data you need using the linkedFrom field in your query — it’s pretty nice!

    Blog
  9. 7 Jun 2021

    Empowering developers as DevRel, boosting live coding and accessibility

    Podcast
  10. 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.

    Blog
  11. 26 May 2021

    Rich Text field tips and tricks from the Contentful DevRel team

    The Contentful Rich Text field is powerful. But how can you make the most of it? Level up your Rich-Text game with a growing list of top tips from the Contentful DevRel team.

    Blog
  12. 16 May 2021

    How to make your font sizes accessible with CSS

    Everyone uses the web differently. Here's how to make sure your website respects font size preferences specified in browser settings using two important CSS concepts.

    Blog