While running CI tests for a application that is implemented in C and Java,... (more…)
Read more »
When it comes to developing low latency software systems, the received wisdom is that you would be crazy to use anything but C++ because anything else has too high a latency. But I’m here to convince you of the opposite, counter-intuitive, almost heretica... (more…)
Read more »
Java.util package provides a Scanner class. A simple text scanner parse primitive types and strings using regular expressions. A Scanner breaks its input into tokens using a delimiter pattern, which by default matches whitespace. The resulting tokens may ... (more…)
Read more »
The purpose of this article is to explain to you, what are RMI interfaces you might encounter during penetration testing of infrastructure… (more…)
Read more »