Node.js GraphQL API / Auth from Scratch

A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch – express, graphql – (graphql compose), mongodb (mongoose). – watscho/express-graphql-mongodb-boilerplate… Read more

Similar

Node.js 7.7.3

Windows 32-bit Installer: https://nodejs.org/dist/v7.7.3/node-v7.7.3-x86.msi Windows 64-bit Installer: https://nodejs.org/dist/v7.7.3/node-v7.7.3-x64.msi Windows 32-bit Binary: https://nodejs.org/dist/v7.7.3/win-x86/node.exe Windows 64-bit Binary: https:/... (more…)

Read more »

The Death of a Node.js Process

This post is based on content from my recently published book, Distributed Systems with Node.js. If you're interested in building Node.js services, especially those that interact with external systems, then I highly recommend checking it out. It contains ... (more…)

Read more »

A curious case of memory leak in a Node.js app

This is a story of a bug I had an opportunity to fix in the ancient times of node.js 0.10. The new and shiny node.js 0.12 was still just glimmering somewhere on the horizon, we were still young and beautiful. Some of us, at least.

Read more »