Updating Senzing Web Application Version Using AWS

Purpose of the article: After deploying an example Senzing CloudFormation, such as the Senzing deployment template, you may need to update a running resource within an active stack; such as the Senzing Web Application. In this blog, we outline how to perform such tasks without having to recreate the entire stack. Intended Audience: Analytics team (People working on […]
Migrating the Virtual Machine from VMware Infrastructure to AWS using CloudEndure

Purpose of the article: How to migrate a virtual machine from VMware to AWS. Intended Audience: Cloud – Managed services – IT Infrastructure – network and server. Tools and Technology: VMware, AWS Keywords: VMware, AWS, AWS SMS CloudEndure provides the Migration Solution and Disaster Recovery Solution from On-premises/other cloud providers to AWS. Cloud Endure Migration helps us simplify and […]
Creating External Schemas for Amazon Redshift Spectrum

Purpose of the article: Amazon Redshift external schema references to the external database in the external data catalog. Intended Audience: Useful for the people working on AWS Redshift Glue service Tools and Technology: AWS Keywords: Redshift External Schemas Amazon Redshift external schema references to the external database in the external data catalog. The external database can be created in Redshift, […]
A/B Testing: The Secret of Boosting User Retention in Mobile Apps

Purpose of the article: To educate the beginner and react native developers to work with the Firebase by using different features like A/B testing, remote config. Intended Audience: React Native Enthusiasts Tools and Technology: React Native, Visual Studio Keywords: Firebase, Analytics, split test, remote config Why A/B Testing? As a developer, we are constantly challenged to satisfy customer expectations, […]
Introduction For Creating an Independent Watch OS App

Purpose of the article: To educate beginner and XCode and swift developers to create the watch OS application and layouts design. Intended Audience: IOS developers Tools and Technology: XCode, Swift Keywords: XCode, Swift, Watch OS First of all, we need to install the Xcode in Mac to create a project for the watchOS app. Go to the app store, download the Xcode latest […]
How to Host Native Views in Flutter using Platform Views

Purpose of the article: To get the knowledge on creating platform views in flutter by which developer can embed the native platform view. Intended Audience: Technology Experts Tools and Technology: Android Studio(IDE), Dart, Flutter, Android, Java, iOS, Swift, Yaml Keywords: Platform View, Plugin, Android Studio(IDE), Dart, Flutter, Android, Java, iOS, Swift, Yaml Platform View allows us to embed native views in flutter applications. You […]
Hive – An Easy, Fast, Secure NoSQL Database Implementation for Flutter Applications

Purpose of the article: To educate beginners and flutter developers to work with the Hive DB for local storage of the application data Intended Audience: Flutter Enthusiasts Tools and Technology: Android Studio, Flutter SDK Keywords: Local Database, Hive, Flutter, Storage Hive is a dart package used in Flutter applications for storing data locally and manipulating the data on a targeted […]
Complete Integration of GraphQL in iOS Swift

Purpose of the article: Demonstrates the integration of Apollo Framework for GraphQL API consumption. Shows code snippets of the GraphQL operations. Intended Audience: iOS developers Tools and Technology: XCode, Swift, GraphQL, Apollo Keywords: GraphQL, Swift, iOS, Apollo Purpose of the article: Demonstrates the integration of Apollo Framework for GraphQL API consumption. Shows code snippets of the GraphQL operations. Intended Audience: iOS […]
SQL Data Synchronization between databases in Azure SQL database and on-premise SQL server

Purpose of the article: It helps to understand how data synchronization is done between the On-premises SQL Server and Cloud SQL Server. Intended Audience: Microsoft Azure Developers Tools and Technology: Microsoft Azure, SQL Server Keywords: Azure SQL database, Sync Agent Gateway, Sync Group Prerequisites Azure subscription and Azure SQL database. Below is the link for creating the Azure free […]
Flutter Widget Testing

Purpose of the article: To better understand flutter widget testing. Intended Audience: Intermediate Tools and Technology: Android Studio, Flutter SDK, Dart, XCode, flutter_test library. Keywords: Flutter, Testing, Widget Test, Dart Introduction to widget testing The widget test is testing UI components, so it is also called Component Testing. It is used to test a single widget. The main goal of widget testing is to check whether the widget works as expected. A user […]