Tag

node

Node.js Projects for Fun and Profit

With Tiny Node Projects by Jonathan Wexler

Learn Node.js or take your existing skills up a notch with this book.

Building practical blockchain apps

From Programming Hyperledger Fabric by Siddharth Jain

Mastering Unit Testing

From The Art of Unit Testing, Third Edition by Roy Osherove

Routing and Analyzing Request Data with Node.js

From Get Programming with Node.js by Jonathan Wexler

This article covers routing and how a few more Express.js methods allow you to send meaningful data to the user before building a view. We’ll also walk through collecting a request’s query string. The article ends touching on the MVC design pattern.

Prototyping a la Node with Express

PBJS_2015_WP
By Pam Selle

This video is Pam Selle’s presentation at the Powered by JavaScript 2015 conference

Managing Node.js project dependencies with npm and a package.json file

By Simon Holmes

In this article, excerpted from the book Getting MEAN with Mongo, Express, Angular, and Node, I talk about how to manage Node.js project dependencies with nmp and a package json file.

Node.js in Action: Relational database management systems

By Mike Cantelon, author of Node.js in Action, Second Edition
Developers have many relational database options, but most choose open source databases, primarily because they’re well supported, they work well, and they don’t cost anything. In this article, we’ll look at MySQL, one of the two most popular full-featured relational databases.

Node.js in Action: Relational database management systems (PDF)

© 2023 Manning — Design Credits