✕ Clear all filters
12 articles
▶ Videos →

📰 Dev.to · Romain

12 articles · Updated every 3 hours · View all reads

All Articles 129,974Blog Posts 134,416Tech Tutorials 33,616Research Papers 25,164News 18,387 ⚡ AI Lessons
How to Do a Website Accessibility Audit (Step by Step)
Dev.to · Romain 🖌️ UI/UX Design ⚡ AI Lesson 2mo ago
How to Do a Website Accessibility Audit (Step by Step)
A practical 7-step workflow to audit a website against WCAG 2.2 — combining automated scanning with the manual checks tools cannot do, and producing dated evide
axe-core vs. Lighthouse: Which Catches More Accessibility Issues?
Dev.to · Romain 2mo ago
axe-core vs. Lighthouse: Which Catches More Accessibility Issues?
We ran both tools against 50 websites and compared the results. The winner might surprise you.
What is axe-core and Why It Powers Real Accessibility Audits
Dev.to · Romain ⚡ AI Lesson 2mo ago
What is axe-core and Why It Powers Real Accessibility Audits
axe-core is the open-source rules engine behind Deque, Lighthouse, Microsoft Accessibility Insights, and AccessProof. Here is what it checks, what it deliberate
How to Fix Common WCAG Color Contrast Failures
Dev.to · Romain 🖌️ UI/UX Design ⚡ AI Lesson 2mo ago
How to Fix Common WCAG Color Contrast Failures
Color contrast is the most common WCAG violation — detected on 81% of homepages per WebAIM. Six repeatable patterns close most of them. Code examples in Tailwin
How to Test Your Website with a Screen Reader (Beginner Guide)
Dev.to · Romain 🖌️ UI/UX Design ⚡ AI Lesson 2mo ago
How to Test Your Website with a Screen Reader (Beginner Guide)
You don't need to be an expert to run basic screen reader tests. This guide covers NVDA on Windows and VoiceOver on Mac, with specific things to listen for.
Accessibility Testing with Playwright (and Cypress)
Dev.to · Romain ⚡ AI Lesson 2mo ago
Accessibility Testing with Playwright (and Cypress)
Catch WCAG regressions in CI with axe-core inside Playwright e2e tests. Strategies that work, what it catches, and what you still need external auditing for.
How to Add Skip Links in React (WCAG 2.4.1 Done Right)
Dev.to · Romain ⚡ AI Lesson 2mo ago
How to Add Skip Links in React (WCAG 2.4.1 Done Right)
Skip links satisfy WCAG 2.4.1 Bypass Blocks — but the React implementation has two specific gotchas around SPA routing and focus management. Complete pattern wi
How I've optimized chunk generation in my Minecraft clone
Dev.to · Romain 2mo ago
How I've optimized chunk generation in my Minecraft clone
Intro Hi every one ! This is my first post on dev.to so a new experience for me! I'm...