Awesome resources to learn more about accessibility 📚⚒️

Originally posted on DEV

As developers, we have the power to shape experiences with code. We learn about data structures, algorithms, databases, testing, security…. yet accessibility isn’t something that’s seen as core to engineering. More often than not, a lot of us — including myself — make assumptions about our users and write code based on those assumptions.

Recently, I decided to deep-dive into best web accessibility practices. I’ve discovered that there are tons of amazing resources and tools out there!

Here are some that I’ve found extremely helpful in aiding my learning!

Articles & Blog posts đź“‘

Two from Max Antonucci on DEV. I HIGHLY recommend his writing:

Neat Videos đź“ą

Podcasts 🎧

Guides / References

If you know of any other websites known to do accessibility well, let me know!

Accessibility Tooling

  • Google Lighthouse Test: if you use Google chrome, this should be available in your Developer tools tab. You can run this on any web page and generate a report on accessibility which tells you what can be improved.
  • Axe Chrome Extension: Somewhat similar to Lighthouse, but more light-weight.

Final Thoughts

The idea that anyone should be able to access the web is fundamental to inception of the web.

In fact, here’s a quote from Tim Berners-Lee, the creator of the world wide web:

The power of the web is in its universality. Access by everyone regardless of disability is an essential aspect.

By not taking time to learn or even think about accessibility, we as developers are likely creating invisible barriers with code. There’s an abundance of tools and resources out there to help create a universally accessible experience on the web. It’s never too late to start learning.


Thanks for reading! Are there any resources you’ve found helpful or tools you’ve enjoyed using?