The official documentation of Java claims that the first argument of T Stream::reduce(T identity, BinaryOperator<T> accumulator) must be an identity. (more…)
Read more »
Java Heap fragmentation is an interesting problem, which triggers long pausing full garbage collection cycles. In this article we would like to attempt to explain the heap fragmentation. Let’… (more…)
Read more »
Have you ever heard of the phrase, Legacy Code?
Have you ever considered you may be producing Legacy code in real time? (more…)
Read more »
FB/Java plugin for Firebird
Manual: https://github.com/FirebirdSQL/fbjava/blob/1.0.0-beta-1/src/etc/doc/fbjava.pdf
Java Docs: https://htmlpreview.github.io/?https://raw.githubusercontent.com/Firebi... (more…)
Read more »
One of the most volatile fields today is the software development field. We have a new programming language being developed each day to make it better than t... (more…)
Read more »