Using REST with SAML in Java
This article is a follow-up to Implementing SAML in Java. We have a Java application built with spring security and spring security SAML. SAML…
This article is a follow-up to Implementing SAML in Java. We have a Java application built with spring security and spring security SAML. SAML…
Prerequisites: Basic python knowledge. Flask is a web application framework written with Python language. Applications written on Flask can be as simple as a…
I always felt that T4 is often the most neglected feature of the .net world. I may be wrong here but have not seen…
Premise Organizations use multiple services to achieve their deliverables. These services may be built in-house or maybe standard SAAS applications like Gmail, Salesforce etc.…
Those who have been working with python for few years might have encountered this problem at least once. What happens is that the python…
Hadoop (Stack Overflow) Abstract : gaming.stackexchange.com is a repository which is technical group related to gaming. There are around group of users who…
When working with real world applications, it’s often required to render a tree like structure. Say a tree view of directories in a file system…
In this post, we’ll see how implicit casting in Spark SQL can lead to unexpected and wrong results. Actually Spark SQL follows MySQL and…
In my previous post, I discussed about the parsing which generated a Logical Plan. In this post I’ll show how this Logical Plan gets…