Weekly Digest 14/2021
Welcome to my Weekly Digest #14 š±
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
Top-level await is available in Node.js modules
Node.jsā top-level is available in ES modules. Find out about three ways to enable it and untangle your code.
From Express to Fastify in Node.js
It has been almost two years since Express has been updated, and a lot of new great tools came around since then. I recently tried Fastify for the first time, and it took me no longer than a few minutes to decide to make a switch. Let me share with you a few main reasons.
Sass Guidelines improvements
Kitty Giraudel recently came back to Sass Guidelines. Not to update the content, but to work on the site itself. It turns out they learned a lot in the last few years and found many improvements worth doing. They thought it would be interesting to discuss them in this post. Here are the different topics weāll go through.
Dark mode in 5 minutes, with inverted lightness variables
By now, you probably know that you can use custom properties for individual color components, to avoid repeating the same color coordinates multiple times throughout your theme. You may even know that you can use the same variable for multiple components, e.g. HSL hue and lightness
Top React toast libraries compared
The top React toast libraries for when itās more trouble than itās worth to create your own custom toast components.
Some great videos I watched this week
Fix Your Mistakes, Donāt Commit Them! Pre-Commit Git Hook Checks with Husky and Lint Staged.
Itās time to stop committing broken tests, ugly code, type errors and lint errors to your git repository. With Husky, we can hook into gitās pre-commit hook to only allow code into our git repository that passes all of those above checks. Using lint-staged we can make it more efficient to focus our energy on the changed files.
5 Quick Tips about TypeScript
In this lesson we look at 5 simple ways TypeScript can describe your JavaScript code. The examples are taken from https://typescript-exercises.github.io/ and you can use this website to play around with the code yourself
Responsible JavaScript
While the performance of JavaScript engines in browsers have seen continued improvement, the amount of JavaScript we serve increases unabated. We need to use JavaScript more responsibly, which means we must rely on native browser features where prudent, use HTML and CSS when appropriate, and know when too much JavaScript is just that: Too much.
10 CSS Pro Tips ā Code this, NOT that!
Top 10 CSS Pro Tips to make your life as a web developer more productive. Some of the best programmers say CSS is too hardā¦ but you might be surprised at how modern techniques can dramatically improve your code.
Chrome 90 ā Whatās New in DevTools
Debugging support for CSS Flexbox, performance heads-up display on page, issues tab updates and more.
Useful GitHub repositories
forgit
š¤ A utility tool powered by fzf for using git interactively.
Vite
Vite is a new breed of frontend build tool that significantly improves the frontend development experience.
Photopea
Photopea.com is a free online tool for editing raster and vector graphics with support for PSD, AI, and Sketch files.
You Donāt Need GUI
Graphical user interfaces are super friendly to computer users. They were introduced in reaction to the perceived steep learning curve of command-line interfaces (CLIs).
Tweets
Podcasts worth listening
Hasty Treat ā VSCode Extensions and Tips
In this Hasty Treat, Scott and Wes talk about their favorite VSCode extensions, tips, and workflows!
Cursors and Pointers
What do mouse pointers, potatoes, and your fingers have in common? They can all interact with a screen! With CSS we can define how active our web boxes are, which areas are interactive, and what style the cursor should be. Maybe that means your mouse arrow becomes an animated magic wand, or maybe not.
Front-End Monorepo
We talked about our transition to a monorepo back in episode 305. This move has all sorts of advantages for us, like the simplicity of having a single repo to pull and be up to date with and linting/formatting code in a consistent way across the entire code base of CodePen.
Thank you for reading, talk to you next week, and stay safe! š