Quick Color Functions for a Node.js CLI 🔗
Here are a few functions for adding color to CLI output while respecting the NO_COLOR env variable. [...]
a collection of dev rss feeds - blogroll
Posts
Here are a few functions for adding color to CLI output while respecting the NO_COLOR env variable. [...]
TIL about the Server-Timing header and the accompanying browser dev tools feature. So I built a quick helper to create and transmit performance timers [...]
Prompt the user if they'd like to continue when executing a Node.js script from the command line. [...]
How to check if a Node.js (ESM) program is being executed on the command line or when imported by a Node.js process. [...]
Some libraries are not available on npm or not published in a way you'd like to consume. Vendor them to your project from a URL with vendurl. [...]
How I'd teach a newcomer to build for the web. [...]
Use Enhance @bundles to include htmx and make it available to all of your app's web components. [...]
How I put a 76MB file in a Lambda and grab a random line without loading the whole thing into memory. [...]
I added image uploading to my custom blog editor, so here's some AI bison I made with Midjourney. [...]
Less browser JS pixel pushing and more hard work on the server. [...]
A roundup of posts I've authored for Begin.com's blog. [...]
A command to run git clean with a confirmation step [...]
Back at it. My first entry on tbeseda.com. I can't remember all the places I've published content, but I'm motivated to centralize it. It may not alwa [...]
A simple script to run Hurl tests against a Node.js server [...]
The original web was a revelation... [...]
List directories at the command line with exa. [...]