Weekly Digest 23/2022

Marco Biedermann
3 min readJun 12, 2022

--

Welcome to my Weekly Digest #23.

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

Better scrolling through modern CSS

There’s more to scrollbars than you might expect

How to pick the least wrong colors

An algorithm for creating color palettes for data visualization

Monorepos in JavaScript & TypeScript

This is a comprehensive tutorial on Monorepos in JavaScript/TypeScript — — which is using state of the art tools for these kind of architectures in frontend applications.

Some great videos I watched this week

Redwood in 100 Seconds

RedwoodJS is a full-stack JavaScript framework that combines the power of React, GraphQL, and Prisma into a single package. It is used to build serverless web applications with a relational SQL database for the storage layer.

by Fireship

New in Chrome 102: PWAs as File Handlers, inert, the navigation API, and more!

Chrome 102 is rolling out now! Installed PWAs can register as file handlers, making it easy for users to open files directly from disk. The inert attribute allows you to mark parts of the DOM as inert. The navigation API makes it easier for single-page apps to handle navigation and updates to the URL.

by Google Chrome Developers

Lerna 5 Walkthrough

A quick walkthrough of the latest release of Lerna 5 on an example repository with a Remix application and a couple of libraries. We’re going to see how to set up Lerna, make tasks running in Lerna extremely fast (powered by Nx), and how to publish packages to an npm registry.

by Nrwl

Why Vitest Is Better Than Jest

Vitest is a simple testing library built on top of Vite which takes everything I love about Jest and brings it to the modern age of JavaScript. Everyone that has worked with Jest knows how much of a pain it is to work with ES modules, but Vitest makes it trivial. Vitest also adds many additional features and quality of life changes that make it better than Jest in my opinion.

by Web Dev Simplified

dribbble shots

Travel Mobile App

by Wahab

Task Management App

by Rakib Kowshar

Plant Shop Mobile App Design

by Mahmudul Hasan

Tweets

Picked Pens

Configurable <input type="range" mode="circular"/>

by Jhey

Podcasts worth listening

Syntax — Syntax Live at Reactathon

In this episode of Syntax, Wes and Scott are live from Reactathon 2022!

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