In a move that has sparked intense discussion across the enterprise software landscape, Klarna announced its decision to drop both Salesforce Sales Cloud and Workday, replacing these industry-leading platforms with its own AI-driven tools. This announcement, led by CEO Sebastian Siemiatkowski, may signal a paradigm shift toward using custom AI agents to manage critical business […]
Innovation and Product Development
Sitecore JSS Experience Editor Rendering Wrappers
Sitecore’s Experience Editor aids Content Author/Editor in creating pages effortlessly, however, it can be bewildering at the same time for authors who are creating new pages with minimal knowledge about the website’s placeholders and renderings. Experience Editor by default does not provide details about which rendering is present and what data source it is using, […]
Use Column Name as space/numbers/special Characters in Output File Using Talend
Problem Statement In Talend, while generating output file if we need to add a column as number or column name with space or to include any special characters as column name in Talend it won’t allow directly by adding the below-mentioned column names in schema, will get the below mentioned error. As number as column […]
Data Governance in Banking and Financial Services – Importance, Tools and the Future
Let’s talk about data governance in banking and financial services, one area I have loved working in and in various areas of it … where data isn’t just data, numbers aren’t just numbers … They’re sacred artifacts that need to be protected, documented, and, of course, regulated within an inch of their lives. It’s not […]
Assumptions & Uncertainty : Project Estimating (Part 3)
In this third installment of my blog series on project estimates, let’s dive headfirst into the murky waters of assumptions and uncertainty! Think of these as the gremlins of project planning – they are full of secrets and laugh along the way as they trip you up. If you’ve read my other blog posts, you’ll […]
Three Tips for Adding a Headless Site in XM Cloud
Intro 📖 In this post, I’ll cover three tips developers should consider when deploying a new headless site to XM Cloud. Having recently added a new headless site to an existing solution, I ran into a few issues. I hope to save others from similar headaches in the future (mostly myself 😉). If you’ve added […]
Content Search with Optimizely Graph
Optimizely Graph lets you fetch content and sync data from other Optimizely products. For content search, this lets you create custom search tools that transform user input into a GraphQL query and then process the results into a search results page. Why use Graph for Content Search? The benefits of a Optimizely Graph-based search service […]
SNOWPIPE WITH AWS
SNOWFLAKE’S SNOWPIPE Snow pipe: snow pipe is a one of the data loading strategies in snowflake , for continuous data loading, will create a snow pipe to load the data from any data source or storage or any cloud to snowflake tables, its an event trigger ideology whenever a file came to the source immediately […]
Drupal for Enterprise Solutions
Drupal for Enterprise Solutions Drupal is a powerful platform for enterprise solutions, offering a range of features and capabilities that cater specifically to the needs of large organizations. The key features such as Scalability, Security, Content Management, Customization & Flexibility, and Enterprise Integration. These features are shown connecting with various enterprise applications like CRM (Customer […]
HCL Commerce Modpack Upgrade To 9.1.x.x
Like many enterprise software platforms, HCL Commerce releases updates in a modular form known as a mod pack. The Modpack Upgrade is designed to enhance and extend the capabilities of your current HCL configurations, optimize workflows, add new features, and improve overall performance. This upgrade incorporates the latest advancements and best practices, ensuring your infrastructure […]
Customize Quill.js and Error Handling in Vue.js
In my previous blog, Rich Text Editor in Vue Application: Using Quill.js, we covered the fundamentals of setting up Quill.js in a Vue.js application to create a rich text editor. This blog will build on that foundation by diving deeper into Quill.js customization in Vue.js to meet specific needs. By the end of this tutorial, […]
Rich Text Editor in Vue Application: Using Quill.js
Rich text editors are essential for many web applications, allowing users to format text, add links, and even insert media directly into their content. Quill.js is a powerful, customizable open-source editor that integrates seamlessly with modern frameworks like Vue.js. This tutorial will walk us through the steps to set up and integrate Quill.js in a […]