Skip to main content

Activity feed

23 Jun 2021 Event

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

22 Jun 2021 Published a 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. 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?

14 Jun 2021 Blog post

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!

7 Jun 2021 Podcast

Empowering developers as DevRel, boosting live coding and accessibility

27 May 2021 Blog post

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.

26 May 2021 Blog post

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.

16 May 2021 Blog post

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.

15 May 2021 YouTube

How to use aria labels in your HTML

10 May 2021 Blog post

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?

3 May 2021 Blog post

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.