Olivia's Avatar

Olivia

@oliviac.dev

Hi! I'm Olivia. I'm a front-end developer in Paris. Web accessibility is a topic close to my heart. I love reading (mostly poetry and English lit at the moment) and listening to music. Simple things πŸŒΈπŸ˜€ I also write at https://oliviac.dev

100
Followers
126
Following
56
Posts
25.10.2024
Joined
Posts Following

Latest posts by Olivia @oliviac.dev

Preview
OddContrast Color contrast checker with Oklch, Oklab, Display P3, and more – helping designers meet WCAG 2 accessibility standards.

One of my favorite contrast checkers that supports lots of different color formats www.oddcontrast.com #a11y #webDev

11.03.2026 07:33 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Happy birthday!! πŸŽ‚ Hope you have a lovely day!

08.03.2026 07:15 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What is VitePress? | Vite & Vue powered static site generator. Vite & Vue powered static site generator.

Projects like VitePress make it truly lovely to add documentation to a project 😍

07.03.2026 19:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Improve your Git CLI experience with Git aliases, delta, and custom functions - Olivia Coumans Learn how to enhance your Git CLI experience with Git aliases, a better Git pager using delta, and custom shell functions.

New blog post: "Improve your Git CLI experience with Git aliases, delta, and custom functions" 😊 oliviac.dev/blog/customi... #blog #devblog

02.03.2026 07:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

So glad it helped!

09.02.2026 21:03 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Accessibility For Everyone by Laura Kalbag Read the book online for free.

My book, Accessibility For Everyone, is now free and online as a website.

accessibilityforeveryone.site

The book was first published by A Book Apart in 2017 but it holds up! It covers web accessibility for designers, developers, content folks, and really everyone who works in tech.

27.01.2026 13:14 πŸ‘ 309 πŸ” 195 πŸ’¬ 9 πŸ“Œ 10

Brilliant article πŸ™Œ

15.01.2026 17:05 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Drop your RSS feeds in the replies so people (including me) can find them πŸ‘‡

07.01.2026 08:56 πŸ‘ 118 πŸ” 33 πŸ’¬ 160 πŸ“Œ 6

My little blog RSS feed πŸ™‚: oliviac.dev/feed.xml

07.01.2026 09:38 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Thank you Sebastian! Glad it was helpful

06.01.2026 11:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
How to use jq with curl to explore an API’s JSON response - Olivia Coumans This article explores how to use the command-line tool jq with curl to process, filter, and transform JSON responses from APIs.

@oliviac.dev Hi, just stumbled upon this blog post of yours, thanks for writing this up! oliviac.dev/blog/how-to-...

06.01.2026 00:08 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
A Website To End All Websites | Henry From Online How to win the war for the soul of the internet, and build the Web We Want.

you’re right! it feels mostly awful to Go Onlineβ„’, these days. the internet in a sad state, for reason after reason after reason. but there is a way to fix it; to trade the voidful howling for a quiet & joyful song.

here’s how to win the war for the soul of the internet, and build the Web We Want.

01.01.2026 19:27 πŸ‘ 328 πŸ” 126 πŸ’¬ 10 πŸ“Œ 31
Preview
The Index: Issue #150 We don't know about you but we are completely sick of soulless AI slop, so here's 5 stunning human made links as an antidote in The Index #150. Sponsored by the great folks at Saleor.

We don't know about you but we are completely sick of soulless AI slop, so here's 5 stunning human made links as an antidote in The Index #150. Sponsored by the great folks at Saleor.

12.12.2025 12:12 πŸ‘ 21 πŸ” 5 πŸ’¬ 0 πŸ“Œ 1
Preview
How to test packages locally before publishing using yalc - Olivia Coumans Learn how to use yalc to test a package locally without publishing it or pushing any changes. A straightforward alternative to npm link for testing packages in dependent applications.

Just published a new blog post about a super practical tool called yalc 😊 If you are having trouble testing a library with npm link or yarn link, I hope this article helps
oliviac.dev/blog/test-pa... #devblog #webdev #blog

17.11.2025 11:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Sometimes the Best Accessibility Fix is a Usability Fix AI cartoon of woman with long dark hair struggling to open a bottle, a common form of usability failure. Teams often arbitrarily divide work into two piles:...

"The fastest path to improved accessibility is to stop defending patterns that already irritate non-disabled users. Those patterns are already creating friction." buttondown.com/access-abili...

