Blog
Categories
Top 5 Microservices Trends for SMBs to follow in 2021
When Microservice (MS) emerged and started replacing monolithic architectures, it gained immense popularity as it provided benefits like independence, isolation, scalability etc. to developers. Containers became important in Microservice as they are a standard way to move applications between environments and run independently. Everything like code, libraries, system tools etc. are packaged inside containers. But […]
Making the Quantum Leap: From Product to Platform
Among the decacorns Salesforce, Slack, and Shopify the common denominator is that they successfully migrated from being a product to a platform company. Most iconic technology companies of our times began as product companies and evolved into platforms. Product or Platform? Sometimes there can be a little confusion while differentiating a product from a platform; […]
From Bane to Benediction – Microservices and AI Enabled Anomaly Detection
Microservices along with containers, docker, and Kubernetes have become cloud-native architecture. In microservice, an application is reduced into many smaller units or mini applications, each executing a business function. These are loosely coupled and independently deployable units which have their own stack, independent data models, and databases which make them independent of each other but […]