Core Java
-
Introduction to Design Patterns
This article is part of our Academy Course titled Java Design Patterns. In this course you will delve into a…
Read More » -
Java Design Patterns Tutorial
Course Overview Design patterns in architecture and computer science is a formal way of documenting a solution to a design…
Read More » -
Release Gradle project in GitLab with Jenkins to Artifactory
I am going to show in detail how to regularly build your project and then how to make a release…
Read More » -
What is promotion rate?
I do believe you are familiar with the Peter principle. In general, the principle is an observation that promotions can…
Read More » -
Java 8 Lambda Expression for Design Patterns – Command Design Pattern
In this blog I would illustrate implementing the command pattern in functional programming style using Java 8 Lambda expressions. The…
Read More » -
Stream Performance – Your Ideas
Last week I presented some benchmark results regarding the performance of streams in Java 8. You guys and gals were…
Read More » -
Custom operators for collections in Java
Overview Operator overloading is available in an number of languages. Java has very limited operator overloading in it’s support for…
Read More » -
Low latency FIX engine in Java
Overview Chronicle FIX is our Low Latency FIX engine and database for Java. What makes it different is that it;…
Read More » -
What is allocation rate?
Phrases such as “unsustainable allocation rate” and “you need to keep your allocation rates low” seem to belong to the…
Read More »