REST is one of the most influential ideas in distributed architecture. Here's why it matters and how to understand RESTful services in theory and practice. REST, or Representational State Transfer, is ...
RESTful services are stateless, client-server based, cacheable and leverage resources. These resources have a common interface and are uniquely addressable using URIs. In this post, I’ll present some ...
REST APIs are the backbone of modern applications, separating data and presentation layers and allowing systems to scale in size and feature sophistication. However, as data moves across boundaries, ...
Can you explain object-oriented programming to me like I'm 5 years old? Probably not. But here's a straightforward explanation of what OOP is ... Learn how PascalCase works, how it differs from camel, ...
Security orchestration methods, and of course SDN, are driving the need for programmable interfaces in security products. The Cisco ASA Firewall added a REST API back in December with the 9.3(2) code ...
If you're interviewing for an API (application programming interface) management position, it will be important to show the interviewer that you have an understanding of APIs, API testing, SOAP and ...
There are a few ways to accomplish posting a photo from an iPhone or iPad to a REST API but the method I’ve found to be the most useful is to create a multi-part form request for the task. It would be ...