page banner
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.

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.