-
Agile
Writing Just Enough Documentation
One of the misconception that is often associated with agile software development is that agile teams won’t write any technical…
Read More » -
Enterprise Java
Retry-After HTTP header in practice
Retry-After is a lesser known HTTP response header. Let me quote relevant part of RFC 2616 (HTTP 1.1 spec): 14.37…
Read More » -
Software Development
Continuous Integration, Delivery, Deployment and Maturity Model
Continuous Integration, Continuous Deployment, and Continuous Delivery are all related to each other, and feed into each other. Several articles…
Read More » -
Enterprise Java
NoSQL with Hibernate OGM – Part two: Querying for your data
After the first final version of Hibernate OGM came out end of January the team has been busy crafting a…
Read More » -
Software Development
I hate bugs (A rant)
Rant on. In software terms quality does not mean walnut dashboards, it does not mean gold plating, it does not…
Read More » -
Enterprise Java
Stress testing the OIM web (UI) layer
The default configuration in Oracle IDM reserves 20 threads dedicated for serving front end (UI) requests. This basically means that…
Read More » -
Enterprise Java
Beginner’s Guide to Hazelcast Part 6
This is the sixth post in a series of posts about Hazelcast. If one has not read the last five,…
Read More » -
Software Development
Fault Tolerance in Go
In distributed systems, failure is inevitable. Eventually, some service will become bogged down and consequently won’t respond quickly enough or,…
Read More » -
Enterprise Java
EE JSP: Generating Dynamic Content with JSTL Tag Libraries
Besides writing your own Custom Tags in JSP, you will find that Java EE actually provides a set of Java…
Read More »