Architecture

A collection of 11 posts

REST API Error Codes 101

Some Background REST APIs use the Status-Line part of an HTTP response message to inform clients of their request’s overarching result. RFC 2616 defines the Status-Line syntax as shown below: Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF A great amount of applications are using Restful APIs that are based »

Microservices on the Rise

Presently, Software is now a great differentiator in almost all industry, ranging from fashion to financial services, as the introduction of technology caused a disruption in global markets. To be alive, a lot of the largest global companies that are well known are creating serious changes in the pattern they »

REST APIs and their Gain Added Importance on the Rise in Application Integration Design

If you are unfamiliar with the term REST API and you need further explanation - in a nutshell, the term represents any web services using the REST architecture that involves reading a designated Web page that contains an XML\JSON file. The media that goes processed through the REST (Representational »

What are Microservices?

Microservices in General Microservices represent the decomposition of monolithic business systems into independently deployable services that do “one thing well.” That one thing usually represents a business capability, or the smallest, “atomic” unit of service that delivers business value. Microservices Architecture Benefits Microservice architectures enable speed, safety, and scale in »