29.10.2025 15:28 πŸ‘ 34 πŸ” 11 πŸ’¬ 3 πŸ“Œ 2
Preview
OpenAI, ARIA, and SEO: Making the Web Worse OpenAI has announced it’s launched a new browser, Atlas, with ChatGPT built in. For those familiar with ARIA, OpenAI outlines what to expect (I left the code as I found it, other than removing the tar...

"SEO hacks have been keyword-stuffing alt text in images for literal decades. There is no way ARIA will get away unscathed. Every button, link, and div will be roled up to redundancy at best, and the wrong thing at worst. "

adrianroselli.com/2025/10/open...

28.10.2025 17:21 πŸ‘ 9 πŸ” 9 πŸ’¬ 0 πŸ“Œ 0
Preview
Taking a shot at the double focus ring problem using modern CSS A double focus ring is really useful in general but especially so with complex, themed systems. Eric Bailey shows us how to develop a really smart system, using modern CSS.

Focus rings! Plural! I wrote for @piccalil.li about how to create a branded double ring focus effect that is dynamically generated based on the interactive element's text color. piccalil.li/blog/taking-...

18.09.2025 15:05 πŸ‘ 47 πŸ” 11 πŸ’¬ 0 πŸ“Œ 1

Totally get it. I've been moving away from Cursor these past couple of weeks. It started to feel a bit overwhelming at times (too much noise). Gradually going back to Neovim for focus, with a little Claude Code on the side when needed πŸ˜€

29.08.2025 06:36 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I have been using Alacritty for the past few years with neovim. I find it quite fast and not too hard to set up πŸ‘

20.08.2025 11:11 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
rendezvous with cassidoo A weekly newsletter with web development content for everyone, from beginners to pros.

Hey buddy.

You look like you could use something nice.

Perhaps... a joke?
Some coding practice?
Several interesting links?
A pretty keyboard to look at every week?

Well, do I have the newsletter for you, with the latest issue heading your way now!

cassidoo.co/newsletter/

18.08.2025 04:49 πŸ‘ 41 πŸ” 5 πŸ’¬ 7 πŸ“Œ 0

a web that isn't human-first is a web I want nothing to do with. I'm not going to "optimize the graph" of assertions, or whatever. I'm not a content farm for your algorithm. i'm here to build real relationships with real people - and if that's not what the web is for anymore, I'll be somewhere else.

08.08.2025 05:20 πŸ‘ 159 πŸ” 33 πŸ’¬ 3 πŸ“Œ 2
Preview
How DNS works. What is DNS? Learn how step by step. What is DNS? Introduction how DNS works and how DNS server enhances website speed, security, and reliability with our webcomic.

Love resources like these! Such a fun way to learn more about how DNS works 🀩 howdns.works

05.08.2025 05:48 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Build Git helpers from scratch with Bash and fzf - Olivia Coumans Learn how to use fzf, the command-line fuzzy-finder, to build helpful Git utilities in Bash and enhance your workflow.

New post ✍️ "Build Git helpers from scratch with fzf and Bash"
Some of my first "aha" moments with the command line came from building small (imperfect) helpers for everyday tasks. If you're curious about Bash scripting, I hope this gives you some ideas πŸ˜€ oliviac.dev/blog/build-g... #blog

04.08.2025 20:15 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

This should be a good event! "How to fix A11y debt without burning out" webinar coming up on Thursday with some all-time greats: @ericwbailey.website and @a11ymel.bsky.social πŸ’œ

21.07.2025 17:01 πŸ‘ 12 πŸ” 2 πŸ’¬ 2 πŸ“Œ 0
Preview
State of HTML 2025 Take the State of HTML survey

πŸ“’ The State of HTML Survey is live survey.devographics.com/en-US/survey...

The #HTML and #CSS surveys are the only web surveys I don't want to miss. Thank you @sachagreif.com for making them, and @lea.verou.me for curating.

Please take a few minutes to fill the survey if/when you can. ✨

20.07.2025 16:21 πŸ‘ 64 πŸ” 35 πŸ’¬ 3 πŸ“Œ 1

Such a great read ❀️ This is a complex topic. This article explores it in a very nuanced and thoughtful way

19.07.2025 08:54 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I had the exact same experience when I migrated my dev blog from Next to 11ty 3 years ago πŸ˜„ The migration was a great way to focus on what matters (the content, the design, etc.) with less noise (fewer files, dependencies and boilerplate)

18.07.2025 13:44 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
A graphic featuring a photo of Alice Wong on the left, wearing an orange, pink and yellow top and pink pants. On the right, a quote in large purple text reads: β€œTo me, disability is not a monolith, nor is it a clear-cut binary of disabled and nondisabled. Disability is mutable and ever-evolving. Disability is both apparent and nonapparent. Disability is pain, struggle, brilliance, abundance, and joy. Disability is sociopolitical, cultural and biological. Being visible and claiming a disabled identity brings risks as much as it brings pride.” Below the quote, in smaller purple text, is Wong’s title: β€œFounder of the Disability Visibility Project.” In the bottom right corner is a blue box with the text β€œDisability Pride Month” in purple. In the bottom left corner is the ACLU logo in white

A graphic featuring a photo of Alice Wong on the left, wearing an orange, pink and yellow top and pink pants. On the right, a quote in large purple text reads: β€œTo me, disability is not a monolith, nor is it a clear-cut binary of disabled and nondisabled. Disability is mutable and ever-evolving. Disability is both apparent and nonapparent. Disability is pain, struggle, brilliance, abundance, and joy. Disability is sociopolitical, cultural and biological. Being visible and claiming a disabled identity brings risks as much as it brings pride.” Below the quote, in smaller purple text, is Wong’s title: β€œFounder of the Disability Visibility Project.” In the bottom right corner is a blue box with the text β€œDisability Pride Month” in purple. In the bottom left corner is the ACLU logo in white

Alice Wong is a research consultant and disability rights activist who lives with spinal muscular atrophy.

Alice co-founded a platform that amplifies the works of people with disabilities and advocates to improve public understanding of accessibility.

Thank you Alice for your work!

17.07.2025 16:35 πŸ‘ 575 πŸ” 138 πŸ’¬ 1 πŸ“Œ 2
Preview
Please, can we have ARIA Notify - Nic Chan A hate letter to live regions.

πŸ“ Please, can we have ARIA Notify

Live regions suck and I hope we get a better solution soon!

www.nicchan.me/blog/please-...

10.07.2025 10:35 πŸ‘ 18 πŸ” 10 πŸ’¬ 1 πŸ“Œ 0

I think one of the saddest things about being a millennial is remembering a time when technology was advancing in a way that made life better and easier and more exciting instead of actively, intentionally worse

09.07.2025 19:18 πŸ‘ 7604 πŸ” 2762 πŸ’¬ 70 πŸ“Œ 95