Writer of all things technical and inspirational, developer and community advocate. In a love-love relationship with JavaScript, a web accessibility nerd.
How can styling and color schemes improve accessibility? Let’s discuss how to accommodate users who have visual impairments, and look at media accessibility.
In this article, we aim to understand the concept of accessibility for the web and will discuss how to implement accessibility features in applications and also give an insight into practices that help to encourage the user of assistive technologies. We will also be looking at the concept of focus management.
Asynchronous programming greatly improves our development with faster and more responsive code. Learn about how async works in Rust and when you should use it.
Worker threads super charged the abilities of JavaScript (Node), as it was formerly not ideal for CPU-intensive operations. This post explores how worker threads work in Node.
Let's look at how Wasm + Rust unlocks really exciting potential for the future of frontend web development. It's not a replacement for JavaScript — it enhances and complements it.