Big Thinkers: Douglas Crockford – The Man Behind JSON and JSLint
Douglas Crockford is a renowned figure in the programming world, celebrated for his pivotal contributions to JavaScript and the creation of JSON (JavaScript Object Notation).…
Douglas Crockford is a renowned figure in the programming world, celebrated for his pivotal contributions to JavaScript and the creation of JSON (JavaScript Object Notation).…
When working with LLMs, an extremely valuable use case is generating structured data as the output response of the AI prompt. Whether you’re building an…
HashiCorp Terraform provides a couple functions for working with JSON. These are the jsonencode and jsondecode functions and they grant the ability to encode and…
The Azure Cosmos DB Desktop Data Migration Tool is a command-line tool that provides data import and export capabilities for using with Azure Cosmos DB.…
A while back I wrote an OSS Spotlight post about the Swagger project. In short, Swagger is “the world’s most popular API tooling”. It’s a…
There have been a few approaches to make sharing and consuming Web Services easier over the years. Many developers have worked with WSDL and SOAP…
The latest release of Azure PowerShell includes the new “Export-AzureRMResourceGroup” cmdlet. This cmdlet allows you to specify the name of a Resource Group and it…
Azure DocumentDB is a NoSQL document database that uses the JSON data format for storing and querying documents. Being a feature of Microsoft Azure, DocumentDB…