2026.03.04U·15Web Accessibility: Can Someone Use My Service with Just a Keyboard?
I tried navigating my own service with just a keyboard and tab focus jumped everywhere. What I learned fixing accessibility issues in practice.
Accessibilitya11yARIA
→2026.02.27T·09Testing Library Patterns: Testing Components from the User's Perspective
Tests that inspect internal component state break on every refactor. Testing Library's core philosophy is to test only what the user actually does. Here's why getByRole is the best default, what separates userEvent from fireEvent, and the most common anti-patterns to avoid.
Testing LibraryReact TestingComponent Testing
→