tech/webdev magazine

July 5, 2017

Tutorial: How to build a GraphQL server

Wednesday, July 05, 2017 Teklinks

Earlier this week, we released a technical preview for Apollo, a GraphQL data stack. Apollo has two parts so far: An easy-to-use GraphQL client that integrates with React, Angular, Redux, and Meteor; An opinionated guide and tools for building a JavaScript GraphQL server.

Full article

How to use JavaScript libraries in Angular 2+ apps?

Wednesday, July 05, 2017 Teklinks

Do you remember when you were learning AngularJS (version 1), tutorials kept telling you that you don’t need to add JQuery into your project? That still did not change, you don’t need to add JQuery to your Angular 2+ project, but for any reason you might need to use some JavaScript libraries and

Full article

July 4, 2017

Node.js Performance Monitoring with Prometheus

Tuesday, July 04, 2017 Teklinks

This article helps you to understand what to monitor if you have a Node.js application in production, and how to use Prometheus - an open-source solution, which provides powerful data compressions and fast data querying for time series data - for Node.js monitoring.

Full article