Tutorials








Introducing Skunk: Combine Code Quality and Coverage to Calculate a Stink Score
Two weeks ago I had the opportunity to speak at Solidus Conf 2019. I presented Escaping the Tar Pit for the first time and I got to talk about a few metrics that we can use to quickly assess code quality in any Ruby project.In this article I'd lik...


Persisted queries in GraphQL: Slim down Apollo requests to your Ruby application
Learn how to reduce the size of network requests from the Apollo client in the front-end to the GraphQL Ruby back-end with the help of persisted queries. In this article, we will show how these queries work and set them up both on a client and a s...