Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

How to automate REST API end-to-end tests in a CI environment with Postman and Newman

2019/08/19RESTe2ePostmannewman
Postman is a great tool to explore REST APIs. You can build requests and try them out to get quick feedback. Then you can persist them as collections to make sure that the knowledge doesn't get lost.

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