The Tech PlatformMay 31, 2022JSONSecuring Microservices with JWTThis article explains how to secure your microservices deployment practically with JWT Auth using Ballerina programming language....
The Tech PlatformMar 7, 2022JSONThe Secrets of JSON.stringify()What is JSON.stringify()? JSON.stringify() is a function commonly used to convert a JavaScript object or value to a JSON-formatted...
The Tech PlatformFeb 7, 2022JSONYAML (Yet Another Markup Language): How It Works? Which is Better - YAML or JSONYAML (Yet Another Markup Language) is a data serialization language that is often used for writing configuration files. Depending on whom...
The Tech PlatformOct 6, 2021JSONSecure Authentication via JSON Web Tokens (JWT)JSON Web Token (JWT) is a token-based authentication mechanism that provides three layers of protection when all the parts are combined...
The Tech PlatformFeb 26, 2021JSONWhat is the JSON data format and JSON document database?You might have come across JSON before, but like many, you might be unsure of its meaning. JSON stands for JavaScript Object Notation,...
The Tech PlatformFeb 26, 2021JSONOnline JSON ToolsWith the rise of node.js and modern web development, JavaScript and JSON (JavaScript Object Notation) have become immensely popular,...
The Tech PlatformSep 21, 2020KubernetesWhat is a Kubernetes Cluster?Kubernetes, a powerful container orchestration tool, operates on the principle of clusters. These clusters form the backbone of...