Hudhaifa's Signature

Install Keycloak on Ubuntu Server

Install Keycloack 1. 9 on DigitalOcean Ubuntu 14. 04 ServerKeyclaock is a strong, well structure and open source Single Sign On and Identity Management solution provided by Redhat.

Read more

Holodeck

IntroductionHolodeck is a set of tools and API’s used for games development originated from "Write Once, Run Anywhere" concept.

Read more

Binary Search Implementation

Recursive public static int binarySearch(int[] a, int target, int min, int max) { if (min >...

Read more