AEM has a vast infrastructure, and it requires time to hold expertise on it. Every expert was once a beginner, so you are never too late to start and have fun on AEM. In this blog, we will focus on the developers’ perspective of AEM and how one can start as an AEM developer. We […]
Innovation + Product Development
EXPLORE TIME TRAVEL IN SNOWFLAKE
Have you ever wondered if it would ever be possible to time travel like in the old movies with a time machine? If we could go back in time and see the world, would we? If you asked me, I would have said yes! But not in the way that Hollywood portrays science fiction films. […]
Remote validation in ASP.NET MVC without using jQuery
In this blog, we will implement remote validation by making an ajax call to the server without using jQuery; we will achieve this using vanilla JavaScript. What is the purpose of remote validation? Here’s an explanation: Often, user inputs must be checked against a database to see if it already exists. We need to validate […]
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 […]
How to Convert Blank Values to Null in Flat File Source in SSIS Package
SQL Server Integration Services(SSIS): SQL Server Integration Services is a component of the Microsoft SQL Server database software that can be used to perform a broad range of data migration tasks. SSIS is a platform for data integration and workflow applications. It features a data warehousing tool used for data extraction, transformation, and loading. In […]
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 […]
Digital Accessibility – Using a Screen Reader
I have heard many people say, “I’ll just download a screen reader and test that bug”. Using a screen reader takes time and practice to use in a similar way that a user with a disability would use the tool. It’s important to know the keyboard shortcuts as well as understanding how to use them […]
Implementation of Completable Future of Java 8
Completable-Future is used for asynchronous programming in Java. Asynchronous programming means writing non-blocking code by running a task on a separate thread than the main application thread and notifying the main thread about its progress, completion or failure. This way, main thread does not block/wait for the completion of the task and it can execute other tasks […]
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, […]
Pass Microsoft Certified Power BI Data Analyst Exam | PL-300
I will be sharing my personal experience with learning Power BI and clearing the PL-300 (Earlier called DA-100) exam. I hope this will help the other aspirants. I would not be compromising the signed NDA; hence no questions will be disclosed in this article. About the Exam : PL-300: Microsoft Power BI Data Analyst Analyzing […]
Cool Things You Can Do with Marketo’s REST API
Hey, friend! This is April Deibert and Sam Schwarz with the Marketo Team, a part of the Digital Marketing Solutions Practice here at Perficient. Over the past year, we’ve worked on some cool client projects where we used our Marketo REST API skills creatively. We thought you might appreciate learning more. If any of these […]