Microservices

A collection of 4 posts
REST API vs SOAP Web Services Management

REST API vs SOAP Web Services Management

Back in the day Web Services were the de facto standard for accessing "systems of record". SOAP web services popularity grew because of an option to share data, access from any system and security options. This type of architecture grew out to be synonymous with enterprise architecture. More »

Architects, Developers and Testers be aware, Micro-services coming your way!

Background As developers many years ago, we began by using simplified systems in which small, individual, properly defined tasks were undertaken one per time. However, our clients grew dissatisfied, and began demanding for multi-purpose services that solved many issues simultaneously. Well, soon enough, we had morphed into a complex multi-purpose »

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 »

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 »