JSON Web Token
A JSON Web Token (JWT) is a JSON object that is defined in RFC 7519 as a safe way of transmitting information between two parties. Information in the JWT is digitally-signed, so that it can be verified and trusted.
Read moreA JSON Web Token (JWT) is a JSON object that is defined in RFC 7519 as a safe way of transmitting information between two parties. Information in the JWT is digitally-signed, so that it can be verified and trusted.
Read moreNowadays, many API providers support JSONP requests. One reason for this is that most web browsers disable cross-domain requests when using basic Ajax.
Read moreNuGet is a free and open-source package manager for the .NET ecosystem. We can create and install packages using NuGet client tools. All of the .NET packages are hosted for publishing and consumption on a central package repository known as NuGet Gallery.
Read moreGoogle hangout chat bot tutorial on how to send messages to chat rooms synchronously and asynchronously using Express, Node.js, JavaScript.
Read moreWhich character do you consider as the end of line or newline? Most of developers will answer \n (except for front-end developers, they would say…
Read moreWhat is Cocoapods? and How to install, use and update it. Also a list of my own personal favorite pods that I genuinely love and like to use.
Read moreMaven is a project build management software, it means it lets you define your project dependencies, features, and behaviors. To do this, Maven downloads plugins and dependencies for various online repositories. People who want to share their libraries, develop using Maven and upload the binaries in a repository. In this article, we’ll discuss how to configure and use Maven dependency.
Read morejCenter is the public repository hosted at bintray that is free to use for open source library publishers. It is the largest repository in the world for Java and Android OSS libraries, packages and components.
Read more