Karimot Isiakakarimot.hashnode.dev·Jan 9, 2025Think About Your Audience: Reflections on Web AccessibilityA month ago, I began my Outreachy Internship at Wikimedia Foundation, a journey that has transformed my understanding of user empathy. My project focuses on designing tailored reading experiences for different accessibility requirements, and it has o...17 likes·43 readsAccessibility
A11y Solutionsa11ysolutions.hashnode.dev·Jan 10, 2025The Relationship Between UX, UI, and Web AccessibilityIn today’s digital landscape, where competition is fierce and user expectations are higher than ever, the success of a website or application largely depends on delivering an exceptional User Experience (UX) and an effective User Interface (UI). Howe...Accessibility
A11y Solutionsa11ysolutions.hashnode.dev·Jan 10, 202510 Trends in Digital Accessibility for 202510 Trends in Digital Accessibility for 2025 Digital accessibility is now an essential component for businesses aiming to provide inclusive experiences for all users while adhering to legal requirements. As we approach 2025, staying informed about the...A11ySolutions
The IsongMfonmi2.hashnode.dev·Jan 9, 2025Beyond Accessibility: Inclusive by Design👩🏿🤝👩🏼🤝🏾As UX designers, we aim to create products that are accessible, usable, and enjoyable for every single user. We love when anyone can navigate our products without hitches or biases. In today’s article on inclusivity we'll look at the CURB CUT EFFECT ...curb
Francisco Imanol Suarezfsuarez.me·Jan 3, 2025Best practices for organizing web pagesIntroduction The proper organization of web pages is essential to ensure that content is accessible, understandable, and easy to navigate for all users. Appropriately using semantic elements like <section>, <nav>, and <article> not only enhances the ...a11y
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Jan 3, 2025Simplifying Access Control with RBAC in KubernetesRBAC (Role-Based Access Control) in Kubernetes lets you manage who can do what in your cluster. It’s like assigning roles in a team some people can only view files, while others can edit or delete them. As shown in below image. Here’s how RBAC helps...rbac
BKThemesseo-webdevelopment.hashnode.dev·Dec 24, 2024Inclusive Website Solutions: Your Guide to AccessibilityLearn about inclusive website solutions, their importance, and practical steps to enhance accessibility. Create a welcoming digital space for all users. Building a website that truly works for everyone means thinking beyond aesthetics and functional...SEO best Practicesinclusive design
Luis Gustavo Ganimiluisgustavoganimi.hashnode.dev·Dec 18, 2024Cross-Browser Animation Challenges in Carousels with Accessibility in Mind1️⃣ Context Carousels are a common and visually appealing way to display content on websites. However, creating a truly cross-browser and accessible carousel from scratch is more challenging than it may seem. My goal was to create a carousel with an ...safari
Dany Paredesdanywalls.com·Dec 17, 2024How to Make Your Angular Projects More AccessibleWhen we build apps, we usually focus on delivery rather than covering other aspects like Accessibility and Testing (but testing will be covered in another post). Today, I want to talk about Accessibility. Most of the time, we think accessibility is j...100 readsAngular
David JajaforfreeCodeCampfreecodecamp.org·Dec 16, 2024How to Build a Reusable Keyboard Shortcut Listener Component in ReactIf you’re like me and you loveeeeee shortcuts, you know how satisfying it is to press a few keys and watch the magic happen. Whether it’s the familiar Ctrl+C – Ctrl+V that devs use to “borrow code” 😉 from LLMs and code pages, or the personalised sho...React