Introduction to Apache Kafka

With evolving time, Kafka lets you needlessly store absurd measures of information, have a message transport with immense throughput (millions/sec) and utilize real-time stream handling on the information that experiences it at the same time. Read the blog to know more about Kafka.
Getting started with Azure DevOps

Azure DevOps is a Project management tool used to manage the development of a project. Azure DevOps is also used for managing multiple releases cycle of a project. Read the blog to know more about it in detail.
Apigee hybrid API management

Hybrid API Management is divided into two components, Apigee hosted management plane and a Customer managed plane. It is the best approach that combines the best features for on-premises and on-Cloud. Read the blog to know more about its features and its key capabilities
Setting up Production Specific Kubernetes Environment

When you are managing microservices then its management and orchestration is kind of tricky for the team or person. For microservice-based applications, Kubernetes is the best choice. Read the blog to know more about it.
Concept of Service accounts on GCP

A GCP service account is a type of Google account proposed to interact with non-human users that requires authentication to be confirmed in order to fetch information over Google APIs. Read the blog and know more about the concepts of service accounts on GCP.
Securing and Integrating Components of your Application on GCP

By using services that are offered by Google Cloud Platform(GCP), we can create, secure, and integrate web applications. It helps to build microservices-based applications over monolithic web applications where we can easily manage, debug, and secure applications. Know more by reading the blog
Getting started with Prometheus

Prometheus is an open-source framework observing and alarming toolbox initially. Since its beginning in 2012, numerous organizations and associations have embraced Prometheus. It is presently an independent open source venture and kept up autonomously by any organization. Read the blog and know more about it.
Understanding Resource Hierarchy in Google Cloud Platform

Everything that is being used on the Google Cloud Platform is said to be resources. All the Google cloud resources are organized hierarchically like parent-child relationships. In the hierarchy organization node is the root node, projects are the children of the organization, and the other resources are descendants of the projects.
Upgrading Symfony to Latest Long Term Support (LTS) version

It has been long since Symfony 2.6 was introduced, so there are going to be a lot of changes in the latest version. We will be covering the major changes in this blog. Instead of upgrading directly to the Symfony LTS version, first, we will upgrade to Symfony 2.8, then 3.4, then Symfony 4.4.
How to create microservice in NodeJS with Docker?

Microservice architecture is a way to develop software systems that mainly try to focus on building single-function modules with well-defined interfaces, methods, and operations. Read the blog and know more about Microservices in nodeJS with Docker.