VOOZH about

URL: https://www.javacodegeeks.com/author/Alex-Soto/page/2

⇱ Alex Soto, Author at Java Code Geeks - Page 2 of 8


  • Enterprise Java👁 Image
    Alex SotoJune 27th, 2017
    0 131

    Test AWS cloud stack offline with Arquillian and LocalStack

    When you are building your applications on AWS cloud stack (such as DynamoDB, S3, …), you need to write tests against…

    Read More »
  • Software Development👁 Image
    Alex SotoJune 23rd, 2017
    0 142

    Vert.X meets Service Virtualization with Hoverfly

    Service Virtualization is a technique using to emulate the behaviour of dependencies of component-based applications. Hoverfly is a service virtualisation…

    Read More »
  • DevOps👁 Image
    Alex SotoMay 25th, 2017
    1 140

    Deploying Docker Images to OpenShift

    OpenShift is RedHat’s cloud development Platform as a Service (PaaS). It uses Kubernetes as container orchestration (so you can use OpenShift as Kubernetes…

    Read More »
  • DevOps👁 Image
    Alex SotoMay 22nd, 2017
    0 189

    Running Parallel Tests in Docker

    Sometimes when you are running your tests on your CI environment, you want to run tests in parallel. This parallelism…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoMay 15th, 2017
    1 95

    Testing Spring Data + Spring Boot applications with Arquillian (Part 2)

    In previous post, I wrote about how to test Spring Data application using Docker with Arquillian Cube. The test looked like: @RunWith(SpringRunner.class) @SpringBootTest(classes =…

    Read More »
  • DevOps👁 Image
    Alex SotoMay 3rd, 2017
    2 108

    Testing Dockerized SQL Databases

    One of the big advantages of using Docker for testing is that you don’t need to install the required dependencies of…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Alex SotoApril 27th, 2017
    0 256

    Testing Spring Data + Spring Boot applications with Arquillian (Part 1)

    Spring Data’s mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the…

    Read More »
  • DevOps👁 Image
    Alex SotoMarch 27th, 2017
    0 188

    3 ways of using Docker Containers for Testing in Arquillian

    Arquillian Cube is an Arquillian extension that can be used to manager Docker containers from Arquillian. With this extension you can…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoJanuary 10th, 2017
    0 196

    Develop A Microservice with Forge, WildFly Swarm and Arquillian

    In this post we are going to see how to develop a microservice using WildFly Swarm and Forge and testing…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close