Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

Authorization for a Kotlin Spring backend, using JSON Web Tokens

2020/03/19Auth0OAuthKotlinSpringBootSecurity
Build authorization into your Kotlin backend by combining Auth0, JWTs and Spring Security to ensure only the right parties can execute operations

Painless JSON with Kotlin and jackson

2019/06/16KotlinJSONJacksonRESTSpringBoot
Backends 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

Mock verification in Kotlin using MockK and Atrium

2019/05/27KotlinTestingMockKSpringBootAtrium
When 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

Recording APIs with WireMock

2018/09/10JavaWireMockSpringBootTesting
Using WireMock to record third party API calls you can get high quality mocks that reflect reality and are much easier to maintain