Archives (53 articles)
How to master nesting things in Markdown lists
Finally master nesting anything among your markdown lists without breaking spacing, ordering...
Field notes on using aria-haspopup attribute
Dive into a common misuse of the aria-haspopup attribute that can create barrier to your users.
How to use a more natural voice for Gnome's Orca screen reader
Using Pied application and Piper engine, discover how to use the Orca screen reader with a more natural voice
Today I learned: How to programmatically detect if a Node.js script is called from the command line or being imported
Find out CommonJS and ES modules way to programmatically determine whether your script was called from the CLI or from an import or require statement
Today I learned: How to use throw and try/catch blocks in combination with setTimeout
Find out how to avoid uncaught error when combining catch blocks with setTimeout
Using Orca to Evaluate Web Accessibility
Learn how to use Linux GNOME desktop screen reader to evaluate Web Accessibility
How to mock `console.error` or other `console` methods with Jest
Find out how to make assertions upon `console` method calls
Make your 'Script error.' issues more insightful in Sentry
Quick run down on how to make 'Script error.' issues more insightful in Sentry
Today I learned: Jest used with JSDOM as environment does not support navigation, full stop!
Discover why clicking a link with Jest does not navigate to it's targeted location href
Today I learned: How to use a Sass variable within a CSS property (a.k.a variable) value
Find out how to use interpolation so that your Sass variable are rendered in your CSS properties value