Resume | Aubrey Sambor
A blog about web development, knitting, and other assorted things.
Hi all! 👋 I was laid off and am looking for my next senior front end developer role.
I have 19+ years of experience working with small agencies and Fortune 500 companies and focus on writing clean, accessible HTML, CSS, and JavaScript.
Resume: aubreysambor.com/resume/
Leads/reposts appreciated!
05.08.2025 13:52 — 👍 72 🔁 70 💬 3 📌 3
Selfish reasons for building accessible UIs
All web developers know, at some level, that accessibility is important. But when push comes to shove, it can be hard to prioritize it above a bazillion other concerns when you’re trying to c…
'“eat your vegetables” is one of the least effective arguments in the world. [..]
I would like to list some of my personal, completely selfish reasons for building accessible UIs. No finger-wagging here: just good old hardheaded self-interest!'
nolanlawson.com/2025/06/16/s...
#a11y
24.06.2025 09:52 — 👍 58 🔁 17 💬 0 📌 1
Resume
Chris Ferdinandi's Resume Location: Greater Boston, MA chris@gomakethings.com A senior full-stack web developer specializing in JavaScript and scalable, resilient architecture. Skills and experience ...
If anyone is hiring, I'm still looking for my next thing.
Senior Frontend/Fullstack Developer.
Skilled at HTML/CSS/JavaScript, React, UI/UX, A11Y, web performance, design systems, Web Components, and more.
I'd love to work with you!
gomakethings.com/resume
10.06.2025 02:53 — 👍 30 🔁 19 💬 3 📌 1
YouTube video by Syntax
GSAP: Killer Web Animations With Cassie Evans
I'm so impressed with @gsap-greensock.bsky.social
I can't wait to get my hands dirty making some cool stuff, and now, it's totally free.
www.youtube.com/watch?v=shot...
05.05.2025 14:59 — 👍 28 🔁 1 💬 1 📌 0
Also shoutout @gri.gs for the original idea! Absolutely love this and going to be shouting about it to everyone
02.05.2025 10:12 — 👍 3 🔁 2 💬 0 📌 0
Awe, thank you!!! I appreciate your kind words. ☺️
25.04.2025 23:15 — 👍 1 🔁 0 💬 0 📌 0
When typography just _feels_ good, it’s hard to describe. Thanks for writing this great tutorial + demo @jensimmons.bsky.social! ❤️
25.04.2025 16:29 — 👍 17 🔁 2 💬 0 📌 0
@thomascannon.me Wow, super cool, thank you for sharing! 🎉
I haven’t dug deep into your project. High-level scan, I love your idea. It’s very exciting my work served as inspiration for you, thank you! ☺️
25.04.2025 12:02 — 👍 1 🔁 0 💬 1 📌 0
Ashley Willis – ashley.dev
Developer advocate, open source champion, and maker of things.
Spent 2 hours writing, 4 hours editing, and 2 days spiraling about whether anyone would care. finally hit publish anyway. ashley.dev/posts/fear-o...
22.04.2025 01:16 — 👍 558 🔁 54 💬 79 📌 12
Designing in the Browser: Five Tips for Beginners
If you’re a designer who’d like to give in-browser mockups a try in your own work, this could be your starting point.
I’m fortunate to have worked with a lot of amazing designers over the years. Some were curious about designing in the browser with basic #HTML and #CSS, but weren’t sure where to begin.
This advice helped point them in the right direction: cloudfour.com/thinks/desig...
#WebDesign #DesignProcess
17.04.2025 15:35 — 👍 14 🔁 6 💬 1 📌 2
Excellent article. Definitely recommend a read. Thanks for writing this, @joshwcomeau.com!
14.04.2025 21:11 — 👍 1 🔁 0 💬 0 📌 0
A lot of new followers since I posted this, so in case you missed it, here's my Front-end Friends starter pack 😊 go.bsky.app/FfLUXeQ
(and a more specific CSS Starter Pack here too: go.bsky.app/JQYmgQH)
06.11.2024 15:46 — 👍 197 🔁 27 💬 14 📌 3
This is an excellent list. Thank you! May I suggest @tylersticka.com as a possible addition? 🙂
11.04.2025 19:34 — 👍 2 🔁 0 💬 0 📌 0
Cowardly Defaults and Courageous Overrides with Modern CSS
Let’s make a more useful utility class without giving up any versatility.
It used to be quite challenging to set the precedence of individual #CSS rules without some pain. (This encouraged the practice of authoring many small utility classes that do very little on their own.)
Thankfully, that’s no longer the case. Here’s a simple example: cloudfour.com/thinks/cowar...
20.03.2025 20:36 — 👍 9 🔁 3 💬 0 📌 0
PixelPalooza 2024
PixelPalooza will explore all the ways we, as developers, can leverage media like images, video, audio and documents across our sites and applications.
PixelPalooza is a free single-day virtual conference for web developers with a focus on media… images, video, audio, streams, and more.
I’m excited to present “GIFs Are Forever, Let’s Make Them Better!”
November 21! That’s in two weeks! Be there: cfe.dev/events/pixel...
#WebDev #Events
07.11.2024 17:30 — 👍 6 🔁 5 💬 0 📌 0
Cute illustration of a bird sitting in a nest. The bird is saying "&", which is the new CSS nesting selector.
🪺 CSS Nesting is here! When should you use it? I'm sure it won't surprise anyone to learn I have *opinions* on the topic: cloudfour.com/thinks/when-...
05.10.2023 17:59 — 👍 3 🔁 2 💬 0 📌 0
Progressively Enhanced Form Validation, Part 4: Custom validation messages
Part 4 explores the ValidityState API, a powerful, approachable, and well-supported API we can use to define custom validation messages.
The series finale is published! In my latest @cloudfour.com article, I close out the series by exploring how to define custom validation messages leveraging the ValidityState API. It was such a joy writing the series. Thank you for reading! ☺️
cloudfour.com/thinks/progr...
05.09.2023 17:42 — 👍 0 🔁 1 💬 0 📌 0
@cferdinandi.bsky.social Thank you! Glad you are enjoying the articles. So cool you did a series like this in the past. I'll have to look it up. :)
21.08.2023 17:02 — 👍 1 🔁 0 💬 0 📌 0
As a general rule, when merging a pull request from a feature branch with a messy commit history, you should squash your commits. There are exceptions, but i...
Squash your Pull Requests
☁️ Surprising no one, I have *opinions* about Git, and I just put up a new video on the @cloudfour.com channel all about why I think you should be squashing your pull requests. https://www.youtube.com/watch?v=Jvmm4BuvgPc
07.08.2023 17:57 — 👍 2 🔁 3 💬 0 📌 0
Accessible Animated GIF Alternatives
Can our GIF-like embeds support playback controls, alternative text, and reduced motion?
In this follow-up to my recent GIF alternative overview, I build up an accessible animated GIF replacement pattern that supports playback controls, provides alternative text, and respects motion preferences: https://cloudfour.com/thinks/accessible-animated-gif-alternatives/
21.07.2023 16:26 — 👍 1 🔁 2 💬 0 📌 0
The responsive images spec covers a lot of use cases, but most of the time you’ll only need one: Serving a different sized copy of the same image depending o...
Responsive Images the Simple Way
I made a video about how to handle #HTML responsive images the simple way! Making videos like this is a new thing I'm trying for @cloudfour.com — let me know what you think! https://www.youtube.com/watch?v=DtV_2zXtuiU
17.07.2023 17:40 — 👍 1 🔁 1 💬 0 📌 0
⚓ https://dbushell.com
Freelance Designer, Web Developer, Blogger, UK
Front-end developer looking for my next role 👩🏻💻
@a11ytalks.com organizer ♿️
Knitter, spinner, and lover of stationery 🧶 ✒️
Website: https://aubreysambor.com
Mastodon: https://labyrinth.social/@starshaped
Design Engineer at Linear
Software engineer. Helping you master automated testing at http://EpicWeb.dev. Author mswjs.io. Instructor egghead.io.
I tell stories @zakarcher.com.
My debut book "LOGGERHEADS" it out 👇
https://zakarcher.com/books/loggerheads
goblin, candlemaker (bugsrock.online), one of the greatest minds in web development (jennschiffer.com) and blogging (livelaugh.blog), and nyc co-host of robot karaoke (robotkaraoke.live)
Creativity. Tech. Words. ADHD. British-born. Naturalised German. Hyperlexic. Bendy. Adventure gamer. Married. Ally. Vegan. Idealist.
Green web dev. Copywriter. SEO. Translator. Designer. W3C Invited Expert.
Long covid survivor. I mask indoors.
Executive Engineering Leader | UI Platform Visionary | Web Standards | Open Source | Engineering Culture | linktr.ee/eisenbergeffect
Principal Technical Program Manager at Microsoft advocating for Playwright testing 🎭.
Nuxt ambassador, Google Dev Expert, Former GitHub ⭐️ and MVP
Check my site for blog posts/videos/podcasts debbie.codes
🚴♀️🏃♀️👟🎾🏊♀️⛷️ in my free time
Frontend Engineer at MRI Technologies / NASA. Web tinkerer, wheelchair user (SMA), font hoarder, INTJ, Christian.
https://blakewatson.com
On a mission to make the web faster, one perf feature at a time. Web platform @ Shopify. WebPerfWG and WICG co-chair. RICG4life. Opinions are my own, etc.
The AI-powered developer platform to build, scale, and deliver secure software.
FACTS NOT FICTION
CURATOR not CREATOR
News • Politics • Observations
* It doesn’t have to be this way *
📹 I make tech videos
👩💻 Software engineer 12+ years
☁️ Currently @ Fly.io
Previously @ Render and Heroku
Fly.io: https://www.youtube.com/@flydotio
Annie: https://www.youtube.com/@AnnieSexton1
I also make comic books. See my art @anniecomics.bsky.social
Investigative journalism 🕵️, politics 🗳️, chart-tastic 📊, and sometimes sarcastic 🙄😌🤪
Join our people-powered nonprofit newsroom: motherjones.com/subscribe
Senior dev @github.com| Speaker & educator | Talking accessibility, refactoring, AI & career growth | Host of Overcommitted | The Balanced Engineer | Building sustainable careers in tech | brittanyellich.com #pdx
the web framework for content-driven websites.
Systems Designer at GitHub, CSS nerd, co-host of the Complementary podcast.
katielangerman.com
Human who codes. Creator of @eslint.org. Author. Speaker. Advisor. Coach. GitHub Star.
Mastodon: https://fosstodon.org/@nzakas
Blog: https://humanwhocodes.com
Coaching: https://humanwhocodes.com/coaching
DevRel at @deno.land
Late-blooming choir boy.
Eater of foods.
https://philhawksworth.dev
he/him