Objective If you are looking for a solution to securely store your secrets like DB credentials, API keys, tokens, passwords, etc., AWS Secret Manager is the service that comes to your rescue. Keeping the secrets as plain text in your code is highly risky. Hence, storing the secrets in AWS secret manager helps you with […]
Setting Up Virtual WAN (VWAN) in Azure Cloud: A Comprehensive Guide – I
As businesses expand their global footprint, the need for a flexible, scalable, and secure networking solution becomes paramount. Enter Azure Virtual WAN (VWAN), a cloud-based offering designed to simplify and centralize network management while ensuring top-notch performance. Let’s dive into what Azure VWAN offers and how to set it up effectively. What is Azure Virtual […]
Apex Security Best Practices for Salesforce Applications
As businesses increasingly rely on Salesforce to manage their critical data, ensuring data security has become more important than ever. Apex, Salesforce’s proprietary programming language, runs in system mode by default, bypassing object- and field-level security. To protect sensitive data, developers need to enforce strict security measures. This blog will explore Apex security best practices, […]
Sales Cloud to Data Cloud with No Code!
Salesforce has been giving us a ‘No Code’ way to have Data Cloud notify Sales Cloud of changes through Data Actions and Flows. But did you know you can go the other direction too? The Data Cloud Ingestion API allows us to setup a ‘No Code’ way of sending changes in Sales Cloud to Data […]
How To Create High Availability Kubernetes Cluster on AWS using KubeOne: Part 1
Part 1 of this new blog series will focus on what KubeOne is, its features, and its architecture. KubeOne aims to provide a reliable and automated solution for provisioning, managing, and scaling Kubernetes clusters. It focuses on high availability, self-healing, and ease of maintenance across multiple nodes and environments. What is KubeOne? KubeOne is an […]
Part 2: Capture and Monitor Critical Power Automate Workflows History through Child Flow
Introduction: In this Part, we’ll show the process of integrating the child flow created in Part 1 into a Parent flow – the critical flow that you will be tracked for its history. “If you missed Part 1, be sure to check it out for a complete guide on creating child flow in Power Automate.” […]
Part 1: Capture and Monitor Critical Power Automate Workflows History through Child Flow
Introduction: In today’s digital landscape, organizations increasingly rely on automated workflows to enhance efficiency and streamline processes. However, as these workflows grow in complexity, tracking their execution history becomes essential for ensuring reliability and facilitating troubleshooting. This blog explores a powerful approach to logging workflow running history using child flows in Power Automate. By leveraging […]
Salesforce Apex Tokenization: Enhancing Data Security
In today’s digital landscape, ensuring data security is not just a best practice—it’s a necessity. As organizations store increasing amounts of sensitive information, protecting that data becomes paramount. As a leading CRM platform, Salesforce offers various mechanisms to secure sensitive data, and one of the advanced techniques is Apex Tokenization. This blog will explore tokenization, […]
Maximizing ROI with Experience Cloud: Best Practices for Analytics and Reporting
In today’s digital world, businesses are increasingly turning to Experience Cloud to create personalized, engaging experiences for their customers. But launching an Experience Cloud platform is just the first step. To ensure you’re getting the most value out of it, you need to be able to measure its performance. That’s where analytics and reporting come […]
Securely Interacting with AWS Services Using Boto3 API
In today’s cloud-centric world, AWS (Amazon Web Services) stands out as a leading provider of scalable and reliable cloud services. Python’s Boto3 library is a powerful tool that allows developers to interact with AWS services programmatically. However, ensuring secure interactions is crucial to protect sensitive data and maintain the integrity of your applications. Main objective […]
Newman Tool and Performance Testing in Postman
Postman is an application programming interface (API) testing tool for designing, testing, and changing existing APIs. It has almost every capability a developer may need to test any API included in Postman. Postman simplifies the testing process for both REST APIs and SOAP web services with its robust features and intuitive interface. Whether you’re developing […]
Create/Deploy Azure Kubernetes Service (AKS) Using Terraform Cloud Workspaces
Objective Automate the deployment of Azure Kubernetes Service (AKS) using Terraform Cloud Workspaces. This ensures Infrastructure as Code (IaC) is centrally managed, and all changes are traceable. 1. Set Up a Terraform Cloud Workspace Free Account Step 1: Create a Terraform Cloud Account Navigate to https://developer.hashicorp.com/sign-up. Sign up or log in with a valid email […]