How to implement an In-App purchase in Roku Channels?
These days most of the Roku channels provide In-app Purchases for their users. In-app Purchases are basically the products that are shown to the users when the channel is running...
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...
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...
React Native Static type Checking Code
We usually write our code and we create a Merge Request to get our code reviewed but there should be a way to validate the code at compile type instead...
Blazor Web Framework in C#
Blazor is a new technology developed by Microsoft. If you are familiar with client-side technologies, think of it as C# on the client-side. Instead of using JavaScript on the front-end...
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...
State Transition Testing and its Cases
State Transition testing is a black box software testing technique in which the Changes in input conditions cause state changes in the Application under Test (AUT). Read our blog and...
Ivy: New Angular Compiler
Angular Ivy is the code used for Angular's next-generation compilation and rendering pipeline. With the version 9 release of Angular, the new compiler and their runtime instructions are used by...
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...
Create NativeScript App with Angular
Angular has been around for a few years and, it has been useful when creating many different categories of applications, including web and mobile applications. Check out how to use...
MySQL Database migration to Google Cloud SQL
Google Cloud SQL database service is a fully-managed service that provides you set up, maintenance, management, and administration for the relational databases on Google Cloud Platform.
Why is Software Maintenance and Smart Support Important?
Any software has an ongoing lifecycle that starts and stops whenever needed. It does not begin at coding and end at delivery. It is important to keep monitoring and maintaining...
How to securely transfer Web API data in ASP.NET Core?
Nowadays, many applications are transferring sensitive data in a plain text format to and from other applications, which leads to data breach or leaks. In this blog, we will see...
What is Tsung and how to use it?
Tsung (formerly IDX-Tsunami) is a tool for checking distributed loads. It is protocol independent and can be used to monitor servers such as Ftp, WebDAV, SOAP, PostgreSQL, MySQL, AMQP, MQTT,...
Understanding Stackdriver Logging and its key features
Stackdriver Logging is used by the Google Cloud Platform (GCP) and Amazon Web Services (AWS) to store, search, analyze, monitor, and alert log data and events. It is a fully...
What is Cross-browser Testing?
Cross-browser testing is ensuring the compatibility of the application with different web browsers and also checks whether the application is working as expected with the web browsers. Read the blog...
How to migrate Data Warehouse to Big Query?
Migrating a data warehouse has always been a complex process.Most of the organizations have relied on traditional data warehouses to collect users data. It is very difficult to maintain and...
What is an RSA algorithm?
RSA algorithm is a public key encryption technique, used to securely transmit messages over the internet. In this cryptography method, both the public and the private keys can encrypt a...
What is kubeflow pipelines?
Kubeflow is a machine learning tool for kubernetes. Kubeflow is a Kubernetes-native platform for deploying, running and developing portable and scalable machine learning applications. Read the blog now and know...
How to get started with SortSite?
SortSite is a website testing tool, used to scan the entire website for tracing the quality issues which includes browser compatibility, accessibility, legal compliance, broken links, usability, search engine optimization...