This article describes the journey of the migration towards a Federated GraphQL architecture. Specifically, it shows the GraphQL platform Netflix has built consisting of the Domain Graph Services ...
In this article, we will look at how to identify and fix performance issues in Go programs using the pprof and trace packages. We will begin by covering the fundamentals of the tools, then delving ...
When Greg Steel first investigated what the architecture for Xinja was going to look like just over four years ago, a few options were considered. One of those, according to Steel, now CIO of the ...
There has never been a more compelling time to be in the API integration and management software business. From new technologies such as cloud-based microservices to 5G, from the Industrial Internet ...
Really, you only need to do two kinds of testing: Unit testing (to make sure that your individual components work) and end-to-end testing (to make sure your application works). Anything else is just a ...