A Guide to OAuth for RESTful Webservices
Using OAuth 2.0 as so to manage authorization and to control user access on your REST resources is essential part of enterprise Java applications.
Using OAuth 2.0 as so to manage authorization and to control user access on your REST resources is essential part of enterprise Java applications.
Matrix URIs, as Tim Berners-Lee called them in his personal design draft back then in 1996, or matrix parameters and sometimes path parameters, have been bro...
Create load and performance tests in a domain-specific language in Java.
Create JUnit-style load and performance tests in Java.
Liskov Substitution Principle (LSP) is a slick one. Violating this principle leads up to bugs which are hard to spot since the overriding subclasses change t...
A few months ago, as I was attending the Devoxx’18 Conference in Antwerp, Belgium, one of the most spectacular topics which I was excitedly looking forward t...
The dream of emulating human brain is one of the most challenging endeavour of our time. As technological advancement is gradually speeding up and the vast a...
Clojure provides multimethods and protocols which enables developers to implement runtime polymorphism.
Docker has definitely changed the developer's culture in Java Enterprise.