wamuyu.hashnode.devAccessibility - what it means, why it matters and ways to implementWhat is Accessibility? Accessibility (a11y) is about making products usable to many people regardless of the devices they use, network connection or disabilities[1]. In this case we are focusing on software and most importantly websites and webapps. ...Feb 10·8 min read
wamuyu.hashnode.devDecoding SQL DialectsPreface Well, we know SQL (Structured Query Language) -the standard language that is used to access and manipulate data from a relational database. If you have no idea what a relational database is, here is a reminder: It is a type of database that s...Aug 24, 2024·4 min read
wamuyu.hashnode.devPutting Jest to Rest (VS Code): How to stop Jest from running all the timeWhy this Have you found yourself with Jest tests running all the time, in other words, Jest is watching you? Sometimes we want this, especially when we are testing our application but other times we just want to code. Additionally, Jest running consu...Feb 27, 2024·1 min read