Previously we did a deep dive in to the prerequisites required for Sitecore database upgrade and steps needed to prepare for it. In this second part of the 3 part blog series, we will go over the steps that need to be performed to do the actual upgrade of databases. Upgrade Steps Go to https://dev.sitecore.net/Downloads/Sitecore_Experience_Platform/103/Sitecore_Experience_Platform_103_Update1.aspx and […]
Technical
Unlocking React’s Power: Why Functional Components Outshine Class Components
Introduction As React development continues to evolve, the rise of functional components and hooks has significantly transformed the way we build applications. In this blog, we’ll unravel the magic behind functional components and explore why they emerge as the superheroes of modern React development. So, get ready for a journey into simplicity and power, supported […]
Universal Design and the Imperative of Web Accessibility
Welcome back to our ongoing exploration of inclusive design! In this installment, we’re delving into the intersection of Universal Design and Web Accessibility, unraveling the crucial role these principles play in making the digital realm an inclusive space for everyone. As we navigate through the digital landscape, it becomes evident that the principles of Universal […]
Streamline Your ASP.NET Logging with ELMAH without a Database
In the world of ASP.NET development, logging is a crucial aspect of building robust and reliable applications. With the right logging tool, developers can easily track and analyze errors, exceptions, and other critical information that can help improve application performance and maintainability. One such tool that stands out is ELMAH (Error Logging Modules and Handlers), […]
Unveiling the World of Universal Design
Greetings, dear readers! Today marks the commencement of an exciting new series that delves into the realm of innovation, accessibility, and the pursuit of creating a world that embraces everyone. Our inaugural topic is one that forms the foundation of inclusive design – “Universal Design.” Join us on this journey as we unravel the principles, […]
Power of Oracle EPM Integration – Calling External RestAPI for Enhanced Performance
Overview: This article explains how to use Groovy and connectors to call an external REST API using Oracle EPM Cloud and Middleware technology called MuleSoft. Context: There is an option to call both internal and external REST APIs using the Groovy EPM object model. To generate GL files from ERPs and load them into FCCS […]
Sensory Devices Revolutionize Mobility Aids for Multiple/Compound Disabilities
In the realm of accessibility and assistive technology, innovation continues to pave the way for a more inclusive and independent life for individuals with multiple or compound disabilities. One significant area of advancement is the development of sensory devices that enhance mobility aids, providing users with a heightened sense of awareness and improved navigation […]
Exploring jQuery’s Tree Traversing: Unleashing the DOM Navigation Potential
The popular JavaScript library jQuery simplifies DOM manipulation with powerful traversal methods. Web developers need to traverse the DOM tree to interact with HTML components. This blog covers jQuery’s DOM traversal using simple examples to teach navigation techniques. Understanding the DOM Tree: Let’s define the DOM tree before learning jQuery’s tree traversal techniques. It’s the […]
Read Azure Eventhub data to DataFrame – Python
Reading Azure EventHub Data into DataFrame using Python in Databricks Azure EventHubs offer a powerful service for processing large amounts of data. In this guide, we’ll explore how to efficiently read data from Azure EventHub and convert it into a DataFrame using Python in Databricks. This walkthrough simplifies the interaction between Azure EventHubs and the […]
Spark Partition: An Overview
In Apache Spark, efficient data management is essential for maximizing performance in distributed computing. Partitioning, repartitioning, and coalescing actively govern how data organizes and distributes across the cluster. Partitioning involves dividing datasets into smaller chunks, enabling parallel processing and optimizing operations. Repartitioning allows for the redistribution of data across partitions, adjusting the balance for more […]
Understanding Spark Transformations and Actions – Spark RDD Operations
A comprehensive understanding of Spark’s transformation and action is crucial for efficient Spark code. This blog provides a glimpse on the fundamental aspects of Spark. Before we deep dive into Spark’s transformation and action, let us see a glance of RDD and Dataframe. Resilient Distributed Dataset (RDD): Usually, Spark tasks operate on RDDs, which is […]
Remove all Sitecore Language Versions Except One Using Powershell
In the Sitecore CMS, we can add new versions of any item, and we can add as many versions as needed. There are 2 types of versions available in Sitecore Numbered version – versions of items in the same language Language version – versions of an item in a different language Problem In some cases, […]