Posts tagged with Express

Featured image for "Using custom scalar types with GraphQL and Apollo"
JavaScript

Using custom scalar types with GraphQL and Apollo

GraphQL comes with several types out-of-the-box, but in many cases you probably want to extend those with your own scalar types. In this tutorial we'll create our own ISO timestamp based scalar type with Node.js, GraphQL and Apollo.

Read more →
Featured image for "Writing a GraphQL API with Node.js, Express and Apollo"
JavaScript

Writing a GraphQL API with Node.js, Express and Apollo

GraphQL nowadays is often seen as an alternative to REST, each with its own benefits. With Apollo, we can consume GraphQL APIs, but additionally to that, we can create GraphQL API's as well by using Node.js and Express. In this tutorial I'll explore the possibilities.

Read more →
Featured image for "Working with Nodember"
JavaScript

Working with Nodember

In this tutorial I will be talking about the Node.js + Ember.js + Express + MongoDB stack, more commonly known as the Nodember stack.

Read more →
Featured image for "Working with the MEAN stack"
JavaScript

Working with the MEAN stack

With the introduction of Node.js you can write entire applications using only one language; JavaScript. A good example of this is the MEAN stack.

Read more →
Featured image for "Working with the MEAN stack: MVC"
JavaScript

Working with the MEAN stack: MVC

In this tutorial I will write both the front-end AngularJS MVC code and the back-end MVC code using Express to complete our app using the MEAN stack.

Read more →
Featured image for "Working with the MEAN stack: Application setup"
JavaScript

Working with the MEAN stack: Application setup

The MEAN stack is a pure JavaScript stack containing MongoDB, Express, AngularJS and Node.js. In this tutorial I'm going to use these to build our own app.

Read more →