Coding Blind Tech
Practical coding, screen reader, and keyboard-first workflow notes from a blind software engineer.
- Python
- TypeScript
- VS Code
- NVDA
- Keyboard workflows
- AI tools
Work faster by keyboard
Shortcuts, habits, and setups that reduce pointer dependency and keep common tasks within reach.
Build with accessibility in mind
Real notes from coding with a screen reader, plus practical ways to make technical workflows more usable.
Keep up with modern tools
Python, web development, Windows, WSL, VS Code, and AI tools explained with direct examples.
Recent posts
View all posts-
Open the In-App Browser with the Keyboard and NVDA
Open the desktop app browser with Ctrl+Shift+B or a written request, navigate with NVDA and check the result of a small browser task.
-
Review Website Accessibility with AI and NVDA
Use an AI-assisted review to inspect a local game, hear NVDA feedback and turn the findings into specific manual accessibility checks.
-
Add a Django REST Framework API to the Tic Tac Toe Game
Define the API work, review the generated Django files, and verify separate API and PostgreSQL health endpoints.