OPI Blog
Learn from experts in their fields

Browsing Tags: Node

Jun 29, 2018
GraphQL: Most of the Parts
Hello! My name is Dustin Schau and I hope to share some knowledge with you about… you guessed it, GraphQL! I intend for this to be a gentle introduction to foundational concepts of GraphQL. In ...
Build your svg on the server using Swagger, Node, Express
Recently, I had the need to share an svg chart between a javascript (React) app, an android app, and an iOS app. One option would be to write code in all three application to generate ...
GraphQL in Spring Boot (Take Two)
When I wrote “Implement a GraphQL Endpoint in a Groovy App” this past July, I had yet to actually use GraphQL anywhere other than a pet project. Well, that has changed and so have my ...
Node.js Framework Comparison: Express.js vs Hapi.js
Comparison: Express vs. Hapi Today we are going to talk about two popular Node.js web application frameworks: Express and Hapi. While these frameworks seek to solve similar problems, they vary fundamentally in their approaches and ...
Nov 16, 2016
Adding Logging and Swagger to a Hapi Node Server
I am starting to like the Hapi node server. It is a real alternative to express. In this post we are going to add logging and swagger to the Hapi server we started working on ...
Oct 11, 2016
Creating a Node server with Hapi and Joi
Hapi Hapi, Joi Joi I love that the creators of these libraries must have been Ren & Stimpy fans. The names might be weird, strange, and hilarious, but there is nothing odd or bizarre going ...
We want you to be MEAN ! (Part 2)
In this second installment on the MEAN stack,  we are going to complete an integration between a service layer module written in NodeJS, and MongoDB as our document persistence.  We will be using the NodeJS ...
We want you to be MEAN !
Welcome to this blog series on the MEAN stack!  We hope you are not a mean person, but that you will be a MEAN developer.  This blog assumes you are new to MEAN, and would ...