Category: Javascript
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.
Universal React: Yes you should do it!
I recently came across the blog post Universal React: You’re doing it wrong by James K Nelson. His main statement in this article is, that universal react applications are not necessary and you should avoid using the history API and developing a universal application to safe time.
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.
React Native and its problems
In this article I am going to list some of the pain points I had working with react native while trying to create a small test mobile application with it.
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.