Migrating a Hadoop infrastructure to GCP
When you prepare to migrate Hadoop infrastructure to Google Cloud, you can reduce the administrative complexity. However for simplification and to get the most efficient way for processing in Google...
Livongo- The usage of BG Meter (Device Firmware)
The Livongo Meter is easy to use. It has a color touch screen that lets you easily select features like checking your blood glucose, viewing your Logbook, sharing your results,...
How to manage state in angular using NgRx?
NgRx is an angular framework to build reactive applications built on top of rxjs. It gives state management to create applications that can be explicitly maintained. So basically it will...
What are the real difficulties while testing EDI based applications?
EDI is nothing but the computer to computer swapping of business documents in the electronic format in between the partners without any need of human involvement. EDI allows you to...
Karate- Automation with Gherkin Syntax
Getting ready to automate the applications, not sure about the selection of the automation framework, This blog is for you. Read the blog on Karate- Automation with Gherkin Syntax and...
A Quick-Start With Rails
Rails is a framework built on the top of the ruby language. Rails is a web application framework and not just any framework it is one of the most powerful...
Integrating AWS Quicksight Dashboard In The Application Using Angular
AWS Quicksight is a service which can be used to build interactive visualization from the data. It can enhance the application by interactive analytics capabilities without any other development. Read...
STLC – Software Testing Life Cycle Phases and its Criterias
Software Testing Life Cycle (STLC) is defined as a set of activities which is executed in a systematic manner to achieve the testing goal. Each of these stages has an...
Deploying Applications with Docker Compose
Docker compose is a tool which is used to deploy and manage multi-container applications on Docker nodes operating in single-engine nodes.Deploying and managing lots of services is a tough task....
Go hybrid with Anthos (GKE)
Modernize existing applications and build cloud-native apps anywhere to promote agility and cost savings. Read the blog and know about the features of Kubernetes which are supported in Anthos GKE.
How does Shared VPC in Kubernetes Engine work?
Shared VPC provides a special feature to the organization that they can connect different projects to the common Virtual Private Cloud (VPC) network, the resources of the multiple projects can...
When should you create a child theme in WordPress?
It is recommended to create a child theme if web developers have to add new features in the website which are NOT supported by parent theme and parent theme updates...
Introduction to Stackdriver APM and its functioning
In March 2018, Google introduced a suite of tools called Stackdriver APM, for developers to make applications faster and reliable. These tools are very powerful and can be used in...
How to Verify iTunes, Android and Amazon Subscription Status from Backend Server?
When your application has in-app purchase subscription, either auto-renewal or not, you might need to check the subscription status whether still active or it has expired. To check if the...
React-Native Anti-Patterns
While developing any application, there are some do’s and don’ts that we need to follow. Anti-patterns are the patterns which degrade the performance of the solution. It is possible that...
How to Consume APIs in Vue.js using Axios?
As we all know Vue.js is a trending, open-source and lightweight javascript library for building interactive single-page applications and user-friendly web applications. When we integrate Vue.js with other libraries it...
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...
Introduction To Sahi Script
Sahi script is JavaScript based. The parsed sahi script by sahi is fully valid javascript executed by the rhino javascript engine. The constructs used in sahi script are given below....
VPN configuration across the VPCs on GCP
VPC provides global, scalable, and flexible networking functionalities for you to compute resources on Google Cloud Platforms such as Compute Engine VMs, GKE(Google Kubernetes Engine) clusters, and the App Engine...
Build better component with styled components
Component-based design is an increasingly popular process for developing web interfaces. It’s been once common for organizations to believe libraries like Bootstrap or Material UI. But with the arrival of...