Using ‘execa’ to run other processes
March 3, 2022
Running Commands with Simon Plenderleith |
Tired of Egregious Egress? — Vultr offers affordable Cloud Compute across more than 20 global locations featuring advanced networking features and a one-click Application & OS Marketplace. Instances start as low as $2.50 per month. Claim $100 in credit now. Vultr |
📄 PDF: From JavaScript to Rust: A Free Book — A book that attempts to map common JavaScript workflows to the Rust ecosystem, if you’ve been keen to pick up the increasingly popular systems language. There’s also a GitHub repo with the source for the book. Jarrod Overson |
🛠 Code & Tools
dnt: Deno-to-Node Package Transformation Tool — Takes a Deno module and creates an npm package for use in Node. Goes further than mere packaging though and actually injects shims, transforms commonly Deno code forms to Node approaches, and more. Deno Land |
Nohm 3.0: An ORM-of-Sorts for Redis — Redis is a popular in-memory data structure store commonly associated with caching. It’s not inherently relational, but you can model such data structures within it and Nohm provides some abstractions to Node users. Moritz Peters |
🕰 ICYMI (Some older stuff that may catch your eye…) |