For more than a decade, Salesforce CEO Marc Benioff has championed the concept of shoshin—a “beginner’s mind” that allows for continuous innovation and reinvention. As the company now embarks on its “hard pivot” to Agentforce, this philosophy takes on new relevance. Agentforce isn’t just an extension of Salesforce’s AI capabilities—it’s a reimagining of what AI […]
Platforms and Technology
Accelerating Data Activation with Salesforce Data Cloud for Automotive and Manufacturing Companies
Salesforce is making significant strides in the data space, which is excellent news for the manufacturing and automotive industries. Jim Hertzfeld, VP of strategy at Perficient, recently visited the Salesforce tower to discuss this with Megan Glasow, managing director of Perficient’s global Salesforce practice. We’ve previously shared how connected vehicles and the influx of data […]
Production Deployment and its Basics: Known to Many, Followed by Few
Did you ever feel tense while taking your exams? Or you must have watched the Olympics or other sports events like cricket, football, etc. When you focus on national players during significant events, you can observe stress and anxiety in performing at that level. Similar is the situation of an IT professional during a production […]
Automate Application Deployment Using AWS DevOps
In this blog, we can set up a continuous integration/continuous delivery (CI/CD) pipeline using AWS Code-Commit, AWS Code-Build, and AWS Code-Deploy for application development and testing and AWS Code Pipeline for workflow orchestration. With the help of this pipeline, Applications may be automatically tested, built, and deployed to AWS services like Amazon EC2, Elastic Beanstalk, […]
Accelerate Cloud Migration with AWS OLA
In the wake of VMware’s recent license cost increase under Broadcom’s new pricing model, many enterprises are facing the pressing need to reevaluate their IT strategies. For those reliant on VMware’s virtualization technologies, the cost hike poses a significant challenge to maintaining budgetary control while continuing to drive digital transformation efforts. Rather than simply absorbing […]
Edge Delivery Services Tips and Tricks for Developers
Edge Delivery Services empowers developers and authors to create lightning-fast, high-performing digital experiences that score a perfect 100% on Google’s Lighthouse metrics. With Edge Delivery, you can choose from two flexible implementation options – document-based authoring and WYSIWYG (What You See Is What You Get) – to streamline your development workflow and accelerate content authoring. […]
Nationwide to Talk Personalization, Data, and AI at Dreamforce 2024
Next-level personalization strategies will undoubtedly be a key topic at Salesforce’s largest event this year. Dreamforce is right around the corner taking place in San Francisco on September 17 to 19, and learning how to get the most out of your customer data with AI-powered tools is top of mind. Whether you’re attending in person […]
Boosting Your Testing Workflow with GitHub Copilot: A Step-by-Step Guide
Software development requires testing as an essential component. It ensures that your code operates as intended and finds errors before being used in production. Test writing, meanwhile, can occasionally seem like a tedious task. Fortunately, this procedure may be accelerated and improved upon by using GitHub Copilot, an AI-powered coding assistant. In this blog post, we’ll […]
Google Cloud – PUB/SUB: Part 2 – Implementing Pub/Sub
Google Cloud Pub/Sub is a fully managed messaging service on Google Cloud Platform, facilitating asynchronous communication between applications in real time. Google Cloud Platform serves as the foundation for creating, enabling, and utilizing all Google Cloud services. This includes managing APIs, enabling billing, managing collaborators, and configuring permissions for Google Cloud resources. Refer to Part 1 […]
Google Cloud – PUB/SUB: Part 1 – Basic Concepts
Google Cloud Platform (GCP), offered by Google, provides a broad spectrum of cloud computing solutions. It includes modular services across computing, data storage, analytics, and machine learning, supported by a suite of management tools. GCP stands out as a leading public cloud provider, providing a flexible array of computing services ranging from data management to […]
Exponential Backoff Retry Strategy in Test Automation
Introduction A highly effective strategy for managing flaky tests and unpredictable responses is the exponential backoff retry mechanism. This blog explores the concept of exponential backoff, its implementation in Katalon Studio, and practical scenarios where this strategy can be particularly beneficial. Understanding Exponential Backoff Exponential backoff is a retry algorithm that increases the delay between […]
Circuit Breaker Pattern with Retry in Test Automation
Introduction Understanding retries and working with them plays a very crucial role in dealing with flaky tests. You need to avoid overloading systems with too many retries while ensuring your tests remain reliable. This is where the Circuit Breaker pattern comes into play. What is the Circuit Breaker Pattern? The Circuit Breaker pattern is inspired […]