Skip to main content

Cloud

Perspectives on cloud computing

Future Data Cubes, Data Storage Applications, Technology Network Connectivity, Binary Network Technology

How to Migrate Data to Cloud Spanner using Striim

Businesses prefer the cloud over traditional On-Prem for their business apps for various reasons such as high availability, cost savings, enhanced security, etc. One challenge that needs to be addressed in planning for data migration is the need for continuous data ingestion in cloud storage. One of the most reliable ETL tools to address this […]

Dealing with Wildcard SSL Certificates on Azure and Kubernetes - Let's Encrypt and Azure Front Door

Dealing with Wildcard SSL Certificates on Azure and Kubernetes

It is almost certain that any DevOps approaches the challenges of implementing SSL certificates at some time. Of course, there are free certificates, such as the well-known Lets Encrypt. As with any free solution, it has a number of limitations, all the restrictions are detailed on the certificate provider page for you to read. Some […]

Glass Hourglass With Glowing Sand

Enable/Disable Termination Protection in EC2 For 100 Instances

Manually enable/disable for 100 Instances is a difficult task. To overcome this task we have some automated processes. It’s possible to automate the process in one short using Python SDK. List of Ec2 instances: Python Code: import boto3 def disable_termination_protection(instance_id): ec2 = boto3.client(‘ec2’) response = ec2.modify_instance_attribute( InstanceId=instance_id, DisableApiTermination={ ‘Value’: False } ) print(f”Termination protection disabled […]

Laptop/notebook keyboard with colorful background

Salesforce Lightning Components: Building Custom UI Elements

Introduction In the world of Salesforce development, user interface (UI) plays a vital role in creating a seamless and intuitive experience for users. While the Salesforce platform provides a rich set of pre-built UI components, there are times when you may need to create custom UI elements to meet specific business requirements. That’s where Salesforce […]

XM Cloud Deployments: Static site deployment using Netlify CLI

In my previous post (XM Cloud Deployments: Static site deployment using Vercel CLI), I created a Sitecore XM Cloud deploy script to use the Vercel CLI. In this next challenge, I will be looking at doing the same in Netlify. A little background: Netlify and Vercel are two major competitors in the JamStack space. Both […]

Kscope

Join Us at Kscope23!

Kscope23, ODTUG’s user conference known for providing a rich opportunity for networking and education on Oracle technologies, is taking place June 25 – 29 in Aurora, CO. ODTUG is famous for great technical content including Oracle symposiums, hands-on labs, and 250+ technical sessions. Perficient is proud sponsor of Kscope23. Visit us at booth #519 to […]

Technology

Install Docker on an Amazon EC2 Instance Using the Yum Package Manager

To install Docker on an Amazon EC2 instance using the yum package manager, you can follow the steps below:   Connect to your EC2 instance using SSH. Update the package index and upgrade installed packages by running the following command: sudo yum update -y Install Docker’s dependencies by executing the following command: sudo yum install […]

Istock 1366415101

Introduction to Terraform (EC2 Creation using Terraform)

TABLE OF CONTENTS Introduction Infrastructure as Code (IaC) Benefits of IaC include: Why Terraform? Key Concepts and Components of Terraform  Setting Up Terraform and Creating Your First Configuration Conclusion Key Concepts and Components of Terraform Terraform has several key concepts and components that you should be familiar with: Providers: Providers are responsible for managing the lifecycle […]

Troubleshooting

OCI Gen 2 Refresh Token Setup – TROUBLESHOOTING

In Oracle Cloud Infrastructure (OCI) / Gen 2 architecture, OAuth 2 access tokens are used to issue REST APIs on EPM Cloud to fulfill the requirement of avoiding the use of passwords in the environment. After the REST client has been registered the Refresh token is obtained using the Identity Cloud Service URL (IDCS URL), […]

Shot Of An Attractive Young Businesswoman Texting While Standing Outside On The Office Balcony

Deployment of Spring Boot App on Amazon EKS Using GitHub, Jenkins, Maven, Docker, and Ansible

Deployment of Spring Boot App This is a common use case scenario that is used by several organizations. I hope this detailed blog is helpful to understand the CI/CD process. Let’s get started and dig deeper into each of these steps. Step 1 — Create an Ubuntu T3 Large Instance Select an existing key pair or […]

E Mail

Revamp Your Email Marketing Program with 5 Groundbreaking Features in SFMC Spring Release ’23

Salesforce is committed to delivering innovative solutions that meet the evolving needs of marketers. Their product releases that come out periodically talk about the new and improved functionalities designed to enhance the customer experience and streamline marketing processes. SFMC Spring Release ’23 took place just sometime back and brought to the forefront ground-breaking features and […]

Young Asian Man Wearing Black T Shirt Sitting On Desk Hand Holding Smartphone To Searching For Information. Using Search Console With Your Website.

How to Customize & Debug SEO Pages in Optimizely Configured Commerce

Optimizely Configured Commerce SEO is a vital aspect of any ecommerce application, as having a good SEO ranking increases traffic to your website and brings in revenue opportunities. Optimizely Configured Commerce (formerly Optimizely B2B Commerce) comes packaged with SEO features built-in, providing SEO configuration settings without requiring development code. Don’t worry if the native capabilities […]

Load More