Getting Started with Coveo Atomic CLI This section explains how to install, configure, and deploy a Coveo Atomic project using the Coveo CLI Install the CLI To get started, install the Coveo CLI globally with npm: npm install -g @coveo/cli To ensure you’re always using the latest version, update it anytime with: npm update -g […]
Cloud
Microsoft Copilot for Power Platform
Introduction to Copilot for Power Platform Microsoft Copilot is a revolutionary AI-powered tool for Power Platform, designed to streamline the development process and enhance the intelligence of your applications. This learning path will take you through the fundamentals of Copilot and its integration with Power Apps, Power Automate, Power Virtual Agents, and AI Builder. Copilot […]
YAML files in DBT
To make streamline project development and maintenance, in any programming language, we need the support of metadata, configuration, and documentation. Project configurations can be done using configuration files. Configuration files are easy to use and make it user friendly to interact with developer. One such type of configuration files used in DBT are the YAML […]
Developing a Serverless Blogging Platform with AWS Lambda and Python
Introduction Serverless is changing the game—no need to manage servers anymore. In this blog, we’ll see how to build a serverless blogging platform using AWS Lambda and Python. It’s scalable, efficient, and saves cost—perfect for modern apps. How It Works Prerequisites Before starting the demo, make sure you have: an AWS account, basic Python […]
Revolutionizing Clinical Trial Data Management with AI-Powered Collaboration
Clinical trial data management is critical to pharmaceutical research, yet it remains a significant challenge for many organizations. The industry faces several persistent hurdles: Data fragmentation: Research teams often struggle with siloed information across departments, hindering collaboration and comprehensive analysis. Outdated systems: Many organizations rely on legacy data management tools that fail to meet the […]
Empowering the Modern Insurance Agent: Digital Strategies That Deliver Business Impact
Digital transformation in insurance isn’t slowing down. But here’s the good news: agents aren’t being replaced by technology. They’re being empowered by it. Agents are more essential than ever in delivering value. For insurance leaders making strategic digital investments, the opportunity lies in enabling agents to deliver personalized, efficient, and human-centered experiences at scale. Drawing […]
Boost Cloud Efficiency: AWS Well-Architected Cost Tips
In today’s cloud-first world, building a secure, high-performing, resilient, and efficient infrastructure is more critical than ever. That’s where the AWS Well-Architected Framework comes in a powerful guide designed to help architects and developers make informed decisions and build better cloud-native solutions. What is the AWS Well-Architected Framework? The AWS Well-Architected Framework provides a consistent approach for evaluating and […]
Redefining CCaaS Solutions Success in the Digital Era
With the advancement of technology, machine learning and AI capabilities in the customer care space, customer expectations are evolving faster than ever before. Customers expect smoother, context-aware, personalized, and generally more effective and faster experiences across channels when contacting a support center. This calls for a need to revisit and redefine the success metrics for […]
A Comprehensive Guide to Azure Firewall
Azure Firewall, a managed, cloud-based network security service, is an essential component of Azure’s security offerings. It comes in three different versions – Basic, Standard, and Premium – each designed to cater to a wide range of customer use cases and preferences. This blog post will provide a comprehensive comparison of these versions, discuss best […]
Inventory Management 25B – Path to Redwood Experience 1.2.3.
I have been writing about the Redwood Experience with Supply Chain Management, especially with the Inventory Management. Oracle has gone all-in with Redwood Experience in Inventory Management in 25B. The 25 Inventory Management readiness documentation lists all new features and how to use them, so I will not repeat this greatly written document: https://docs.oracle.com/en/cloud/saas/readiness/scm/25b/inv25b/index.html For […]
Starting Redwood Experience with 25A Inventory Management
Oracle has delivered many features in Redwood Experience as of 25A. The purpose of this blog is to give a taste of a few Redwood pages and provide a recommendation to migrate to Redwood Experience on select pages to ease the transition and adoption. The pages I’ll cover in this blog are: Item Quantities (Manage […]
Securely Store API, Bearer and Auth Tokens with Platform Cache
Imagine you are retrieving an API key/Bearer token from an external system to make a new callout to another external system. But there is one issue: you cannot determine when the new callout will take place, so you need to store the token value somewhere in your org for later use. Probably you will be […]