accessibly-speaking.hashnode.devHow to Make SVGs Accessible: A Short GuideIntroduction We love SVGs, don’t we? They’re lightweight, scalable, and sharp on any screen. From decorative icons to interactive graphics, SVGs have quietly become a staple of modern web design. But there’s a conversation we don’t have often enough:...Jun 9, 2025·4 min read
annysah.hashnode.devBuilding Fauna Design System: The ProcessPart 1: Introducing the Fauna Design System In the rapidly growing web development field, the concept of a design system has emerged as a crucial tool for frontend developers and designers alike. A design system serves as a collection of reusable com...Apr 10, 2024·8 min read
annysah.hashnode.dev10 Web Accessibility Principles Every Developer Should KnowIntroduction Web accessibility ensures that people with disabilities can perceive, understand, navigate, and interact with web content effectively. As developers, it's essential to incorporate accessibility principles into our work to ensure inclusiv...Feb 2, 2024·3 min read
annysah.hashnode.dev5 Essential Tools for Web AccessibilityIntroduction Web accessibility is crucial for ensuring that all users, including people with disabilities, can access and interact with web content effectively. Fortunately, there are numerous tools available to help developers assess and improve the...Jan 8, 2024·3 min read
annysah.hashnode.devDockerizing a Next.js App: A Step-by-Step GuideIntroduction Docker is a helpful tool in software development, especially when integration of new features and frequent deployments are required. This tool makes it easy to containerize applications and their dependencies, ensuring they remain consis...Nov 21, 2023·2 min read