All posts tagged

Java

A Guide to OAuth for RESTful Webservices

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.

Rhino: Load Testing Framework

Rhino: Load Testing Framework

Create JUnit-style load and performance tests in Java.

Coroutines in Java

Coroutines in Java

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...

How to Create a Mind (A Book Review)

How to Create a Mind (A Book Review)

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...

Dockerized Java Enterprise

Dockerized Java Enterprise

Docker has definitely changed the developer's culture in Java Enterprise.

Powermocking and OOP

Powermocking and OOP

Encapsulation helps us to define boundaries of data and behavior within a class, though there are mocking frameworks which bend the rules of this protection.