Contributions
Tutorial
In this tutorial, we are going to learn what is and how to use JetBrains/Exposed framework, the DSL approach especially.
Article
In this tutorial, we are going to implement search functionality into the Exposed using jirutka's RSQL parser.
Article
Creating an advanced api search can become a challenge. If we want to filter based on a lot of properties, using the standard JPA Repository approach can turn out to be hard to maintain and not too flexible. In this blog post I will demonstrate how we can make use of JPA Specifications for that purpose.
Article
As devs, we often focus on the project’s tech aspects, such as frameworks, libraries, and their versions. Unfortunately, this moves us away from, most likely, the main thing we should focus on — solving customer problems.