nodejs

A collection of 4 posts
Testing GraphQL Server in NodeJS
graphql

Testing GraphQL Server in NodeJS

When we started using GraphQL in our NodeJS project, we had a struggle with writing tests: we read numerous blogs, searching for the best way. Unfortunately, there didn't seem to be one, so we made one ourselves and here we'll share our way of testing GraphQL queries. This article will
3 min read
Anatomy of Sails.js API with GraphQL
nodejs

Anatomy of Sails.js API with GraphQL

If you're having troubles with organizing API for the Node.js app, using the Sails.js framework with the GraphQL, know that you're not the only one - we've been there too. Since this is not an every-day combination of technologies, it was challenging to define the anatomy of such
5 min read
5 Best Places to Learn about Node.js
nodejs

5 Best Places to Learn about Node.js

How do you manage to stay on top of things in the fast-paced Node.js world? We compiled a list of the best learning and newsgathering sources for you. The list will be handy both for beginners and for seasoned developers. 1. Node Weekly We hate spam. But we love
1 min read
Install NodeJS on Ubuntu
nodejs

Install NodeJS on Ubuntu

Installing NodeJS on Ubuntu machine takes a few easy steps: sudo apt-get install python-software-properties python g++ make sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs Node Package Manager (npm) is installed along the way.
Page 1 of 1