Luke Thomas

Frontend Testing

Frontend Testing is used to test the functionality and usability of an application’s Graphical User Interface. Via a set of practices for testing the UI of a web application. You will test the functionality by putting the UI under continuous stress. Depending on the type of testing, we can achieve this in various ways and …

Frontend Testing Read More »

Design Systems

A design system is a set of guidelines for managing design at scale by avoiding redundancy and establishing a common language and aesthetic across several pages and channels. When properly implemented, design systems can provide a design team with numerous advantages that can help developers. Make sure to watch the talks to learn more!

Accessibility

Accessibility is all about making your websites usable by as many people as possible. Those features are designed to make it easier for people with disabilities to utilise technology. Text-to-speech, closed captioning, and keyboard shortcuts are all common accessibility features.Many accessibility recommended practices help everyone, not just disabled people. Lean semantic markup, for example, is …

Accessibility Read More »

Composition API

Modern front-end frameworks such as React, Angular, and Vue encourage developers to reuse components, by improving both efficiency and maintainability. However, these components can become difficult to read and understand as the logical requirements for forecasting increase. To address this issue, VueJS has introduced a new API called the Composition API in the Vue3 update. The …

Composition API Read More »