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 […]