Vehicles today remind me of smartphones on wheels. When you get down to it, they are computers capable of software upgrades, navigation, sensing, and even entertainment through subscriptions or mobile apps. Automotive manufacturers are realizing that many young consumers are preferring frictionless and fully digital customer journeys as opposed to multiple lengthy in-person visits to […]
User Experience (UX)
What is Digital Accessibility?
In today’s digital age, more and more people are relying on technology to access information and services. However, not all websites, apps, and digital content are designed with accessibility in mind. This can create barriers for individuals with disabilities, limiting their ability to fully participate in and benefit from the digital world. What is Digital […]
Accessible Images Using Semantic HTML : Building Accessible Websites with Native HTML Part 5 of 5
A Guide to Creating Accessible and Meaningful Web Content Welcome back to our series on building accessible websites with native HTML! In the previous parts of this series, we discussed the importance of creating accessible websites, the basics of HTML structure, using ARIA for accessible widgets, creating accessible links, and using semantic HTML to create […]
Accessible Links Using Semantic HTML : Building Accessible Websites with Native HTML Part 4 of 5
A Guide to Creating Accessible and Meaningful Web Content Welcome back to our series on building accessible websites with native HTML! In this fourth installment, we’ll be discussing the importance of accessible links using semantic HTML. Links are a fundamental part of the web, providing users with the ability to navigate between pages, access additional […]
Accessible Forms Using Semantic HTML: Building Accessible Websites with Native HTML Part 3 of 5
A Guide to Creating Accessible and Meaningful Web Content In today’s digital world, having an accessible website is critical to reach a broader audience. Accessibility ensures that everyone, regardless of their abilities, can access and use a website without any barriers. Forms are an essential part of any website and creating accessible forms using […]
Best Practices for Building and Sustaining a Clean React/Next.js Project
Through my experience building and maintaining a sizable React/Next.js application, I have gained valuable insights applicable to projects. The most crucial aspect of any application is delivering a product that boasts exceptional user experience, speed, and seamless usability. It should be scalable and sustainable. I make it a point to remember these factors in all […]
Accessible Rich Internet Applications: Building Accessible Websites with Native HTML Part 2 of 5
A Guide to Creating Accessible and Meaningful Web Content In the world of web development, accessibility has become a crucial factor in designing and building websites. Accessibility ensures that everyone, regardless of their abilities, can access and use a website without any barriers. Semantic HTML is one of the most essential tools in creating an accessible website. […]
Semantic HTML: Building Accessible Websites with Native HTML Part 1 of 5
A Guide to Creating Accessible and Meaningful Web Content In the world of web development, accessibility has become a crucial factor in designing and building websites. Accessibility ensures that everyone, regardless of their abilities, can access and use a website without any barriers. Semantic HTML is one of the most essential tools in creating an […]
Implement Multi-Tenancy In Azure B2C
Overview In a previous article about Azure B2C, we discussed the basics of Azure B2C and why you may want to consider using it for your software or application. Now, let’s take a look at some examples of the most common use cases. Implementing Multi-Tenant Applications with Azure B2C Multi-tenancy is an architecture pattern in […]
Building Accessible Websites with Native HTML
As the web becomes more ubiquitous in our daily lives, it is essential that we make it accessible for everyone. Web accessibility refers to the practice of designing websites and applications to be usable by people of all abilities, including those with disabilities. One of the most fundamental tools for achieving web accessibility is native […]
WCAG Compliance Levels
In today’s digital world, websites are an integral part of businesses, organizations, and governments. However, not everyone can access the web in the same way. People with disabilities, such as visual, hearing, and cognitive impairments, face many barriers when trying to access online content. To ensure that digital content is accessible to all, web designers […]
Web Content Accessibility Guidelines
What is WCAG? Web Content Accessibility Guidelines (WCAG) are a set of guidelines developed by the World Wide Web Consortium (W3C) to ensure that websites and web content are accessible to all users, regardless of their abilities or disabilities. WCAG provides a comprehensive framework for designing and developing websites that can be accessed and used […]