-
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 » -
DevOps
Automatic Restarting of Pods inside Replication Controller of Kubernetes Cluster
A key feature of Kubernetes is its ability to maintain the “desired state” using declared primitives. Replication Controllers is a…
Read More » -
Enterprise Java
Understanding Callable and Spring DeferredResult
1. Introduction Asynchronous support introduced in Servlet 3.0 offers the possibility to process an HTTP request in another thread. This…
Read More » -
Enterprise Java
RESTful timers in Java EE
In this post…. Whirlwind tour of EJB timers Working with EJB timers on the fly via simple REST interface with…
Read More »