Overview: Databricks supports a wide range of compliance standards to meet the needs of highly regulated industries, including: HIPAA (Health Insurance Portability and Accountability Act) PCI-DSS (Payment Card Industry Data Security Standard) FedRAMP High & Moderate DoD IL5 IRAP (Australia) GDPR (EU) CCPA (California) However, I was surprised to read that Databricks Serverless workloads are not covered for PCI-DSS (Databricks […]
Cloud
AI-Driven Auto-Tagging of EC2 Instances Using Amazon SageMaker
Managing cloud infrastructure effectively requires consistent and meaningful tagging of resources. Manual tagging is prone to errors and difficult to scale. In this blog, I’ll show you how to use Amazon SageMaker and Python to automatically apply intelligent tags to your EC2 instances using either rule-based logic or AI-powered enhancements. What You Will Learn How […]
Zero Trust & Infosec Mesh: Org’s Survival Guide
Zero Trust & Cybersecurity Mesh: The New Security Paradigm Traditional cybersecurity methods have fallen apart under their own presumptions in a world where employees access systems from kitchen counters, cafés, and even virtual reality headsets, and data is no longer housed behind a single firewall. It’s not only that the castle-and-moat model(a classic method in […]
Python Meets Power Automate: Trigger via URL
Want to trigger Power Automate flows from anywhere using just a URL—even from a Python script? Whether you’re working with automation scripts, web apps, or external systems, Power Automate makes it easy to integrate workflows using HTTP requests. In this guide, you’ll learn how to set up a flow that can be triggered via URL—step by […]
Oracle Cloud EPM: Transitioning to Forms 2.0, Dashboards 2.0 by October 2025
Overview You may have seen this pop-up message appearing on the main page of your EPM instance: Oracle has released a new Statement of Direction outlining the de-support of several legacy components in Oracle Cloud EPM, including: Forms 1.0 Dashboards 1.0 Legacy Listing Pages Infolets These changes will impact all major business processes such as […]
Mitigate DNS Vulnerabilities Proactively with Amazon Route 53 Resolver DNS Firewall
In today’s cloud-first world, securing your DNS layer is more critical than ever. DNS (Domain Name System) is a foundational element of network infrastructure, but it’s often overlooked as a security risk. Attackers frequently exploit DNS to launch phishing campaigns, exfiltrate data, and communicate with command-and-control servers. Proactive DNS security is no longer optional – […]
Monitoring Object Creation/Deletion in Cloud Storage with GCP Pub-Sub
When using cloud-based event-driven systems, it’s essential to respond to changes at the storage level, such as when files are added, modified, or deleted. Google Cloud Platform (GCP) makes this easy by enabling Cloud Storage and Pub/Sub to talk to one another directly. This arrangement lets you send out structured real-time alerts whenever something happens […]
From Flow to Fabric: Connecting Power Automate to Microsoft Fabric
In this blog, we’ll walk through how to use Eventstream in Microsoft Fabric to capture events triggered by Power Automate and store them in a Lakehouse table. Whether you’re building dashboards, triggering insights, or analyzing user interactions, this integration provides a powerful way to bridge business logic with analytics. 1. Create a Power Automate Flow to Post Data Start by […]
Integrate Coveo Atomic CLI-Based Hosted Search Page into Adobe Experience Manager (AEM)
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 […]
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 […]