Explore >> Select a destination


You are here

brunoscheufler.com
| | www.thepolyglotdeveloper.com
3.2 parsecs away

Travel
| | Learn how to develop an API with GraphQL using Node.js and MongoDB for querying and mutating data.
| | www.prisma.io
4.1 parsecs away

Travel
| | Structure and Implementation of GraphQL Servers (Part II).
| | janikvonrotz.ch
3.8 parsecs away

Travel
| | For my last project I had to build a web application to administrate a MongoDB database. Due to using Meteor quite a lot I heard about Graphql and the Apollostack. Graphql, which is a specification done by Facebook engineers, promises to be the better REST API (which I hope it is). I became curious and decided the build the server API with Apollo. First I tried to evade using the Meteor as build system as I don't want to get too accustomed to this full-stack ecosystem. However, building a live-reload server and client build system in ES6 with Node.js, Babel and Webpack was simply too much work compared to building this simple web app. So in result this was my stack:
| | winterbe.com
20.6 parsecs away

Travel
| This article describes a few techniques how to integrate React.js into traditional jQuery single-page-applications.