Skip to main content
whitep4nth3r logo

Activity feed

  1. 15 May 2021

    How to use aria labels in your HTML

    YouTube
  2. 10 May 2021

    What is BEM in CSS?

    Have you ever worked on an application with one huge CSS file and found that when you changed something in one place, something unexpected happened somewhere else? I had this problem a lot in my early days of front end development. It was frustrating! So what can you do to stop this from happening?

    Blog
  3. 3 May 2021

    When to use aria-labels in your HTML

    Confused about when to use aria-label for #a11y? Let's look at one of the most important ways to use aria-labels in your HTML to ensure your website provides contextual information to screen-readers and assistive technologies.

    Blog
  4. 1 May 2021

    What is BEM in CSS?

    YouTube
  5. 22 Apr 2021

    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.

    Blog
  6. 15 Apr 2021

    How to use Incremental Static Regeneration in Next.js

    YouTube
  7. 13 Apr 2021

    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.

    Blog
  8. 13 Apr 2021

    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.

    Blog
  9. 10 Apr 2021

    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?

    Blog
  10. 10 Apr 2021

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

    YouTube
  11. 4 Apr 2021

    I built a random code generator

    YouTube
  12. 27 Mar 2021

    7 free accessibility tools to help you build better websites

    YouTube