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 […]
Development
Lessons from the Front: Experience Edge and XM Cloud
Having worked on headless Sitecore projects for the last year and a half or so involving Experience Edge and/or XM Cloud, I’ve run into some…interesting things. In this post, I hope to share a few “lessons from the front” in the hopes that other teams out there can avoid the same mistakes and potentially save […]
Growing Our Global Delivery and Medtech Software Development Expertise with the SMEDIX Acquisition
For more than 25 years, we’ve grown our presence, our talent, our skills, and our global footprint so that we can continually provide critical Agile software development and delivery services to the world’s biggest brands. Last October, we proudly entered into an agreement to acquire SMEDIX, Inc., a healthcare and life sciences software engineering firm […]
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), […]
Optimizely Configured Commerce(Spire): Integrating Third-Party NPM Packages
It is frequently necessary to use external libraries and packages in the constantly changing world of web development. For Spire, integrating third-party NPM packages into the system smoothly requires following certain procedures and considerations. Understanding the Setup within Spire Third-party NPM packages can be installed within Spire’s framework by clients and partners. It’s not quite […]
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 […]
Optimizely CMS – Working with special symbols in TinyMCE
If you’ve worked with Optimizely CMS, you might be pretty familiar with TinyMCE. Its the amazing rich text editor that works seamlessly with Optimizely CMS. And some of you may have worked with some or other form of customization with it in projects, be it adding additional styles, work with different plugins, format the toolbar […]
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 […]
Using Docker – Life After Docker Desktop
Many people are starting to moving away from Docker Desktop. It is important to remember that Docker Desktop is not Docker! Docker is a standalone tool that allows you to run containers. Docker Desktop is a separate tool that gives you some information about your images and containers in a nice GUI. In this article, […]
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 […]
Read Azure Eventhub data to DataFrame – scala
Reading Azure EventHub Data into DataFrame Using Apache Spark – Scala Apache Spark provides a seamless way to ingest and process streaming data from Azure EventHubs into DataFrames. In this tutorial, we’ll walk through the setup and configuration steps required to achieve this integration. Prerequisites: Before diving into the code, ensure you have the necessary […]
Update $name of Existing Items using PowerShell
Welcome to our latest blog post, where we dive into the realm of PowerShell scripting to empower you to efficiently update existing items. In today’s fast-paced digital landscape, the need to manage and modify data swiftly and accurately is more crucial than ever. Whether you’re a seasoned IT professional or just starting your journey into […]