top of page
Search

The 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 Platform
Mar 7, 2022

YAML (Yet Another Markup Language): How It Works? Which is Better - YAML or JSON
YAML (Yet Another Markup Language) is a data serialization language that is often used for writing configuration files. Depending on whom...
The Tech Platform
Feb 7, 2022

Secure 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 Platform
Oct 6, 2021

Build a JSON over HTTP Server
A Go web server comprises one function — a net/http HandlerFunc(ResponseWriter, *Request) — for each of your API’s endpoints. Our API has...
The Tech Platform
May 4, 2021

Adding Conditional Formatting for a List Form Header with JSON
The article Configure the list form | Microsoft Docs is instructive, but only scratches the surface of the possibilities. In fact, the...
The Tech Platform
Apr 22, 2021


JSON
What is JSON? JavaScript Object Notation (JSON) is a lightweight data-interchange format based on the syntax of JavaScript objects. It is...
The Tech Platform
Mar 13, 2021

How To Secure Your Node.js Application With JSON Web Token
When you build a web application where your front-end and back-end is separated, one way of putting it behind a login is with...
The Tech Platform
Mar 11, 2021

What 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 Platform
Feb 26, 2021
Online JSON Tools
With the rise of node.js and modern web development, JavaScript and JSON (JavaScript Object Notation) have become immensely popular,...
The Tech Platform
Feb 26, 2021


The 8 Major Players in Primary Storage Arrays, 2020
These providers have recently been named the market’s major players in primary storage arrays for 2020 by analyst house Gartner, Inc....
The Tech Platform
Dec 29, 2020
bottom of page