JavaScript test performance: getting the best out of Jest
11/12/21
In recent years Jest has established itself as the go-to testing framework for JavaScript and TypeScript development. It provides a... Read more
11/12/21
In recent years Jest has established itself as the go-to testing framework for JavaScript and TypeScript development. It provides a... Read more
05/01/20
Using persisted queries can help you to improve the performance and security of your applications. Learn how you can use this approach with every GraphQL service. Read more
03/06/20
Finding performance issues in a GraphQL application with Instana Read more
12/06/19
Computer architecture, e.g. the CPU cache utilization, can influence the runtime of your implementation in orders of magnitude. Read more
11/29/19
Microbenchmarks are a useful tool to compare the relative performance of different implementations. ScalaMeter is a microbenchmarking and regression testing framework for Scala. Read more