The post discusses how NVDA in browse mode does not forward keydown events to the browser, affecting the interaction with the page. It also explains the rationale behind this behavior and provides a recommended resolution.
...

0Memorable Numbers

2024-04-24

...
The author reflects on a day of unproductivity at work and explores the possibility of being neurodivergent, specifically with symptoms of ADHD. They discuss their struggles with sticking to tasks and organizing work, and express ...
The author discusses the challenges of making stylistic decisions in a new role as a Senior Software Engineer at GitHub, highlighting the need for tools to assist in reducing the number of decisions required when writing code.
The blog post discusses how to assert function calls in Storybook interaction tests by using Jest's toHaveBeenCalled matcher. It explains that the action argType is using a mock function behind the scenes, allowing for assertions ...
The blog post discusses best practices for building un-opinionated, flexible, and composable atoms in Atomic Design. It covers topics such as props, typing, margins, accessibility, declarative views, render props, custom hooks, St...
When working on customer-facing applications, calling functions added by third-party scripts can be challenging in TypeScript. The author suggests creating a withDataLayer function to handle this uncertainty, ensuring that the cal...
The blog post discusses how to document React Hooks using Storybook, specifically focusing on a custom Hook called useRandomId. It explains how to allow users to interact with Hooks and how to force remounting and rerendering of c...
The author created a library called Shortcuts JS that allows users to create Shortcuts using JavaScript. The motivation behind this was to address the limitations of the Shortcuts app, such as difficulty in modifying large Shortcu...
The author discusses the challenges of writing clean, reusable CSS and introduces OOSass (Object-Oriented Sass) as a methodology that takes advantage of Sass' features to write efficient and maintainable code. OOSass uses placehol...