Skip to main content

Posts Tagged ‘Microservices’

Azure ARM Template: Create Service Bus Topic with Subscription

The previous article in this series covered how to setup an Azure Resource Group project with ARM Template that creates an Azure Service Bus Namespace. This article build upon the previous, to create an Azure Service Bus Topic with a Subscription to catch all messages. Instead of starting from scratch, this article builds on the […]

IBM API Connect: A complete API lifecycle offering

IBM recently announced a completely new, re-designed and a unique offering known as API Connect, which integrates IBM API Management and IBM Strong Loop into a single package with built-in gateway, allows you to create, secure, run and manage APIs and Microservices. This offering will certainly help organizations to understand the complete API life cycle in detail and design the […]

Guidelines for Selecting the Right API Gateway for API Strategy

In the past couple months, we have seen rapid growth in the API business. Organizations that were stuck to traditional business models are now looking at API strategy as new source of revenue and opportunities. Most of the organizations are either looking into an API strategy or have already started planning. It’s clear that no one wants […]

Introduction to Microservices using Azure Service Fabric

Today’s Internet scale services are built using microservices. Example microservices are protocol gateways, user profiles, shopping carts, inventory processing, queues, caches, etc. Microservices can further be defined by: Is (logic + state) independently versioned, scaled, and deployed Has a unique name that can be resolved Interacts with other microservices over well-defined interfaces like REST Remains […]

8 Benefits of Microservices

Microservices are small, independent services that work together. In other words, these services are small, highly decoupled and focus on doing a small task at a time. Follow the Single Responsibility Principle Resilient/Flexible – failure in one service does not impact other services. If you have monolithic or bulky service errors in one service/module it […]

Load More