Abdulqudus Abubakre

Abdulqudus Abubakre @ibn_abubakre

About: Front end developer, JavaScript enthusiast, Community Builder

Location:
Abuja, Nigeria
Joined:
Jan 3, 2020

Abdulqudus Abubakre
articles - 21 total

Automated Testing with jest-axe

When building web applications, ensuring accessibility should be as important as delivering features...

Learn More 42 1Dec 22 '24

Understanding Accessible Names in HTML

Accessible names are a key part of ensuring that your web content is accessible to screen reader...

Learn More 12 5Dec 3 '24

Hiding Elements in CSS: The Accessible Way

Hiding elements in your UI is common, but doing so in an accessible manner ensures you don’t...

Learn More 13 4Nov 17 '24

Pausing, Stopping, and Hiding Animations with animation-play-state

When working with animations, it’s essential to ensure they are accessible to everyone. According to...

Learn More 7 4Oct 20 '24

Building Accessible Animations with prefers-reduced-motion

Animations can be beautiful, but some animations can also be triggering for some users, and that's...

Learn More 8 0Nov 26 '23

Writing meaningful alt texts

When talking about techniques to improve accessibility, one topic that comes up quite often is alt...

Learn More 3 0Oct 13 '23

Improving UX of your forms

Forms, without a doubt play an important role in our day to day activities. Whether you're trying to...

Learn More 11 0Sep 1 '21

Why your z-index isn't working

I was building a sidebar recently, and I encountered a bug where the content of the page was always o...

Learn More 36 4May 10 '21

Font loading strategies: FOIT and FOUT

Flash Of Invisible Text and Flash Of Unstyled Text are two font loading strategies used in major brow...

Learn More 21 0Apr 21 '21

Styling file inputs like a boss

HTML elements have default styles applied to them by individual browsers. These styles could vary dep...

Learn More 65 6Aug 21 '20

Don't Just Say Hi....

As tech enthusiasts, we would at some point, for one reason or another need to reach out to someone....

Learn More 39 5Aug 1 '20

CSS Specificity Explained

In this article, I'll be explaining what CSS spe-ci-fi-ci-ty is and how it works in very simple terms...

Learn More 28 4Jul 23 '20

Responsive CSS Width

Have you been writing CSS and you had to use media queries just so your website could look good acros...

Learn More 79 5Jul 14 '20

The not so technical guide to being a better front-end developer

When you go online looking for resources on how to become a better front-end developer, you most prob...

Learn More 103 5Jul 5 '20

Harnessing The Power Of CSS Variables With JavaScript

CSS Variables have been around for quite some time now and I have to say, it has been really helpful....

Learn More 51 15Jul 3 '20

Web Accessibility (Visual Impairments)

In the previous article, I discussed what accessibility is all about and why you should consider maki...

Learn More 30 1Jun 3 '20

Accessibility and why you should care

Remember that one time you were going through your twitter timeline and you came across the #a11y has...

Learn More 24 4May 31 '20

em VS rem

In the world of CSS and sizing, there are several units that can be used either for your font sizing...

Learn More 64 9May 23 '20

Spread VS Rest Operator

The ... (dot, dot, dot) operator as I like to call it 😄, has been around since the introduction of ES...

Learn More 72 2May 6 '20

append VS appendChild

This is the first post in the this vs that series. A series aimed at comparing two often confusing te...

Learn More 207 28Apr 17 '20

Document Fragments and why you should use them

A document fragment is a fragment of a Document Object Model (DOM) tree, a chunk of tree that's separ...

Learn More 131 13Apr 10 '20