Skip to content

Commit 5c70510

Browse files
Add Robin.
1 parent 18a2535 commit 5c70510

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
118 KB
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Engineering Accessibility: Practical, Maintainable, Testable"
3+
date: "2025-11-13"
4+
time: "11:15"
5+
name: "Robin Kanatzar"
6+
image: "/images/speakers/2025/robin.webp"
7+
type: "Talk"
8+
summary: "Accessibility fixes are easy; Making them fit cleanly into a real codebase is the hard part. This talk shows you how to meet accessibility requirements with tools, automation, and solid engineering practices that keep your code clean and maintainable."
9+
---
10+
11+
Accessibility seems straightforward until you start integrating it into a complex production codebase. The individual fixes may be “easy,” but adding these fixes in a way that maintains your code quality standards is where it gets tricky. In this talk, you’ll learn how to meet accessibility requirements while keeping your codebase clean, maintainable, and testable. We’ll cover tools for auditing and testing, patterns for automation, and walk through cookbook-style solutions to common accessibility problems you’re likely to face. After this talk, you’ll feel confident tackling accessibility fixes with solid, sustainable engineering.
12+
13+
Key Takeaways: - How to leverage existing tools and automation to save time and reduce regressions - How to structure your code so it’s clean, maintainable, and testable - Practical solutions to the most common accessibility problems in iOS development
14+
15+
## Robin Kanatzar
16+
17+
Robin Kanatzar is an iOS engineer who loves building mobile apps that everyone can use. She writes a newsletter about mobile accessibility and is always on the hunt for smart, practical ways to help developers bring accessibility into their code. Robin’s on a mission to make accessibility second nature in iOS development, and she looks forward to the day when every app on the store is accessible.

src/data/data-2025.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
"image": "/images/speakers/2025/claire.webp",
4242
"xHandle": "Claire_Rimel"
4343
},
44+
{
45+
"name": "Robin Kanatzar",
46+
"image": "/images/speakers/2025/robin.webp",
47+
"xHandle": "robinkanatzar"
48+
},
4449
{
4550
"name": "Samuel Hopstock",
4651
"image": "/images/speakers/2025/samuel.webp",

0 commit comments

Comments
 (0)