One dev’s journey from Node to Rust

December 2, 2021 By Mark Otto 0

The Best Starting Word in WORDLE?WORDLE is an online word game that’s a bit like ‘Mastermind’ but with 5 letter words. And, of course, if you’re a developer, why not use code to analyze an approach to playing it? Amusingly, I used the tip on today’s game and the final 5 letter word described my approach..

Bertrand Fan

IN BRIEF:

  • GitHub Actions now supports Node 16 so you can use the latest syntax for those using runner: node16 – thanks to Gregor for noticing this.

  • Taking part in this year’s Advent of Code? AoC Runner is a Node utility to help you create and run your solutions more quickly if you want to get on the leaderboard.

Node v17.2.0 (Current) Released — It’s V8 9.6 time for Node, although it’s a pretty minor change along with everything else in this release – more of a gentle step forward than a leap.

Michaël Zasso

24 Days From Node.js to Rust: Day 1 — Like many, JavaScript developer Jarrod is taking a look at Rust, and he’s starting to blog some notes about the process looking through a Node.js lens.

Jarrod Overson

Find Tech Jobs with Hired — Create a profile on Hired to connect with hiring managers at growing startups and Fortune 500 companies. It’s free for job-seekers.
Hired

🛠 Code & Tools