Weekly Digest 23/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.
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.
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.
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.
Useful GitHub repositories
Can I DevTools
Can I DevTools is like Can I Use but for the browser devtools.
DALL·E
PyTorch package for the discrete VAE used for DALL·E.
1LOC
What’s your favorite JavaScript single LOC (line of code)?
dribbble shots
Travel Mobile App
Task Management App
Plant Shop Mobile App Design
Tweets
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! 👋