Stefan Judis's Avatar

Stefan Judis

@stefanjudis.com.bsky.social

Freelance dev sending Frontend news to 6k people over at webweekly.email. Sharing lots of tips'n'tricks on the way. Google Dev Expert, Microsoft MVP and Playwright Ambassador

1,752 Followers  |  296 Following  |  384 Posts  |  Joined: 09.05.2023  |  2.2604

Latest posts by stefanjudis.com on Bluesky

Web Weekly β€” your friendly web dev newsletter.

Web Weekly β€” your friendly web dev newsletter.

You know the drill. 🫣

I'm just about to get ready to sit down to write this week's Web Weekly newsletter. If you're into webdev news close to the platform (you know vanilla HTML, CSS and JS), join the fun. πŸ‘‡

webweekly.email

10.08.2025 16:56 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

If it helps also happy to jump on call or give feedback. :)

10.08.2025 14:58 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Alex asked me how I record, edit and publish my YouTube videos, so I wrote down my process and setup. Maybe it's valuable for someone.

www.stefanjudis.com/blog/how-i-r...

10.08.2025 14:10 β€” πŸ‘ 10    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
How I record, edit and publish YouTube videos My video recording process and setup.

Here you go. πŸ‘‡

www.stefanjudis.com/blog/how-i-r...

10.08.2025 14:09 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I'm unsure if I'll use this, though, because it feels very busy to me and I've already pretty nice auto-completion thanks to my ZSH setup 🀷

08.08.2025 15:17 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

πŸ’‘ Quick VS Code tip: if you use the built-in terminal, there's a new preview feature: IntelliSense for terminal auto-completion.

Flip these two flags in your `settings.json` to turn it on:

```
"terminal.integrated.shellIntegration.enabled": true,
"terminal.integrated.suggest.enabled": true,
```

πŸ‘‡

08.08.2025 15:15 β€” πŸ‘ 9    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

That's helpful. Thanks!

08.08.2025 09:20 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

haha... 🫣

Do you have any more questions Alex? I've a fairly chilled day today and blogging about my video flow has been on the list for ages, so I might give it a shot today.

08.08.2025 06:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Import maps work in Node.js since v14!
YouTube video by stefan judis Import maps work in Node.js since v14!

πŸ’‘ TIL: Import maps are a thing in Node.js. And they're supported since v14 (we're currently on v22 LTS).

www.youtube.com/shorts/VChlk...

06.08.2025 17:24 β€” πŸ‘ 7    πŸ” 2    πŸ’¬ 0    πŸ“Œ 1
A funny blob hanging out of a washing machine.

A funny blob hanging out of a washing machine.

This might not be the most efficient or best way to remove the background from photos, but I promise it'll be the most satisfying one.

tools.dverso.io/bgremove/

07.08.2025 06:55 β€” πŸ‘ 7    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0

No biggie. I have the code still in front of me. ;)

06.08.2025 18:32 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
VS Code autocompleting a custom import path

VS Code autocompleting a custom import path

As far as I tested it, VS Code does yes. πŸŽ‰

06.08.2025 18:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Import maps work in Node.js since v14!
YouTube video by stefan judis Import maps work in Node.js since v14!

πŸ’‘ TIL: Import maps are a thing in Node.js. And they're supported since v14 (we're currently on v22 LTS).

www.youtube.com/shorts/VChlk...

06.08.2025 17:24 β€” πŸ‘ 7    πŸ” 2    πŸ’¬ 0    πŸ“Œ 1
Web Weekly 164

- The aria-label translation problem
- Speculation rules 
- The anatomy of a web component
- Logical assignment operators
- The State of HTML survey
- Stacked CSS transforms

Web Weekly 164 - The aria-label translation problem - Speculation rules - The anatomy of a web component - Logical assignment operators - The State of HTML survey - Stacked CSS transforms

The new Web Weekly is about to hit all the inboxes in just a little bit. πŸ“« πŸ₯‚

If you want to stay up to date with the web platform (you knowβ€” good old HTML, JS, and CSS), you should check it out. πŸ‘‡

www.stefanjudis.com/blog/web-wee...

04.08.2025 08:44 β€” πŸ‘ 11    πŸ” 4    πŸ’¬ 1    πŸ“Œ 1

Thanks for the shout out Craig. ❀️

04.08.2025 14:50 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Agreed. 🀝

04.08.2025 12:37 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Your Strengths Are Your Weaknesses The qualities you value most in engineers are also creating your biggest problems. Here’s how to handle this paradox.

Saw this one in @stefanjudis.com's Web Weekly newsletter. It's a really interesting read that might change your perspective on each other's strengths and weaknesses in a positive way.

Your Strengths Are Your Weaknesses terriblesoftware.org/2025/03/31/y...

04.08.2025 12:21 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 1    πŸ“Œ 1

It really does change your thinking, doesn't it? I think about this all the time after reading this article. πŸ˜…

04.08.2025 12:30 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Web Weekly 164

- The aria-label translation problem
- Speculation rules 
- The anatomy of a web component
- Logical assignment operators
- The State of HTML survey
- Stacked CSS transforms

