-
Software Development
Five Tips for Tactical Management
Sometimes, you just need to get on with the work. You need to give yourself some breathing room so you…
Read More » -
Enterprise Java
User sessions, Data controls and AM pooling
Recently I was asked an interesting question about application module pooling. As we know AM pool contains application module instances…
Read More » -
Enterprise Java
Spring Rest API with Swagger – Creating documentation
The real key to making your REST API easy to use is good documentation. But even if your documentation is…
Read More » -
Core Java
Clean Unit Test Patterns – Presentation Slides
I was given the opportunity to talk at the GDG DevFestKarlsruhe 2014 conference about ‘Clean Unit Test Patterns’. Thanks to…
Read More » -
Core Java
Apache Commons IO Tutorial: A beginner’s guide
Apache Commons IO is a Java library created and maintained by the Apache Foundation. It provides a multitude of classes that…
Read More » -
DevOps
ZooKeeper on Kubernetes
The last couple of weeks I’ve been playing around with docker and kubernetes. If you are not familiar with kubernetes…
Read More » -
Core Java
Chronicle Map and Yahoo Cloud Service Benchmark
Overview Yahoo Cloud Service Benchmark is a reasonably widely used benchmarking tool for testing key value stores for a significant…
Read More » -
Enterprise Java
Spring Boot Actuator: custom endpoint with MVC layer on top of it
Spring Boot Actuator endpoints allow you to monitor and interact with your application. Spring Boot includes a number of built-in…
Read More » -
Enterprise Java
Securing WebSockets using Username/Password and Servlet Security
RFC 6455 provide a complete list of security considerations for WebSockets. Some of them are baked in the protocol itself,…
Read More »