Blockchain Application Testing
Blockchain is a technology in which a series of unchangeable records of data is available which is shared across a network of computers. The record is very difficult to change...
Importance of Serialization in Transactional Data
Ideally, transactions should be serializable. Transactions are said to be serializable if the results of running transactions simultaneously are the same as the result of running them serially i.e., running...
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....
Showcase of support and maintenance services
Support and maintenance are two strong pillars of the success of any inventive campaign/ project. Maintenance of computer code comes as a very important innovation in computer code engineering. However,...
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...
Why and How To Create A Front-End Testing Plan?
Frontend testing is always performed on the GUI checking the functionality as per the requirement. The tester must be knowledgeable about the business requirements. It is important to check the...
Border Gateway Protocol (BGP)
BGP is an exterior gateway protocol (EGP), as opposed to RIP, OSPF, and EIGRP which are interior gateway protocols (IGP’s) as it is used to exchange routing updates like other...
How to use Fibers in Ruby for Concurrency?
Concurrency is working on multiple projects. You work on ONE at a time. Parallelism is also working on multiple projects. You work on ALL of them at the same time....
Getting started with Amazon Cognito
Amazon Cognito provides authentication, authorization, and user management for web and mobile apps. Users can sign-in directly with a username and password or through a third party such as Facebook,...
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.