Introduction LangChain represents an open-source framework that aims to streamline the development of applications leveraging large language models (LLMs). Its primary objective is to establish a standardized interface for chains, boasting numerous integrations with various tools, and offering end-to-end chains for frequently encountered applications. This platform facilitates AI developers in constructing applications that amalgamate Large […]
Technical
Data-Driven Testing in Katalon Studio: A Comprehensive Guide
What is Data-Driven Testing? Data-driven testing is a testing technique that involves executing the same test script or test case with multiple sets of input data. The primary goal is to verify that the application behaves as expected across various data combinations. By doing this, you can uncover potential issues, such as data-related bugs, and […]
Testing with The Burp Suite Scanner
Burp Suite is an all-in-one platform commonly used to test web applications. One of its most powerful features is the Scanner, which automates the process of testing for vulnerabilities in web applications. This blog will discuss the overview of Scanner in Burp Suite to test web applications. Burp Suite Scanner: Overview Burp Suite Scanner is […]
Burp Suite vs. OWASP – Comprehensive Testing Comparison
In the dynamic realm of software testing, the significance of dependable testing tools cannot be emphasized enough. This blog post undertakes an in-depth exploration, conducting a thorough comparison between two prominent contenders in the field: Burp Suite and OWASP. The ultimate objective here is to furnish professionals with invaluable insights, facilitating their decision-making process when […]
Empowering Mobile App Testing with Appium: Installation and Beginner’s Guide
Appium is an open-source, cross-platform test automation tool for native, hybrid, mobile web, and desktop apps. Initially created to automate iOS and Android mobile applications. Appium has grown to a full-featured platform that provides WebDriver-based automation possibilities for a whole set of different mobile and desktop platforms. Why Appium? Use the Selenium WebDriver API to […]
Azure DevOps Integration Using Katalon Studio
Ensuring the quality of your applications is crucial in the current fast-paced software development environment. This is where integration and continuous testing are helpful. For managing your software development lifecycle, Azure DevOps is a robust platform that offers an extensive toolkit, while Katalon Studio is a well-liked test automation tool. Your testing process may be […]
Getting to Know Sitecore Search – Revisited
Welcome back to getting to know Sitecore Search. Sitecore Search is an evolving product. Products are moving away from large monolithic products with long upgrade/release cycles to smaller composable products with shorter agile upgrade/release cycles. In this post, I’ll revisit several of my previous posts and make updates based on changes in the product and […]
WayFinder and Assistive Technologies for Cognitive Disabilities
Navigating the world is a fundamental aspect of daily life, yet for individuals with cognitive disabilities, it can be a significant challenge. Assistive technologies have made remarkable strides in addressing these challenges, and the WayFinder app stands as a shining example of innovation in this field. In this blog post, we will explore how WayFinder, […]
Citymapper and Assistive Technologies for Cognitive Disabilities
The hustle and bustle of city life can be overwhelming for anyone, but individuals with cognitive disabilities face unique challenges when navigating urban environments. Innovative technology and assistive tools are essential to ensure that cities are accessible to all. Citymapper, a popular urban mobility app, provides a comprehensive solution for city navigation. In this blog […]
Navigating the World with Ease: Apple Maps and Assistive Technologies for Cognitive Disabilities
In an increasingly interconnected world, digital tools and technologies have the power to transform lives, making them more accessible and convenient for everyone. Apple, a tech giant known for its commitment to accessibility, has played a crucial role in this transformation. In this blog post, we will explore how Apple Maps, in conjunction with […]
Unlocking Innovation: A Composable Commerce Approach to Headless with SAP Commerce
On October 25th, 2023, Perficient presented a webinar that was hosted by commerce experts: Sergio Granada, SAP Commerce Technical Director Ignacio Pascual, SAP Commerce Delivery Director Alejandro Granada, SAP Commerce Solutions Architect Kim Williams- Czopek, GM of Commerce Operations They discussed the intricacies of migrating to SAP Commerce Cloud. The session provided actionable advice, unveiled […]
Adding custom external plugin to TinyMce
We recently completed an upgrade project, and one of the notable changes we made was incorporating TinyMCE into its own NuGet package. With the latest version, several adjustments have been made to the implementation process. During the upgrade, we also had to relocate a custom plugin within the editor. Since I referred to various online […]