jztan

↗ HN profile [ 54.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Most accessibility testing tools only scratch the surface. They flag basic WCAG issues but miss the real-world challenges users face, especially around neurodiversity, keyboard navigation, and screen readers.…

  2. As a casual philosophy reader, I've always been fascinated by how humanities fields like art, literature, and philosophy eventually anoint a "great" for the generation. For philosophy, are there any good individuals you…

  3. Many developers here have probably dealt with flaky and unreliable UI testing. These tests are also very cumbersome to write and maintain because the frameworks are not great. Do people think that UI tests emerged…

  4. Let's say we have a any web app (React, Next, whatevr framework. It has a App.tsx file and Button.tsx file. We start the local development server and use puppeteer to extract the content. You can use whatever…