What I'm Reading - February 2024
Do Anything, Side Projects, JavaScript Bloat, Enshittification, and CLI tools
Mar 3, 20244 min read160

Search for a command to run...
Articles tagged with #javascript
Do Anything, Side Projects, JavaScript Bloat, Enshittification, and CLI tools

How many times have you worked on an application and you needed a random alpha-numeric string? Did you try to provide a list of numbers and characters in a string and pass in a length to randomly generate a string with a loop? Using Node.js, this can...
