News

At a high level, JSON-LD makes JSON a member of the semantic web, aka Web 3.0. The semantic web is an idea for how to make the web more meaningful. It looks to replace the current system of ...
To demonstrate, I'll create a sample ASP.NET Web API 2.1 application in ASP.NET MVC 5, using Visual Studio 2013. This solution will be very similar to the one I discussed in my previous article ...
With the JSON API, JavaScript developers are no longer required to have a deep understanding of Cassandra Query Language (CQL) to work with Astra DB and Cassandra. Instead, they can continue to write ...
The new API, which will be made available through DataStax’s Stargate, will allow JavaScript developers to leverage Astra DB as a vector database for their large language model (LLM), AI ...
I'm always writing JSON, but my server-side preference is reading XML. The RESTful API services I write are filled with hypocrisy like this: @Produces( MediaType.APPLICATION_JSON ) @Consumes({ ...