In our ever-evolving world, technology continues to reshape the landscape of accessibility, particularly for individuals with auditory disabilities. The emergence of cutting-edge assistive technologies has significantly enhanced the quality of life for those with hearing impairments. In this blog post, we’ll dive into the realm of assistive technologies that are making communication, learning, and daily […]
Technical
An Introduction to ETL Testing
ETL testing is a type of testing technique that requires human participation in order to test the extraction, transformation, and loading of data as it is transferred from source to target according to the given business requirements. Take a look at the block below, where an ETL tool is being used to transfer data from […]
Sitecore Content Serialization Series – Final Episode – Items Serialization, Packaging & Deployment
In the last episode, we configured the includes and rules in sitecore.json. In this episode, we will continue exploring Sitecore Content Serialization and learn multiple options required for serialization along with the item packaging and deployment. Serialize Items We have built the modules, including items and rules. Now we need to serialize an object using different […]
Why Choose a Composable Architecture
If you’ve been following Sitecore’s architectural movement over the last few years, a lot has changed. Instead of the “all-in-one” approach of Sitecore XP, XM Cloud, and Headless encourage a composable architecture – one where Sitecore itself offers 11 SaaS products categorized into three clouds: Content Cloud, Engagement Cloud, and Commerce Cloud. However, with a […]
Testing with Burp Suite’s Repeater
Burp Suite is a comprehensive toolkit for web application testing and one of its most powerful features is the Repeater. The Repeater is an interactive tool that allows you to manually modify and replay HTTP requests to a web application. It’s an essential feature for testing and debugging web applications and can help you identify […]
Testing with Burp Suite’s Intruder
Burp Suite is a popular tool for web application testing, and one of its most powerful features is the Intruder. The Intruder allows you to perform automated tests on a target, such as brute-forcing or parameter fuzzing. In this blog, we’ll take a closer look at Intruder in Burp Suite and explore some best practices […]
Navigating the Visual World: Exploring Current Assistive Technologies for Visual Disabilities
Living with visual disabilities presents unique challenges that can significantly impact an individual’s daily life. However, with the rapid advancements in technology, a multitude of innovative solutions have emerged to enhance accessibility and independence for those with visual impairments. In this article, we’ll take a closer look at the range of assistive technologies that are […]
Psychological and Psychiatric Disabilities: Assistive Technologies and Adaptive Strategies Part 8
In a world that is becoming increasingly aware of the diverse needs of individuals, it’s important to shed light on an often-overlooked aspect of disabilities – psychological and psychiatric disabilities. These conditions, ranging from anxiety and depression to bipolar disorder and schizophrenia, can significantly impact an individual’s life. Fortunately, the intersection of technology and psychology […]
Sitecore Content Serialization Series – Episode 5 – Include and Rules Configuration
In the last episode, we installed all the Prerequisites and Configure the Modules. In this episode, we will talk about the Include and Rule configuration required for Sitecore Content Serialization. As we created a JSON file while creating a Module in the last episode, we will use the same JSON file to configure the Include […]
Effortless Data Integration: Step-by-step Editing and Running of Oracle EPM Cloud Pipelines
In my recent blog, Efficiency Redefined: How Oracle Cloud EPM Pipelines Can Streamline Your Business Process, I discussed how Perficient implemented a single streamlined process to organize the daily data load and processing jobs of one of our clients. Now, let’s review editing an existing Pipeline to add a new job, how to execute the […]
Exploring JEST React Testing Library: A Complete Overview
Welcome to the comprehensive guide on mastering JEST React Testing Library! In this tutorial, we will explore the ins and outs of the JEST React Testing Library, a powerful tool for testing React components. Whether you are a beginner or an experienced developer looking to enhance your testing skills, this guide will equip you with […]
Local HTTPS for Optimizely, IIS, and Kestrel using certificates (Pt 2)
In part 1 of this two-part blog series on securing your local development with HTTPS and Self-Signed Certificates, I described how to create a local self-signed certificate. In this part, I’ll explain how to use that certificate to safeguard your development environment and make it even more similar to QA & Production. Bind the certificate […]