OAuth 2.0 Authorization Grants
This post summarizes the four kinds of authorization grants supported by OAuth 2.0 specification: Authorization code Usage: For accessing user specific data. Stack: Requires a »
This post summarizes the four kinds of authorization grants supported by OAuth 2.0 specification: Authorization code Usage: For accessing user specific data. Stack: Requires a »
A short tutorial on how to use S3 buckets to create a private maven repository. We will also go over using this private repo in sbt. »
It has been around for a bit but I finally got to try the Live Edit feature in Intellij IDEA. Live Edit lets you immediately see »
This post is for application developers who need to figure out where memory is going on a server. An application service typically run as a server »
WHAT? This post is a walkthrough on setting up a JVM service for continous integration & automatic deployments coupled with safe rollbacks. What that means is, »