Adding Konsist and Ktlint to a GitHub Actions Continuous Integration
Automating code and architecture checks in the Continuous Integration pipeline can significantly reduce Code Review time and prevent human forgetfulness.
Automating code and architecture checks in the Continuous Integration pipeline can significantly reduce Code Review time and prevent human forgetfulness.
Having automatic verifications is an important part of Software Development, as the project and team grows it becomes crucial that no regressions are introduced into the "main" branch by mistake.
In Kotlin Multiplatform, writing platform-specific implementations is sometimes necessary. However, these implementations can introduce inconsistencies between platforms if not properly tested and verified. In this article, we will explore how to tackle this problem.
Data Builders provide an easy way for creating GraphQL response classes. In this post I'll show how they can be used to improve your tests.
Databases are an integral part of mobile application development, so it's important that these features are properly tested.