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 […]
Services
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 […]
The New Wizards: 100x Development in the Age of Generative AI
Last year I reread and still love Ursula Le Guin’s books in The Earthsea Cycle. In the land of Earthsea, wizards are not all-powerful beings, but are humans able to manipulate nature around them by speaking words of power – the true names of things and creatures. I have been working with coding assistants and […]
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 […]
How you can make ChatGPT know about your Sitecore Instance
ChatGPT is undeniably a remarkable tool for generating coherent and contextually relevant text, particularly when it comes to the vast array of information available up until its last training cut-off in January 2022. Its proficiency lies in its ability to synthesize information and respond to prompts, showcasing an impressive understanding of diverse topics. However, there […]
Spark Scala: Approaches toward creating Dataframe
In Spark with Scala, creating DataFrames is fundamental for data manipulation and analysis. There are several approaches for creating DataFrames, each offering its unique advantages. You can create DataFrames from various data sources like CSV, JSON, or even from existing RDDs (Resilient Distributed Datasets). In this blog we will see some approaches towards creating dataframe […]
Web Analytics: Navigating the Basics and Key Metrics
In the current digital era, every business is bound to have a website to scale its business. Hence it becomes very important and crucial for a business owner to understand how users interact with a website. Why is it important to understand how the user engages with a website? Business owners need to understand user […]
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, […]
How Adobe Commerce Can Impact Payor Strategies
Health insurance is just one of those things we simply can’t live without. It’s a security blanket we all want to snuggle up to, but nobody likes to use it. Because if you’re using it, it likely means you’re sick or need care. Can you guess who else doesn’t like it when you use your […]
Medical Device Industry Trends for 2024
The medical device industry is in a constant state of evolution. We are seeing more sophisticated consumer expectations, advancements in technology, regulatory changes, and changing healthcare needs – just to name a few. As we gaze into our crystal ball, five key trends have bubbled up. Let’s look at what is poised to impact 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 […]