-
Enterprise Java
Redis Sharding
This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…
Read More » -
Enterprise Java
Redis Installation
This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…
Read More » -
Enterprise Java
Redis Commands – Using Redis Command Line
This article is part of our Academy Course titled Redis a NoSQL key-value store. This is a crash course on…
Read More » -
Enterprise Java
Redis Tutorial: NoSQL key-value store
Course Overview Redis is an open-source, networked, in-memory, key-value data store with optional durability, written in ANSI C. According to…
Read More » -
Agile
Agile Myth #7: “Agile Means No Documentation”
The Agile Manifesto says, “Working software over comprehensive documentation”, and many people assume that Agile means little to no documentation.…
Read More » -
DevOps
Tomcat 8 on Java 8 Behind Apache on CentOS
I was recently asked by an associate of mine to deploy a Spring application to a CentOS server running cPanel/WHM…
Read More » -
Core Java
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 » -
Core Java
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 » -
Core Java
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 »