Web Weekly 164 - The aria-label translation problem - Speculation rules - The anatomy of a web component - Logical assignment operators - The State of HTML survey - Stacked CSS transforms

The new Web Weekly is about to hit all the inboxes in just a little bit. πŸ“« πŸ₯‚

If you want to stay up to date with the web platform (you knowβ€” good old HTML, JS, and CSS), you should check it out. πŸ‘‡

www.stefanjudis.com/blog/web-wee...

04.08.2025 08:44 β€” πŸ‘ 11    πŸ” 4    πŸ’¬ 1    πŸ“Œ 1
Web Weekly β€” Your friendly web dev newsletter.

Web Weekly β€” Your friendly web dev newsletter.

I took a bit of a break but I'm at my desk already to write the next Web Weekly.

If Frontend news very close to the platform (you know HTML, CSS & JS) are you thing, you should check it out. πŸ‘‡

webweekly.email

03.08.2025 18:29 β€” πŸ‘ 14    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
Web Weekly β€” Your friendly web dev newsletter.

Web Weekly β€” Your friendly web dev newsletter.

I took a bit of a break but I'm at my desk already to write the next Web Weekly.

If Frontend news very close to the platform (you know HTML, CSS & JS) are you thing, you should check it out. πŸ‘‡

webweekly.email

03.08.2025 18:29 β€” πŸ‘ 14    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
Escape enshittification

Using RSS is a way to regain control over the information you read online. Instead of letting platforms like Twitter or TikTok control what you see based on engagement metrics meant to prolong your time on the platform and subject you to endless ads, you can subscribe only to the sources and writers you want to read. Unlike enshittified social networks, your RSS feed will give you exactly what you signed up to read β€” no promoted posts, no algorithmic deboosting for posts that dare to link to articles, no ragebait from people you don’t follow.

Escape enshittification Using RSS is a way to regain control over the information you read online. Instead of letting platforms like Twitter or TikTok control what you see based on engagement metrics meant to prolong your time on the platform and subject you to endless ads, you can subscribe only to the sources and writers you want to read. Unlike enshittified social networks, your RSS feed will give you exactly what you signed up to read β€” no promoted posts, no algorithmic deboosting for posts that dare to link to articles, no ragebait from people you don’t follow.

A ❀️ for RSS.

> Using RSS is a way to regain control over the information you read online. πŸ’―

www.citationneeded.news/curate-with-...

Thx @molly.wiki

03.08.2025 18:14 β€” πŸ‘ 25    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0

Sorry to hear that. :/ I hope you keep writing because I think you publish good stuff! 🫡

02.08.2025 15:10 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

πŸ‘‹ Not sure I follow. May I ask what privileges we're talking about? πŸ˜…

28.07.2025 20:25 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Version 26
Safari 26.0 Beta Release Notes
Released July 7, 2025 β€” 26.0 beta (20622.1.18)
Version 18
Safari 18.6 Beta Release Notes
Released July 1, 2025 β€” 18.6 beta (20621.3.7)

Version 26 Safari 26.0 Beta Release Notes Released July 7, 2025 β€” 26.0 beta (20622.1.18) Version 18 Safari 18.6 Beta Release Notes Released July 1, 2025 β€” 18.6 beta (20621.3.7)

I can't be the only one being constantly confused about the Safari version jump from 18.6 to 26, can I?

My brain sees "26", and is like "Huh?!" and it takes like ten seconds until I remember the change. πŸ˜…

28.07.2025 13:01 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

fun news! I was laid off from Twilio.

going to take this weekend to chill out, and will start looking for roles next week.

if you or someone you know is looking for staff/principal level Developer Advocacy, OSPO, dev infra, or similar roles pass them along!

reposts from tech folks appreciated <3

25.07.2025 21:01 β€” πŸ‘ 422    πŸ” 272    πŸ’¬ 36    πŸ“Œ 9
Preview
Senior Backend Engineer - Toronto, ON - Indeed.com vlt technology inc.

So what now? I've gone with the best of the worst & made an "unpromoted" job on Indeed for free (because that's a thing you can do there, unlike LinkedIn). If you know anyone in the GTA that likes server-side JS or likes what we're doing at vlt.sh, please share: ca.indeed.com/job/senior-b...

23.07.2025 18:40 β€” πŸ‘ 7    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0

"Sorta"; bachelor of science in "Media Computing" (Medieninformatik). I had some web courses but the majority was about programming basics (Java, C++), exotic things like video editing & 3d modeling, and some ethics.

It was good to get me hooked but pretty useless to get me ready for the industry.

21.07.2025 19:36 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yes, this makes sense. :)

re the reading list: I learned about this feature when I was done, looking at the final summary. πŸ€¦β€β™‚οΈ

That's probably on me, but yeah... Read later definitely helps out here. :)

21.07.2025 15:25 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
State of HTML 2025 Take the State of HTML survey

Alright, I skipped some things at the end because they're not for me (USB, Payment, NFC, etc)...

But, as always, the survey is time worth spend to learn about new stuff, but also to tell browser vendors about your pain points. Go and fill it out now. 🫡 ✌️

survey.devographics.com/en-US/survey...

21.07.2025 14:06 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@stefanjudis.com is following 20 prominent accounts