All tech articles

  • AWS SDK implementation in a BDD framework

    The implementation involves using the EC2 and S3 clients to create, interrogate, and delete objects in the AWS infrastructure. The specification file will create the resources, and at the end, it will delete them so… Read more

  • Java streams in automation

    Incorporating Java streams into your automation project is not overly challenging. In this article, we will demonstrate how straightforward it is to utilize streams for manipulating and extracting desired data, thereby reducing the amount of… Read more

  • Microservice with Spring Boot

    Microservice with JPA and in memory H2 database Short description The first thing that we need to do in order to fast start a spring boot microservice is to use the start.spring.io website Add swagger… Read more

  • Pact contract testing Junit5

    In the following article we are going to discuss about how to integrate pact dependencies and create 1 consumer test and the coresponding producer verification. We will have two service that interact each other using… Read more

  • Spring Cloud Contract testing – consumer driven

    In the following article we are going to integrate spring cloud contract testing into a new microservice (producer) and we will create another microservice that will act as a consumer. Producer service configuration We will… Read more

  • BDD API Framework with Gauge

    In the following article we will see how easy is to build an API automation framework using SpringBoot and Gauge. As a test example we will use the EurekaClient to verify that the framework is… Read more

  • Orchestration with docker-compose

    The purpose of the article is to use docker-compose in order to demonstrate how you can easily create a dockerized environment using docker-compose Docker compose short story We have already seen how easy is to… Read more

  • Dockerize a Spring Boot microservice

    In the following article we will show how easy it is to dockerize your spring boot microservice and run it locally using docker and docker-compose. A short intro about what is docker and why we… Read more

  • Dockerize the microservice

    In the following article we will show how easy it is to add you microservice into a docker container and run it locally using docker and docker-compose. A short intro about what is docker and… Read more

  • Eureka Service Discovery

    In the following post we will connect our SpringBoot microservice to a local eureka server As a short description about Eureka we can say that it’s a service discovery service which allows other services to… Read more

I’m Razvan

Welcome to my technology blog with DevOps and Automation related articles.

Have fun and learn something along the way.

About me

Let’s connect