Best Practices to A/B Testing

What is A/B Testing? The A/B Testing is a statistical method that help to determines which of the two versions will produces the most excellent result based on hypothetical situation. In A/B testing, A signifies to ‘Control’ or the original testing variable. Although B refers to ‘Variation’ or a new version of the primary testing… Continue reading Best Practices to A/B Testing

Introduction to Puppeteer UI Automation

Writing scripts for online scraping, testing, and monitoring might be challenging in this day of cutting-edge technologies. Because of this, the Google Chrome team has created a tool called Puppeteer that enables you to programmatically utilize JavaScript/TypeScript to carry out routine activities on the Chromium or Chrome browser. In this blog, we will explore how… Continue reading Introduction to Puppeteer UI Automation

WinWire Welcomes John Castleman to its Board of Directors

WinWire Technologies, a Data-driven Digital Engineering company, announces the appointment of John Castleman, Former CEO of Mobiquity, to WinWire’s Board of Directors. John brings over three decades of experience in the software development and services industry. His unique industry expertise and passion for technology have led several companies to drive substantial business growth. John’s perspective and… Continue reading WinWire Welcomes John Castleman to its Board of Directors

Azure Form Recognizer: Ingest Paper Forms into Digital Pipeline

Many companies have modernized their backend systems and digitized their data, but systems which interface with the user are the slowest and most difficult to modernize because of third-party integrations, processes, etc. and most importantly the inherent opposition of humans to change. Paper forms with handwritten data fall in this category where it might be… Continue reading Azure Form Recognizer: Ingest Paper Forms into Digital Pipeline

Migrating on-premises SQL Server to Azure

How to decide the right Azure SQL service? When we decide to migrate an existing on-premises Microsoft SQL Server to Azure SQL services, there are three options, whichever option we choose, there is a definite cost savings that we can realize, and it can be up to 64%. The report “ The Economic Value of Migrating… Continue reading Migrating on-premises SQL Server to Azure

Testing Dynamics 365 Finance and Operations

What is Microsoft Dynamics 365? Microsoft Dynamics 365 is an ERP (Enterprise Resource Planning) and CRM (Customer Relationship Management) system from Microsoft. D365 is a SAAS application and is accessed by using web browsers. Like any other ERP system, D365 also manages and automates business processes – finance, operations, retail, manufacturing, supply chain management, project management, and… Continue reading Testing Dynamics 365 Finance and Operations

Event-driven Architecture – Microservices

Time to design a product!! Monolithic vs Microservices? Monolithic vs microservices architecture battle has been going for a while; the scalability, robustness and efficiency of the product is determined by the architecture leveraged. Monolithic architecture basically represents a single unified unit and is usually one code base whereas microservices are small, autonomous, and self-contained services,… Continue reading Event-driven Architecture – Microservices

Azure DPi30 – Create a Modern Data Platform in 30 Days

Many organizations struggle with disparate or non-centralized data sources, outdated data platforms, and a lack of access to data insights. To help organizations harness the power of their data, Microsoft offers the Azure DPi30 Engagement to help customers understand the value Azure provides in the form of a Modern Data Platform delivered through a consultative… Continue reading Azure DPi30 – Create a Modern Data Platform in 30 Days

Introduction to Performance Engineering

What is Performance Engineering? Performance Engineering is end-to-end optimization by providing constant monitoring and testing, unlike Performance Testing which traditionally occurs as a part of quality assurance after the software development process is over. The main goal is to provide better performance to user by discovering potential issues as early design stage and avoid cost… Continue reading Introduction to Performance Engineering

How to create a metadata-driven Azure Data Factory Pipeline

When we want to copy huge amounts of objects (for example, thousands of tables) or load data from variety of sources, the appropriate approach is to input the name list of the objects with required copy behaviors in a control table, and then use parameterized pipelines to read the same from the control table and… Continue reading How to create a metadata-driven Azure Data Factory Pipeline