A systematic approach to debugging | nicole@web
Bricolage | Some notes on Local-First Development
JavaScript WTF: Why does every() return true for empty arrays? - Human Who Codes
Building a toast component
A Guide to React Portals - Semaphore
Challenging Established Norms: Making Component Fetching the Exception
Type safe CSS design systems with @property · 1 September 2023
Building Meta’s Threads App (Real-World Engineering Challenges)
Some useful, non-obvious Postgres patterns
Enhance vs. Lit vs. WebC…or, How to Server-Render a Web Component
label - JavaScript | MDN
Using Labeled Loops In JavaScript
A Wide View of Automated Testing in React Apps - React Handbook
Tracking Errors in a Node.js Application | AppSignal Blog
Let's track errors in our Node.js application in a convenient, automated, and safe way.
Installing Zsh (and oh-my-zsh) in Windows Git Bash
I’ve recently started using Windows again. After a long time using a customised Zsh shell on macOS and Linux though, I’ve started to miss some of the small productivity boosts that Zsh plugins offered me. Of course, I could set up the shell as I want it under WSL, but WSL doesn’t always play nicely with Windows-native applications and tools. To remedy this, I looked into how I could set up Zsh to run instead of Bash in Git Bash.
Using zsh on Windows
Notes on setting up zsh shell on Windows Terminal
Falling For Oklch: A Love Story Of Color Spaces, Gamuts, And CSS — Smashing Magazine
The CSS Color Module Level 4 specification defined a slew of new color features when it became a candidate recommendation in 2022, including Oklab and Oklch, which have widened the field of color we have to work with. Explore the Oklch color space and how to start using it in CSS today.
How to make next-level Figma plugins: auth, routing, storage, and more—Martian Chronicles, Evil Martians’ team blog
Playbook, a platform for creators to store, organize, and collaborate with creative content, needed a Figma plugin to create a smoother experience for designers. Learn how we built them a full-featured frontend application-style Figma plugin, with storage, auth, routing, and more. Plus, get tool recommendations and other tips!
Four new CSS features for smooth entry and exit animations - Chrome Developers
Learn about new capabilities that enable smooth transitioning of discrete animations and between the top layer
A Future of Themes with CSS Container Style Queries | chriskirknielsen
One way to implement themes on a website with style queries
Node.js Reference Architecture | Node.JS Reference Architecture
Overview
Node.js Toolbox
Find actively maintained and popular libraries in the Node.js ecosystem
Creating an NPX tool
A guide to creating an NPX tool accessible from anywhere, 'no download required'.
FIFO queues are all you need for cache eviction
A Few Interesting Ways To Use CSS Shadows For More Than Depth — Smashing Magazine
We often think of shadows in CSS as something to reach for when we want to add depth to a design. But shadows can be used for more than depth. Let’s experiment with different shadows — two CSS properties and a filter — to make interesting hover effects, different text styles, and even casting shadows on other shadows.
Putting the "You" in CPU
Why build from sources - Gentoo Wiki
| React Suspense in three different architectures
Unpacking React's most versatile API
Using the Background Sync API with the Angular service worker
Fuzz Testing Is the Best Thing To Happen to Our Application Tests | QuestDB