-
Software Development
Neo4j: The football transfers graph
Given we’re still in pre season transfer madness as far as European football is concerned I thought it’d be interesting…
Read More » -
Software Development
Bugs and cracks
Compile-time and run-time villains. Consider the software system on which you currently work. Would you release that system with 31,197…
Read More » -
Core Java
Consuming java.util.concurrent.BlockingQueue as rx.Observable
Classical producer-consumer pattern is relatively simple in Java since we have java.util.concurrent.BlockingQueue. To avoid busy waiting and error-prone manual locking…
Read More » -
Software Development
Comment Your Fucking Code!
You’re the elite. You know Clean Code by heart, you dream of SOLID design, and you unit-test every line you…
Read More » -
Software Development
IOT in a Nutshell
Call it a buzzword, hype, talk of the town, new kid on the block, the in thing, well the Internet…
Read More » -
Enterprise Java
Tomcat’s Default Connector(s)
Tomcat has a couple of connectors to choose from. I’ll leave aside the APR connector, and focus on the BIO…
Read More » -
Software Development
Building A Chat App With Codename One Part I
In this tutorial we will cover the basics of building a good looking chat application with Codename One that will…
Read More » -
DevOps
Scaling Kubernetes Cluster
Automatic Restarting of Pods inside Replication Controller of Kubernetes Cluster shows how Kubernetes reschedule pods in the cluster if one or…
Read More » -
Agile
How Detailed should the Product Backlog be?
Summary The product backlog is a great tool. But using it effectively can be difficult. One of the challenges is…
Read More »