Yet another way of doing a nullish check: if (Object.is(a ?? null, null)) { /* a is either null or undefined */ }

What are Reverse-API Gateways?

What's new in ES2023?

Building a message board with Next.js and AppWrite

Building a bidding system with NextJS new app router and server actions

Building the biggest list of useful open-source libraries

Updates from the 96th TC39 meeting

Writing Integration Tests that Run Inside a Unit-testing Framework like Jest

Seamless, full-stack authentication in Next.js

I think I finally “get” JS objects