We’ll discuss AWS Elastic Load Balancing (ELB) in this blog. One of the most critical duties in just about any firm is Distributing Workloads among various Computing Resources. The service Amazon AWS Elastic Load Balancer was explicitly created for dispersing workloads. This blog’s AWS load balancer lesson will delve deep into AWS ELB. The following […]
Software Development
How to create cascading parameters in Reporting services (SSRS)
What is SSRS? SSRS stands for SQL Server Reporting Services. It is a reporting tool developed by Microsoft that comes free with the SQL Server. It produces formatted reports with the tables of data, graph, and reports. Reports are hosted on a server and configured to run using parameters supplied by users. When we run the […]
Combining The Data In Denodo Platform.
Denodo: A data virtualization platform Data virtualization is a core technology that enables modern data integration and data management solutions. Factors of data virtualization: Connect, introspect, and govern any data source with zero data replication: Quickly connect disparate structured and unstructured sources. Catalog your entire data ecosystem. Data stays in the sources and it is […]
Makeup of Technical Project Teams: Solutions Architect
As a project manager (PM), one of my top concerns in engaging on a new project is understanding the scope of work. Next, what are the skills needed to support and deliver the scope of work at hand? Many considerations go into this discovery, but one of the very first resources I prefer to have […]
Perficient Recognized in The Forrester Wave: Modern Application Development Services Q3, 2022 Report
Successful application development in the modern competitive landscape requires a strategic partnership with a trusted vendor that combines industry-leading technology partnerships with modern, scalable delivery methodologies. In the recent report, The Forrester WaveTM: Modern Application Development Services Q3, 2022, Forrester states, “Modern application development (MAD) services focus on delivering modern digital software products that leverage […]
Best Practices for Managing Global Software Development Teams
Economic globalization and remote work have an undeniable impact on the software development process. Project managers who lead software development projects are likely to find themselves managing project teams with members scattered around the globe. To deliver successfully, we need to work effectively with geographically distributed teams, a.k.a. global or multi-shore teams. Working with global […]
How to create zip file which contains single text file with a fixed threshold in SSIS.
What is SSIS? SQL Server Integration Service (SSIS) is a component of the Microsoft SQL Server database software that can be used to execute a wide range of data migration tasks. The SSIS ETL tool Extracts data from different sources and transforms that data according to user requirements. And then loads data into various destinations. […]
Implementation of XML Extract in SSIS
SQL Server Integration Service (SSIS) : SSIS is a component of the Microsoft SQL Server database software that can be used to execute a wide range of data migration tasks. SSIS is a fast & flexible data warehousing tool used for data extraction, loading and transformation like cleaning, aggregating, merging data, etc. It makes it […]
In-Depth understanding of client side script on Model Driven App and Dynamics 365
In this Power Platform article, we’ll look at how to add client-side scripting to a Model Driven App. Read on to learn how to use a client-side script in Model-driven or Dynamics 365 Forms, as well as what methods and collections are available. I’ll attempt to answer as many questions as possible in order to […]
Katalon – Parameterized Test Object
By parameterizing test objects, you can Use either Local or Global variables to Dynamically Update the locators of test objects. In the following situations, this feature is useful: You want to conduct a bulk action on a collection of related components without defining several Test Objects, like checking many checkboxes. However, because there are several […]
Spark optimization techniques
Spark has been referred to as a “general purpose distributed data processing engine” and “a lightning fast unified analytics engine”. With its simple APIs, it simplifies the lives of developers and programmers. It is capable of handling upto petabytes of data and manages thousands of virtual or physical machines all at once. The Apache Spark […]
Cloud Testing With Selenium – Sauce Labs
“EXECUTE TEST CASES IN Virtual Machine which are not in your control” A Cloud Service Provider with one of the biggest grids for running Selenium and Appium test cases is Sauce Labs. Multiple operating systems, browsers, mobile emulators, simulators, and even actual devices are supported by Sauce Labs. According to the Sauce Labs Official Website, […]