News

JSON is the leading data interchange format for web applications and more. Here’s what you need to know about JavaScript Object Notation. JSON, or JavaScript Object Notation, is a format used to ...
To get a sense for how JSON-LD works, we’ll build a small client-server application that serves JSON-LD from a Node.js server, along with a simple UI that lets us navigate the structure.
Security researchers have developed a generic technique for SQL injection that bypasses multiple web application firewalls (WAFs). At the core of the issue was WAF vendors failing to add support ...
In a previous article about important RESTful principles and how to create a beautiful RESTful API, I used the example of a web service that kept track of an ongoing, global score for an online ...
TheServerSide has published a number of articles on the tenets of effective RESTful web service design, along with examples of how to actually create a cloud-native application using Spring Boot and ...