Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

How to split the deployment of your front end and back end with the help of Consumer Driven Contract Testing

2019/11/12TestingContract TestingPactContinuous DeliveryJestCircleCI
By using contract tests, you can build more independent frontend and backends that can be deployed separately. That way, you can get faster feedback

Dockerizing a JVM app with CircleCI

2019/07/15DockerCircleCIJVMServerSpec
Build a pipeline with CircleCI to dockerize a JVM app step by step. Includes linting, tests, creating and pushing the image