
How to implement Matrix Multiplication using Map-Reduce?
31 Jan 2022
There is one use case that we have to implement Matrix multiplication using Map Reduce.
Find out more!
5352

Reactive Programming in Java: How, Why, and Is It Worth Doing? Part II. Reactivity
19 Jul 2021
Reactive programming is one of the most popular trends nowadays. Learning this approach is a cumbersome process, especially if you do not have relevant materials. This article may serve as a kind of digest.
Find out more!
6241

Reactive Programming in Java: How, Why, and Is It Worth Doing? Multithreading
10 May 2021
The idea of reactive programming emerged relatively recently, around 10 years ago. This article series analyzes what reactive programming is, what it brings and gives an overview of various approaches and use cases.
Find out more!
3005

Testing Applications with JUnit5 and JMock. Part 2
12 Oct 2020
The second part of our article on testing applications with JUnit5 and JMock. Check it out.
Find out more!
3768

Dependency Injection and Testing in JUnit 5
25 Mar 2020
Abstract: The article discusses the new possibilities to provide parameters to JUnit 5 unit tests, through dependency injection. We present how this may be effectively done, how to use different parameter resolvers, how to write repeated and parameterized tests.
Find out more!
5333

Building Java Client/Server Applications with TCP
17 Feb 2020
Abstract: TCP (Transmission Control Protocol) is a connection-based protocol that provides a reliable flow of data between two computers. It also provides a point-to-point channel for applications that require reliable communications. The Java programming language supports, through the java.net package, a suitable API for developing client/server applications that use this protocol for communication.
Find out more!
6751

Migrating from JUnit 4 to JUnit 5: replacing rules with the extension model. Part 2
7 Jan 2020
Time to focus on the new Junit 5 approach in our second article of the series where we talk about migrating from JUnit 4 to JUnit 5. Check it out.
Find out more!
6946

Migrating from JUnit 4 to JUnit 5: replacing rules with the extension model. Part 1
17 Dec 2019
JUnit 5 Jupiter is the combination of the new programming model (annotations, classes, methods) and extension model for writing tests and extensions in JUnit 5. The Jupiter sub-project provides a test engine for running Jupiter based tests on the platform. In contrast to the previously existing runners and rules extension points in JUnit 4, the JUnit Jupiter extension model consists of a single, coherent concept: the Extension API.
Find out more!
9564

Luxoft Training Romania becomes an ISTQB Accredited Training Provider
1 Oct 2019
The Foundation Level is the first step in the certification process. It is aimed at individuals who are looking to start a career in testing or those who are involved in these activities and are looking to test their knowledge and skills against industry best practices.
Find out more!
7132

SAFe. Flow of Epics and Epic Owners
24 Sep 2019
Now that we are no longer discussing about project management, multiannual planning, work breakdown-structures, fixed plans, fixed scope and so on, how are the big initiatives being pushed to implementation and who takes care of their lifecycle?
Find out more!
3870