Tag: nodejs
From REST to GraphQL a real world experiment
I was following the GraphQL story already quiet a long time. And I finally decided on a very good project to try building a GraphQL server. In this article I am going to use the Hyperwallet REST V3 APIs and expose them via a GraphQL Server.
An easy way to prevent NPM-gate
I think everyone has heard about the current NPM-gate by now. But there are easy measures especially for companies to prevent problems like that for their internal development. This is not going to be just another review of the issue and trying to figure out who is right and who is wrong. Instead I am going to explain ways to prevent issues like that from happening and blame our self (including me) for the issue.
Why we switched to webpack away from browserify
This article is gonna show you the reason for me to switch from browserify to webpack to build a major client-side web application.