page banner
avatar
'How to Test and Debug a GraphQL API in Scala' post illustration
How to Test and Debug a GraphQL API in Scala

Testing and debugging your Scala application built with GraphQL and Sangria can't be easier with our article.

avatar
'Best Practices for Processing HTTP Headers and Cookies in a Scala GraphQL API' post illustration
Best Practices for Processing HTTP Headers and Cookies in a Scala GraphQL API

Processing HTTP headers and cookies in a Scala and GraphQL API with Sangria is easy once you read our article.

avatar
'Error Handling in a GraphQL API built with Scala and Sangria' post illustration
Error Handling in a GraphQL API built with Scala and Sangria

For a Scala and GraphQL API, proper error handling is one of the keys to successful development. And Sangria gives us enough tools to get track and manage various errors with GraphQL queries.

avatar
'How to Create a GraphQL API with Scala and Sangria' post illustration
How to Create a GraphQL API with Scala and Sangria

Creating your first GraphQL server for Scala can't be easier with our article! Check out our explanation of how to build a GraphQL API with Scala, Play, and Sangria.

avatar
'Best Practices of Safe Pattern Matching in a Scala Application' post illustration
Best Practices of Safe Pattern Matching in a Scala Application

Making pattern matching in a Scala application isn't very straightforward. In our article, we review a few ways to handle exceptions or mitigate the problem when using pattern matching.

avatar
'How to Use HTTPS with Play Framework' post illustration
How to Use HTTPS with Play Framework

How do you run a Scala application built with Play 2.3 using a safe HTTPS protocol? We provide our solution in this article.

avatar
'Tracking Email Status with Amazon SES and SNS in a Scala Application' post illustration
Tracking Email Status with Amazon SES and SNS in a Scala Application

Your Scala applications often need to track the status of the sent emails. In this article, we’ll review how to employ Amazon SNS to track email statuses via Amazon SES.

avatar
'Pagination with Scala and Slick: How to Properly Build Select Queries' post illustration
Pagination with Scala and Slick: How to Properly Build Select Queries

Implementing pagination with Slick is a common task in Scala projects. But it’s rarely obvious how to build efficient queries on the server to get the necessary entities with additional data. Read our article to find a solution.

avatar
'Storing polymorphic objects with ReactiveMongo and Play' post illustration
Storing polymorphic objects with ReactiveMongo and Play

ReactiveMongo is an extremely convenient toolkit for working with MongoDB in Scala applications. But, at the same time, its documentation does not cover some of the typical scenarios, so sometimes it takes time to find the right solution. One of such tasks - storing polymorphic objects in a database - is the focus of this blog post.