Weekly Digest 32/2021

Marco Biedermann
4 min readAug 15, 2021

--

Welcome to my Weekly Digest #32 which will be a little shorter this time.

This weekly digest contains a lot of interesting and inspiring articles, videos, tweets, podcasts, and designs I consumed during this week.

Interesting articles to read

A guide to designing accessible, WCAG-compliant focus indicator

This guide is aimed at both designers who want to learn about accessibility considerations for designing focus indicators, as well as developers who want to implement them.

JavaScript needs more helper functions for iteration — where should we put them?

Iteration is a standard that connects operations with data containers: Each operation that follows this standard can be applied to each data container that implements this standard.

The World of CSS Transforms

The “transform” property is such a powerful part of the CSS language! In this blog post, we’ll take a deep look at this property and see some of the nifty things it can do.

Some great videos I watched this week

Supercharge GitHub Issues with this new feature

Create issues, break them into tasks, track relationships, add custom fields, and have conversations. Visualize large projects as spreadsheets or boards, and automate everything with code.

Understanding Semantic Versioning with Real-World Examples

Semantic Versioning, or semver for short, is one of those systems that’s used all the time by developers but often not understood. It’s one of those systems that just sorta works and you don’t have to think about it too much, but it actually helps a lot to take some time and understand what the numbers mean and the implications of updating to a new version.

Centering with Negative Transforms… and Sensible Wrapping!

As we’ll see at the end of this quick video: fit-content is our friend for sizing content that is no larger than the intrinsic width but also can shrink without forcing anything with weird side effects like preventing line-wrapping.

Weird URL Protocols

Ever wondered what URL protocols are out there?

Thinking on ways to solve SWITCHES

In today’s GUI challenge I share my thinking on a way to solve a switch. A tiny, UX-packed component that ended up being one of the most involved challenges so far. Tons of great layouts, accessibility, animations, and interactions to share, which means tons of places for you to have a style preference

Useful GitHub repositories

PostCSS Custom Media

PostCSS Custom Media lets you use Custom Media Queries in CSS, following the CSS Media Queries specification.

dribbble shots

Skinclean website design

Mobile App — Lamp Product

Web Header Design

Modern Logo And Branding

Tweets

Picked Pens

Generative SVG Noise Pattern Maker 🎨

Podcasts worth listening

Syntax — TypeScript Utility Types

In this Hasty Treat, Scott and Wes talk about TypeScript utility types — what they are, why you might use them, why they exist, and more!

Syntax — How to Build a Website

In this episode of Syntax, Scott and Wes talk about the basics of building a website — how to get started for beginners!

CodePen Radio — Large Scale Planning

Chris and Klare chat about the incredibly daunting task of planning a project that is huge and long-term.

Thank you for reading, talk to you next week, and stay safe! 👋

--

--

Marco Biedermann
Marco Biedermann

Written by Marco Biedermann

Full-Stack JavaScript Engineer with focus on React, Redux & Node.js and passioned about Open Source working @Mobime based in Berlin, Germany marcobiedermann.com

No responses yet