Pulumi is a modern Infrastructure as Code (IaC) tool that allows you to define, deploy, and manage cloud infrastructure using general-purpose programming languages. Unlike Terraform, which uses HCL, Pulumi enables you to define infrastructure using Python, making it easier for developers to integrate infrastructure with application code. What You’ll Learn How Pulumi works with AWS […]
Cloud
From FinOps Bean Counting to Value Harvesting: The Rise of Unit Economics
Applying FinOps concepts to your cloud consumption is not new. It’s often treated as an IT hygiene task: necessary but not strategic. And while cost optimization and waste reduction are worthy efforts, it’s all too common to see these activities fall victim to higher daily priorities. When they are in focus, it’s often attempted by […]
Accelerating Innovation – Enabling App Developers to Build Faster with GitHub Copilot
Boosting Developer Productivity with AI-Powered Coding In the ever-evolving world of software development, efficiency is key. App developers must balance shipping high-quality features quickly while maintaining code integrity and performance. The rise of AI-driven development tools like GitHub Copilot is transforming the way code is written—boosting productivity and allowing developers to focus on what truly […]
Perficient Achieves AWS Glue Service Delivery Designation
Perficient has earned the AWS Glue Service Delivery Designation, demonstrating our deep technical expertise and proven success in delivering scalable, cost-effective, and high-performance data integration, data pipeline orchestration, and data catalog solutions. What is the AWS Service Delivery Program? The AWS Service Delivery Program is an AWS Specialization Program designed to validate AWS Partners with […]
HCL Commerce Containers Explained
In this blog, we will explore the various Containers, their functionalities, and how they interact to create a seamless customer shopping experience. HCL Commerce Containers provide a modular and scalable approach to managing ecommerce applications. Benefits of HCL Commerce Containers Improved Performance: The system becomes faster and more responsive by caching frequent requests and optimizing […]
Disabling Cookies in Sitecore SDKs
Intro 📖 In this post, we’ll take a look at a couple Sitecore SDKs commonly used to build XM Cloud head applications. Specifically, we’ll be looking at how to disable cookies used by these SDKs. This can be useful for data privacy and/or regulatory compliance reasons. These SDKs allow your application to integrate with other […]
Activate to SFTP from Salesforce Data Cloud
SFTP? Isn’t that old? It is an oldie, but a goodie. 🙂 With Data Cloud we can send data to a lot of external data sources like Marketing Cloud Engagement or Amazon S3 through Activation Targets. But there are times we are working with a destination system like Eloqua or Marketo that has solid support […]
Best Practices for IaC using AWS CloudFormation
In the ever-evolving landscape of cloud computing, Infrastructure as Code (IaC) has emerged as a cornerstone practice for managing and provisioning infrastructure. IaC enables developers to define infrastructure configurations using code, ensuring consistency, automation, and scalability. AWS CloudFormation, a key service in the AWS ecosystem, simplifies IaC by allowing users to easily model and set […]
Boost Sitecore Performance with Vercel Fluid Compute
Are you using Vercel to supercharge your Sitecore experience? If so, you’re already benefiting from a powerful, globally optimized platform designed for modern web applications. But did you know you can take your performance even further? Vercel Fluid Compute is a game-changer, optimizing workloads for higher efficiency, lower costs, and enhanced scalability—perfect for high-performance Sitecore […]
Automating Backup and Restore with AWS Backup Service using Python
Protecting data is vital for any organization, and AWS Backup Service offers a centralized, automated solution to back up your AWS resources. This blog will examine how to automate backup and restore operations using AWS Backup and Python, ensuring your data remains secure and recoverable. Why We use AWS Backup Service Manual backup processes can […]
Automate the Deployment of a Static Website to an S3 Bucket Using GitHub Actions
Automating deployments is crucial for efficiency and reliability in today’s fast-paced development environment. GitHub Actions provides a seamless way to implement CI/CD pipelines, allowing developers to automate the deployment of static websites without manual intervention. In this blog, we will explore how to deploy a static website to an AWS S3 bucket using GitHub Actions. […]
RDS Migration: AWS-Managed to CMK Encryption
As part of security and compliance best practices, it is essential to enhance data protection by transitioning from AWS-managed encryption keys to Customer Managed Keys (CMK). Business Requirement During database migration or restoration, it is not possible to directly change encryption from AWS-managed keys to Customer-Managed Keys (CMK). During migration, the database snapshot must be […]