A collection of the things I have built, written, and shipped — my projects, publications, and interactive demos.
Projects
check-fix-accessibility
2026A reusable accessibility (a11y) skill for AI coding assistants that audits and fixes front-end accessibility issues (WCAG 2.2 A/AA) — semantics, keyboard nav, ARIA, forms, contrast, and screen readers — for web and native mobile.
rn-developer-skills
2026Vendor-neutral React Native skills for developers and AI agents. Practise Spec/Skill-Driven Development from spec to review, with focused Markdown guides for architecture, performance, accessibility, state, security, and testing.
Publications
High-Quality Streaming Apps on Fire TV: Living-Room Experience and Accessibility
2026Part 5 of Amazon's Fire TV blueprint series — how to build living-room-ready apps with a 10-foot UI, remote-first navigation, Alexa as a core input, and VoiceView and captions support.
Accessibility Guide for Vega Web Apps
2026Official Amazon developer documentation on building accessible Vega WebView TV apps — focus management, ARIA labels, VoiceView support, and testing.
Enable a Virtual Keyboard in Vega Apps
2026Amazon developer documentation on enabling a virtual keyboard for Vega apps on the Vega Virtual Device and Fire TV — manifest setup and build steps.
Medium — @hellonehha
MediumMy articles on Medium covering JavaScript, React, accessibility, cloud, AI, and lessons from a career in tech.
Demos
Accessibility MCP Server
2026A demo of the a11y MCP server analyzing nehasharma.dev (Next.js) — static code analysis, color-contrast checks, structure validation, and a WCAG-aligned accessibility summary, with optional auto-fix.
Check & Fix Accessibility skill
2026Ship accessible UI faster with your AI assistant — a demo of the agent skill that teaches Cursor, Claude, Codex, Kiro, and Antigravity to audit and fix front-end a11y issues (WCAG 2.2 A/AA).
Turning Notifications into Hardware Actions
2026An IoT demo connecting a smartphone to an ESP32 microcontroller to trigger real-world actions — an OLED display, buzzer, and touch sensor — from incoming phone notifications.