On October 25th, 2023, Perficient presented a webinar that was hosted by commerce experts: Sergio Granada, SAP Commerce Technical Director Ignacio Pascual, SAP Commerce Delivery Director Alejandro Granada, SAP Commerce Solutions Architect Kim Williams- Czopek, GM of Commerce Operations They discussed the intricacies of migrating to SAP Commerce Cloud. The session provided actionable advice, unveiled […]
Front-End Development
ZUSTAND, Is Redux Coming to an End?
Why is this State Management Solution Named Zustand? “Zustand” is a German word that translates to “state” in English. In the context of programming and software development, “Zustand” is often used in conjunction with “Zustands management,” which translates to “state management.” It refers to the management of the state of an application, typically to keep […]
Empowering Flexible and Maintainable Applications using Vue Composition API.
The Vue Composition API offers an efficient and adaptable method for creating components, improving Vue js development. You can improve reuse, better organize code, and easily manage complicated applications by utilizing the Composition API. Let’s explore the components’ perspective and how API supports Vue 3 development. The concept of Vue Composition API, the distinction between […]
Using Rendering Parameters on a XM Cloud component
What about Rendering Parameters? I recently did a POC using rendering parameters in a component in XM Cloud. In this blog i will describe my approach, issues faced and how i overcame them. Adding a rendering to a component, is relatively straight forward in Sitecore development, i.e.(https://doc.sitecore.com/xmc/en/developers/xm-cloud/walkthrough–building-a-simple-rendering.html). However, there are some circumstances where things are […]
Perficient: Gold Sponsor at Vercel’s Next.js Conference 2023 – Join Us In-Person or Virtually!
At Perficient, we’re thrilled to announce that we are a Gold Sponsor of this year’s Next.js Conference, hosted by Vercel. This much-anticipated event will take place on October 26th at the iconic SF Jazz in San Francisco, and just like last year, it will feature a vibrant virtual component for attendees to stream for free. […]
Why Do You Need to Know Backend for Frontend (BFF) Pattern?
Our typical problem arises when we wish to incorporate an API into our mobile app. Consider the situation in which you need to create a mobile app for an existing system. The system was one monolithic solution that exposed an API that exclusively served the web client. The client’s proposal is not restricted to new mobile apps, […]
SCSS Mixins Vs Extends: Which to Use and When
Ever felt a twinge of confusion when faced with the decision of whether to use a mixin or extend in SCSS? You’re not alone. Today, we’re going on a journey together, where you’ll discover the complexity of mixins and extends, and by the end, you’ll know exactly when to employ each one. Let’s dive in, […]
AEM Customization: How to Add a Custom Action Button to the AEM Assets Action Bar Menu
Recently, a client approached us with a requirement to update content fragment elements data, Assets metadata, and Folder metadata via an Azure-based API. Our initial solution was to implement a JMX script, which could be started by an admin user group with valid parameters. However, this was a rather limiting solution, as normal AEM authors […]
Upcoming Webinar: Navigate Your Headless Commerce Journey With SAP Commerce Cloud
Mark Your Calendars Date: Wednesday, October 25th | Time: 11:00 AM – 12:00 PM CT Are you ready to take your e-commerce game to the next level? Join us for an illuminating session hosted by Perficient’s seasoned commerce experts. We’re here to demystify complexities, share real-world success stories, and provide you with actionable advice to […]
Migrating Sitecore SXA themes from MyGet to NPMJS
Sitecore recently announced they are moving away from MyGet and to NPMJS for its package provider. After November 2023 the MyGet public feeds will be unavailable and any SXA themes and publishing pipelines should be updated before that time. Sitecore was unable to retain the @sxa prefix with this move and as a result, the […]
Unveiling the Power and Potential of GraphQL in Modern Web Development
In the dynamic world of web development, where user expectations are higher than ever and application complexity continues to grow. The need for efficient data retrieval and flexible APIs has become paramount. Enter GraphQL, a revolutionary query language for APIs that is reshaping how data is requested, fetched, and managed. In this comprehensive exploration, we’ll […]
Exploring JEST React Testing Library: A Complete Overview
Welcome to the comprehensive guide on mastering JEST React Testing Library! In this tutorial, we will explore the ins and outs of the JEST React Testing Library, a powerful tool for testing React components. Whether you are a beginner or an experienced developer looking to enhance your testing skills, this guide will equip you with […]