Skip to main content
whitep4nth3r logo

Activity feed

  1. 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!

    Blog
  2. 1 Jul 2021

    How to add Algolia InstantSearch to your Next.js application

    Every content website needs a search box.

    Blog
  3. 23 Jun 2021

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

    Event
  4. 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. How do you ensure your website is accessible amidst a raging apocalypse?

    Talk
  5. 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.

    Blog
  6. 7 Jun 2021

    Empowering developers as DevRel, boosting live coding and accessibility

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

    Blog
  9. 15 May 2021

    How to use aria labels in your HTML

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

    Blog
  11. 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.

    Blog
  12. 1 May 2021

    What is BEM in CSS?

    YouTube