FSFrank Smith IIIinfranksmithiii.hashnode.dev·4d ago · 4 min readA Screenshot Is Not a Case Study Until It Explains SomethingA project image answers one narrow question: what did this interface look like in this state? It does not tell me whether an API request succeeded, whether a keyboard user can complete a task, or whet00
AWApogee Watcherindevlog.apogeewatcher.com·5d ago · 10 min readAudit the accessibility tree, not only the Lighthouse a11y scoreThe accessibility tree is the structured layer the browser builds from the DOM: roles, names, and states that assistive technology has used for decades. Screen readers walk it. Playwright can snapshot00
IAIAAP Auditiniaapaudit.hashnode.dev·Sep 9 · 2 min readAccessibility Remediation PlanAccessibility findings become useful only when they are translated into trackable work. For developers, product teams, QA, content teams, and remediation owners, a remediation plan is the source of tr00
IAIAAP Auditiniaapaudit.hashnode.dev·Sep 8 · 3 min readAccessibility Severity LevelsWhen accessibility findings reach engineering or remediation teams, the first question is usually: what needs to be fixed first? Severity should answer that question. It should convert audit evidence 00
IAIAAP Auditiniaapaudit.hashnode.dev·Sep 7 · 3 min readAccessibility Audit EvidenceAccessibility audits become useful when findings can be reproduced and fixed. A report that only lists failures may satisfy a surface-level checkbox, but it does not give teams enough information to r00
JSJayesh Sojitrainjayesh-sojitra.hashnode.dev·Sep 5 · 4 min read 10 Accessibility Mistakes Frontend Devs MakeAccessibility often gets treated as a checklist to run at the end of a project, when most of the real issues come from small, everyday coding habits. Here are 10 that show up constantly, and how to fi00
CBChristopher Browningameguidehub.hashnode.dev·Sep 5 · 6 min readBuilding Spoiler-Safe Search and Navigation for Story GamesGame guides have an unusual interface problem: the user wants an answer, but often does not want to see anything beyond that answer. A page can hide spoilers inside collapsible sections and still reve00
CMCesar Maldonadoinux-maldo.hashnode.dev·Sep 2 · 10 min readI Put 20 UX Laws Into an AI Coding Brief. Then I Audited the Brief.The Starting Point I found Adam Hayes's post, [“The UX Laws in My CLAUDE.md”][1], and immediately understood the appeal. The premise is simple: an AI coding tool can produce a technically functional i00
ATAI Tools Primerinaitoolsprimer.hashnode.dev·Sep 3 · 5 min readMy three.js navigation has two links. I counted them today.The navigation on my site is not a menu. It is a small circular island you fly around, built in three.js, where every building is a subject and the gate in the middle turns the whole city upside down.00
SMSubramanya M Raoinsubramanyarao.hashnode.dev·Sep 1 · 33 min readHow We Built Sahaayak: A Voice-First AI Copilot in 9 DaysMost AI hackathon demos stop at three steps: upload a collection of documents, connect them to a language model, put a chat interface in front of the result. That is enough to demonstrate retriev00