Jul 26, 2021
Exhaustive software testing is impossible. In this article series we will examine why this is so.
Jul 19, 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…
Jul 12, 2021
Back in 2009, at a software testing conference, I saw a talk entitled ‘Traps of Custom Testing’. I liked that talk but noticed some things that were missing. Therefore, in 2010, at the next conferenc…
Jul 5, 2021
The last article in our Reactive Programming series. This time we look at how CompletableFuture Brings us to the Async World.
Jun 21, 2021
Data flow and reactive programming. Check it out.
Jun 14, 2021
We continue our series on Reactive Programming in Java. This time we look at the history of multithreading.
Jun 7, 2021
Check out the recording of our Object-relational Mapping with JPA, Hibernate, and Spring Data JPA webinar.
Jun 1, 2021
In this article of our reactive programming in Java series we look at Node.js.
May 24, 2021
It’s time for the next article in our Reactive Programming in Java series. This time we look at blocking I/O.
May 17, 2021
The second part of our article series. This time we look at examples of parallel and asynchronous approaches.
May 10, 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 approache…
May 3, 2021
In the final part of our series, I will share my experience of developing a smart home system. The first two parts described my approach to design and the process of developing a smart home solution.