Simple ways to improve your site (& make it more accessible)
September 14, 2023Starting to create a website? Awesome! Before you get started, check out this article that’ll help you make your website better and easy for…
Hello World! I'm Tringa
I am a Software Engineer who spends most of the week writing code at Microsoft. I love creating usable and accessible UI that I try and share here as much as I can.
Starting to create a website? Awesome! Before you get started, check out this article that’ll help you make your website better and easy for…
Welcome to this invaluable collection of resources! Within this blog post, you’ll discover blogs, articles, courses, and more—that has…
Short review of WCAG, ARIA, ATAG, UAAG. Making your web applications accessible to all users is crucial for creating an inclusive and user-friendly...
The pretty design of your app will for sure have a good impression on a user. However, it is its usability that they will decide whether to use it again or not. In other words, your application shou...
Testing for accessibility is a must but not easy, it means testing for various use cases, and of course, all parts of your application. Color contrast is among the simplest of accessibility requirem...
Learning any modern frontend framework requires knowledge on some great features of JavaScript ES6. From my experience I thought of sharing 5 features of ES6 that I encountered using mo...
I remember while learning to code, and more specifically as a beginner in web development I was following tutorials and reading tons of articles… but, the most difficult part was how to ...