page banner
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
'How to implement infinite scroll with GraphQL and React' post illustration
How to implement infinite scroll with GraphQL and React

In your React application, you may need to implement infinite scroll pagination with Apollo. We explain how you can achieve this in your application using apollo-link-state.

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 Create an Apollo, React, and Express application' post illustration
How to Create an Apollo, React, and Express application

Building your first Express, React, and Apollo application can be a daunting task. We make it simple by providing an in-depth tutorial on how to build such an app.

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
'How to Configure Your Application for Different Environments with Play Framework' post illustration
How to Configure Your Application for Different Environments with Play Framework

You often have to create environment-specific configurations for your Play Framework applications. But how can you manage your configurations in the best possible way? We’ll show you in this article.