Auth0OAuthKotlinSpringBootSecurityBuild authorization into your Kotlin backend by combining Auth0, JWTs and Spring Security to ensure only the right parties can execute operations
KotlinJSONJacksonRESTSpringBootBackends that provide a REST API or consume other APIs have to deal with JSON quite a lot. Luckily combining Kotlin and Jackson makes it a breeze
KotlinTestingMockKSpringBootAtriumWhen working with Kotlin you might need to build some non trivial mocks that need to be verified. Here is how to do it by combining MockK and Atrium
JavaWireMockSpringBootTestingUsing WireMock to record third party API calls you can get high quality mocks that reflect reality and are much easier to maintain