Have you ever found yourself in the following situations: When you pushed your Extension changes in the Sandbox branch and wondering whether your build was deployed on Sandbox, Whether TeamCity picked up the right change-sets from the last build you pushed on the Sandbox branch, What happens when multiple team members pushed extension DLLs in […]
Cloud
Year in Review: Must Read EPM Posts
2023 is almost here! New goals, new projects, and technological advancements are right around the corner. But before we look forward, we should reflect on the past year. There has been some great insight posted by my Perficient colleagues that can be great resources for managers, analysts, and administrators within the Enterprise Management Performance space. […]
Salesforce Experience Cloud: A Powerful Solution to Manage Customer, Partner, & Employee Communities
Backdrop: The year 2021 saw enormous global upheaval and transition. The need to move to the digital world has never been more imperative than the pandemic. There was a paradigm shift in the digital ecosystem. In April 2021, Salesforce changed its Community Cloud for a more modern service. So, Salesforce built an exciting alternative. This […]
Dynamic Merge in Snowflake using Stored Procedure and Python – For SCD Type 1
Creating Snowflake Account We can create a 30-day free trial account using below link. https://signup.snowflake.com/ SCD Type 1 In short, keeps the latest the latest data only and old data is overwritten. SCD Type 1 in Snowflake Let us consider we have a scenario to load the data into Target table from the Source table. […]
Simulate High-Scale Load for Applications with Azure Load Testing
Azure Load Testing Performance and Load testing are an integral part of the Software Development Life Cycle. These tests can be used to find performance bottlenecks, help right-size infrastructure, find the correct thresholds when setting up scaling mechanisms, and see how your application will react under an excessive load. Consider a retail eCommerce application gearing […]
Kubernetes Multi-Cluster Management – Part 3
Introduction In part I of our Kubernetes multi-cluster management series, we’ve talked about the basics of GitOps and explained why you should really consider GitOps as a central tenet of your Kubernetes management strategy. In part II, we looked at a reference implementation of GitOps using ArgoCD, and how to organize your GitOps repositories for […]
New Salesforce Mobile Application Configure and Customization
New Salesforce Mobile Application Configure and Customization in Salesforce Org According to reports, 120 billion hours are spent with mobile business apps annually. According to Salesforce, Every month, almost 2 million users run their business from their phones using the Salesforce mobile app. Salesforce planning to retire the Salesforce mobile web experience with the […]
Announcing AWS ROSA Accelerator “Devops-In-A-Box”
Today we’re making our Openshift on AWS (ROSA) accelerator available for everybody to use *free of charge. This solution is the product of years of experience on the ground delivering application modernization on containers to some of the biggest companies in the world. With the release of ROSA (Red Hat OpenShift on AWS) at the […]
Kubernetes Multi-Cluster Management – Part 2
Introduction In Part I of our multi-cluster management series, we’ve introduced GitOps and gone over some of the reasons why you should adopt GitOps for the management of Kubernetes clusters. GitOps is always the #1 thing we set up when starting an engagement and we’ve spent a lot of time perfecting our best practices. Today […]
Highlights from AWS CEO Adam Selipsky’s Keynote at re:Invent
To kick off the largest cloud conference of the year, Amazon Web Services (AWS) CEO Adam Selipsky delivered his opening keynote at AWS re:Invent in Las Vegas. Selipsky welcomed 50,000 in-person attendees and 300,000 virtual attendees from around the globe. He encouraged enterprises to move to the cloud, citing the dramatic cost savings it offers, […]
Kubernetes Multi-cluster Management – Part 1
Introduction With more and more organizations adopting Kubernetes across multiple teams, the need for IT to provide a way for these teams to quickly provision and configure clusters is increasing fast. This is not only true in cloud environments but also at the edge, and from a practical standpoint, adding more clusters can become exponentially […]
Spring Cloud Function with AWS Lambda
Learning outcome from this article: What is Spring cloud function? What is AWS Lambda? Using Spring Cloud function with AWS Lambda. Spring Cloud Function Spring cloud function is one of the Project from Spring cloud Framework. It allows us to create functional applications while retaining all the benefits provided by Spring Boot. It Promote the […]