Node.js Resources ↩
This document gathers Node.js related resources that caught our attention. |
- Error [ERR_REQUIRE_ESM]: require() of ES Module not supported by Borislav Hadzhiev, 2023.
- How the new ‘Top Level Await’ feature works in JavaScript, February 2020.
- Understanding Worker Threads in Node.js by Liz Parody, June 2019.
- Why and how to use ESLint in your project by Sam Roberts, September 2017.
- Securing Node.js RESTful APIs with JSON Web Tokens by Adnan Rahic, September 2017.
Blogs ▴
- The Good and the Bad of Node.js Web App Programming by Altexsoft, November 2022.
- 2ality Archives:
- A pipe operator for JavaScript: introduction and use cases by Alex Rauschmayer, January 2022.
- Publishing and consuming ECMAScript modules via packages by Axel Rauschmayer, January 2022.
- Introducing WebContainers: Run Node.js natively in your browser by Eric Simons, May 2021.
- Node.js best practices and performance analytics in 2021 by Kelvin Omeresshone, May 2021.
- Developing a CRUD Node.js Application with PostgreSQL by Glaucia Lemos, April 2021.
- Building custom Node.js event emitters by Lawrence Eagles, April 2021.
- Will Deno Catchup with NodeJS in 2021? by Charuka Herath, February 2021.
- How to measure and improve Node.js performance by Nick Johnstone, January 2021.
- Why Choose NestJS As Your Backend Framework? by Grzegorz Laszczak, October 2020.
- MongoDB: The Mongo Shell & Basic Commands by Shanika Wickramasinghe, October 2020.
- Deno vs Node - comparison by Ricardo Torrao, October 2020.
- Excelling with Sinon.js by Titus Stone, July 2018.
- Understanding V8's Bytecode by Franziska Hinkelmann, August 2017.
Books ▴
- Node.js: Novice to Ninja by Craig Buckler, June 2022.
(SitePoint, ISBN 978-1-9258-3652-3, ? pages) - Node Cookbook (4th Edition), by Bethany Griggs, November 2020.
(Packt, ISBN 978-1-8385-5875-8, 512 pages) - Node.js Design Patterns (3rd Edition), by Mario Casciaro, July 2020.
(Packt, ISBN 978-1-8392-1411-0, 660 pages) - RESTful Web API Design with Node.js 10 (3rd Edition) by Valention Bojinov, April 2018.
(ISBN 978-1-7886-2332-2, 178 pages) - Secure Your Node.js Web Application by Karl Düüna, January 2016.
(The Pragmatic Programmers, ISBN 978-1-6805-0085-1, 230 pages) - Node.js Essentials by Fabian Cook, August 2015.
( Packt, ISBN 978-1-7835-5162-0, 208 pages)
Libraries ▴
- Cytoscape, a graph theory (network) library for visualisation and analysis.
- Tedious – a pure-Javascript implementation of the TDS protocol.
- Node.js Best Practices by Yoni Goldberg.
- Node.js Lessons by Mohammad Shad Mirza.
- React Lessons by Mohammad Shad Mirza.