Node 16.4.0 released

June 24, 2021 By Mark Otto 0

Learn to Build Scalable React Apps — Brian Holt covers the latest tools in the React ecosystem like TypeScript, TailwindCSS, Redux, Jest, and more in this new and updated video course!

Frontend Masters

ApostropheCMS 3.0 Released — The latest release of a fully featured MIT-licensed Node.js-based CMS. It’s now powered by headless RESTful APIs from the ground up, has a new visual editing experience (powered by Vue.js), and improved modularity for extending it. GitHub repo.

Alex Gilbert

28 (And Counting) Node CLI App Best Practices — From the creator of several Node-based CLI tools is a curated collection of best practices for building “successful, empathic and user-friendly” CLI tools using Node.

Liran Tal

Vercel Raises $102M Series C Round — Vercel (formerly ZEIT) is an increasingly popular deployment platform in our community and it was founded by someone well known in the Node scene, so it’s good to see them doing well. They manage the Next.js project too, and some of the money is intended to push that along further.

Guillermo Rauch

🛠 Code and Tools
supported by Okta

RunJS 2.0: A Desktop Playground for JavaScript and TypeScript — First appearing 2½ years ago, this cross-platform desktop tool has just had a major update with support for multiple tabs, autocomplete, and type checking. If you want a quick, handy JavaScript ‘sandbox’ on your desktop, it’s worth checking out.

Luke Haas

dotenv-linter: A Lightning-Fast Linter for .env Files — It’s written in Rust but if your project is using a .env file to store environment variables and you want to catch problems like duplicated keys or trailing whitespace, this may have value to you.

Grachev Mikhail