Published November 4, 2016 Why won’t screen readers read content in an .sr-only span? 2 comments Bootstrap provides a class (.sr-only) to indicate content for screen readers only. This content is hidden visually, but gives visually-impaired users […]
Published January 21, 2020 App In Production There are few things better than seeing an app you’ve built working live in production.
Published February 16, 2022 Intro To Remix Learn more about Remix, the latest React SSR/SSG framework.
Published July 14, 2016 New Javascript ForEach iterator Have to start getting used to some iterator syntax. Here’s how we USED to do it: for (let color in colors) { […]