6 followers
I'm a software engineer at Microsoft, and I enjoy front-end development. On this blog you'll read about things I'm learning and what I think it is worth sharing😊.
I'm most active on IG: @tringacodes
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 should be fully accessible no matter the tools that are ...
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 requirements that you can and should ensure you're meeting. ...
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 most often. So, in this post I will share simple explanation of the...
5 Steps to start planning a web app project 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 start my own project...