How I learned about the rule engine pattern with Java

In this blog post, I would like to describe how I learned about the rule engine pattern while contributing to the open-source project. ...

2021-12-01 · Vitali Plagov

Project Euler: Solving problem 9 - Pythagorean triplet

The problem 9 of the Project Euler is about a Pythagorean triplet. It’s a good problem as it gives a chance to practice implementing mathematical formulae with the Java code. ...

2021-09-20 · Vitali Plagov

Project Euler: Solving problem 8

Project Euler is a website with hundreds of mathematical and algorithmic problems. Some time ago I started solving those issues using Java. My goal is to practice general programing and algorithmic skills using the latest version of Java. So, in this blog post, I will shortly describe the solution to problem 8. ...

2021-08-27 · Vitali Plagov

Load Testing With Gatling

In the previous blog post I’ve described how to use Dataprovider of TestNG to assert the response time of the REST API endpoint when sending multiple parallel requests. In this blog post, I will describe how to do the same with Gatling, which is a more suitable tool for such kind of task. ...

2019-03-12 · Vitali Plagov

Running Multiple Parallel Requests With RestAssured and TestNG

RestAssured can be used not only for sending HTTP requests and asserting response body and headers. It also can measure the response time and assert it against a condition you set. In this blog post, I describe the way how to send multiple parallel requests with RestAssured and a data provider from TestNG. ...

2018-09-13 · Vitali Plagov

Installing SaltStack Within a Vagrant Environment

In this blog post, I will describe how to install and use SaltStack in an isolated and safe Vagrant environment. This can be useful to get familiar with SaltStack and try its features. ...

2018-05-20 · Vitali Plagov

Welcome!

Welcome to my personal blog! ...

2018-05-13 · Vitali Plagov