Contributions

Article
When using the Jetpack Compose navigation you may sooner or later come across the problem of passing arguments between the screens. The solution is fairly well described in the official Android documentation. Let's follow the documentation and go over a few issues that you might encounter on the way.
Tutorial
In this tutorial, we are going to learn how to implement JSON support in our JetBrains/Exposed app - we will create new ColumnType and how to modify the database query.
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.