Blog

A Quick Guide to Accessible HTML Forms

Today, I’m sharing some best practices and common pitfalls to avoid when building accessible HTML. Common Mistakes to Avoid Best Practices As with anything in HTML, there isn’t a single correct answer for every problem; context […]

27 October, 2025

How to Use Div and Span in an Accessible Way

Using divs or spans is not a bad action per se, but when used incorrectly, they can create problems for assistive technologies to understand a website. I’ll share some common misunderstandings and how to avoid them. […]

Patri ·
13 October, 2025

UX & Accessibility: The First Tab Impact

Whenever I start navigating a website and press tab for the first time, where should my focus be? If your answer was ‘the logo’, let me explain the ideal option. So, Where Should the First Tab Go? […]

Patri ·
13 October, 2025

How to Make Your Website Images Accessible

In this article, I’ll explain how to write the best alt attribute for your web images. Rules for a good alt attribute Knowing how to write a good alt is key to ensuring a great experience […]

Patri ·
3 October, 2025

How to instantly invalidate user sessions in Rails

In enterprise web applications, it’s common to face the need to invalidate a specific user’s sessions immediately. This can happen in situations such as: The technical challenge arises when we need to invalidate all active sessions […]

Max ·
26 September, 2025
Let's talk!