Reducing HTML Payload With Next.js (Case Study)

I know what you are thinking. Here’s another article about reducing JavaScript dependencies and the bundle size sent to the client. But this one is a bit different, I promise. This article is about a couple of things that Bookaway faced and we (as a … more Read More

How to Implement a Simple Task Queue in Node.js

This tutorial explains and demonstrates queuing systems. Queues are often used to process long-running tasks such as email newsletter delivery. It’s not always practical to execute a task the moment it’s requested. Consider an email newsletter administration … more Read More

Insights & Metrics that Inform the Paste Design System

On Twilio’s Paste design system team, we’re often curious about who uses our work and how they use it. Besides being generally interesting, this information helps us track the adoption of our system, which helps clarify the business case of our work, … more Read More

Node v16.1.0 (Current)

Notable Changes [ 8a90f55a05 ] – (SEMVER-MINOR) fs : allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287 Commits [ 28e16488cf ] – async_hooks,doc : replace process.stdout.fd with 1 (Darshan Sen) #38382 [ cbab7ec6e5 ] – benchmark : avoid … more Read More

International Telephone Input + Twilio

Phone number input is an essential part of many sign up forms that enable Twilio use cases like: Registering a new account (phone verification) Enabling SMS 2FA Requesting a callback from customer service Signing up for marketing notifications or appointment … more Read More