Published at
Updated at
Reading time
5min
The Web Weekly newsletter keeps you up to date, teaches you web development tricks and covers all things working in tech.

Welcome to Web Weekly #3!

This week includes a tool to make any device with a browser an additional screen, beautiful stickers, Puppeteer scripting and impressive CodePen demos.

Ready? Let's do it!

It's all about patience

I came across an exceptionally polite GitHub conversation that made me laugh.

GitHub conversation where a person asks for an update seven years later

And the best thing about this conversation; the maintainer merged the pull request with the epic name "FuckIt.js support" after seven years. ๐Ÿ™ˆ

Record Puppeteer scripts in Chrome Developer Tools

Chrome devtools with an open "sources" panel to record interactions as a puppeteer script

The Chrome 89 DevTools updates are very extensive. The changelog includes many useful additions, but the ability to record Puppeteer scripts right within the developer tools is my highlight.

Find out how to record Puppeteer scripts

How many people use alt text on Twitter?

Source code: div[aria-label="Image"], div[aria-label="Embedded video"] { 	filter: grayscale(1) contrast(0.5); } div[aria-label="Image"]:hover, div[aria-label="Embedded video"]:hover { 	filter: none; }

I followed Eric Meyers approach to highlight accessible content on Twitter. He advises to set up a custom Twitter stylesheet to display inaccessible images in greyscale. And what shall I say, since I have these settings enabled my timeline is much more grey than I expected... :/

Read "Highlighting Accessible Twitter Content"

Beautiful pixelated stickers

Many pixelated stickers under the headline "Stickers" By Anna Rankin

In March 2020, I ordered a set of wonderfully pixelated stickers from Anna Rankin. You have to check the dog in front of a computer and "You belong in tech"! Anna closed her shop for a while but opened it again last week! ๐ŸŽ‰ If stickers are your thing, her Etsy shop is worth going shopping.

Let's go sticker shopping!

#HTMLElementInATweet

Tweet by Michael Scharnagl: Day 22: ruby Represents small annotations   Informationsquelle  The term ruby originated as a unit of measurement used by typesetters, representing the smallest size that text can be printed on newsprint while remaining legible.

Do you wonder when to use the ruby, cite or kbd HTML element? Every day, Michael Scharnagl explains one HTML element in a Tweet. It's worth following along to learn more about HTML!

Learn more about HTML

New Tiny Helpers

Screenshots of Lighthouse CI Diff, gif2avif and the interactive SVG coordinates explorer

You might know that I'm collecting single-purpose online tools on tiny-helpers.dev.

My recent favourite additions are:

Find more Tiny Helpers

CodePen Highlights showing a bike, a tree house, some fun radio buttons and an airplane

CodePen released their most popular pens in 2020, and it's a massive collection of impressive and creative work.

My highlights are:

Check the popular pens of 2020

How I Learned to Stop Worrying and Love the Blog

Make the time: "Being busy is a choice" โ€“ Ann Voskamp

Finn Qiao shared key takeaways after he started blogging. If you want to get into writing, this article is a good primer on the topic!

Read "How I Learned to Stop Worrying and Love the Blog"

Three useful projects to have a look at

A quote to think about

Framework choices, CSS methodologies, semicolons or the lack of them... we all have opinions on these. Still, just because we have opinions, it doesn't mean that everybody wants to hear them.

Rachel Andrew brought it to the point.

I'd suggest that anyone who feels they have important things to say gets a blog, does some critical thinking on their subject, and writes about it. Rather than feeling the need to convince women on the internet one by one via DM and email.

A song that makes you stop coding

Cover of "Laurent Bardainne & Tigre d'Eau Douce - Porsche 944 (Official Audio)"

This week's track is "Laurent Bardainne & Tigre d'Eau Douce - Porsche 944". It's a funky Saxophone track with a catchy hook line that made me stop looking at my screen to listen to the music.

Let's get funky!

And that's a wrap for the third Web Weekly! ๐ŸŽ‰

If you enjoyed this edition, a quick share means the world to me. :)

Stay safe, and I'll talk to you next week! ๐ŸŽ‰ ๐Ÿ‘‹

PS. I heard the cool kids use RSS. You can find multiple feeds on my site.

Was this post interesting?
Yes? Cool! You might want to check out the email version. The last edition went out 13 days ago.
Stefan standing in the park in front of a green background

About Stefan Judis

Frontend nerd with over ten years of experience, freelance dev, "Today I Learned" blogger, conference speaker, and Open Source maintainer.

Related Topics

Related Articles