Skip to main content

Posts Tagged ‘Perficient’

Quizzically Business Man Happy Staring At Screen Of Code

Remix vs. Next.js: A Comprehensive Look at Modern React Frameworks

In the ever-evolving landscape of web development, choosing the right framework can significantly impact the performance and user experience of your applications. Two of the most prominent frameworks in the React ecosystem today are Remix and Next.js. Both are designed to enhance web development efficiency and performance, but they cater to different needs and use cases. In this […]

Male Doing Estimation On Screen

How to Subscribe to Salesforce Reports

Hello Trailblazers! Salesforce Reports are a cornerstone of effective data-driven decision-making. They allow you to analyze and visualize business data efficiently. Salesforce offers a subscription feature for reports to ensure you or your team stay updated on important metrics without manually checking them. Subscribing ensures that you receive reports regularly in your email inbox, making […]

Istock 2012746941

Suspense in Action: Simplifying Async Data Fetching in React

Building React apps often involves dealing with async data fetching. This can be complex and impact the user experience. React Suspense is here to help, making async data fetching simpler and more efficient. It improves your app’s performance and user experience. React Suspense streamlines async data fetching. It lets you focus on building your app […]

African Businessman Using Analytics Data Kpi Dashboard

How to Subscribe to Salesforce Dashboards?

Hello Trailblazers! Salesforce Dashboards are powerful tools that allow users to visualize and analyze data at a glance. To stay updated on key metrics without manually checking dashboards, Salesforce provides a subscription feature. Subscribing to dashboards ensures that you and your team receive timely updates via email, helping you stay informed and make data-driven decisions. […]

Istock 2158226013

How to Create a Bucket Column for the Picklist Type Field in Salesforce Report

Hello Trailblazers! Salesforce provides powerful reporting tools to analyze and visualize data effectively. Among these tools, the Bucket Field stands out as a feature that enables categorization of data directly within reports. In this blog post, we’ll focus on creating a Bucket Column specifically for Picklist type fields in Salesforce Reports, offering a step-by-step guide […]

Programmer Working With Program Code

Securely Interacting with AWS Services Using Boto3 API

In today’s cloud-centric world, AWS (Amazon Web Services) stands out as a leading provider of scalable and reliable cloud services. Python’s Boto3 library is a powerful tool that allows developers to interact with AWS services programmatically. However, ensuring secure interactions is crucial to protect sensitive data and maintain the integrity of your applications. Main objective […]

Woman Coding

Methods for identifying desktop, mobile, or tablet device in the LWC component

In order to write device-specific code in Salesforce LWC (Lightning web components), we will explore different methods of detecting a device in this blog. The following methods can be used in Lightning Web Components (LWC) to identify a device or distinguish between a desktop, tablet, or mobile device: 1. Using Standard web APIs navigator.userAgent In […]

Qa India Practice (1)

Celebrating QA India’s Journey: Empowering Women, Achieving 50/50 Gender Parity

It’s truly an exciting and proud moment for our QA India Practice, as we have achieved an incredible milestone: a 50/50 gender ratio by the end of 2024. While we continue to stand out with many QA achievements, we mark gender parity as our long-term goal. This progress in gender ratio sets a benchmark for […]

Front End Meetup 2024

Key Insights from the Front-End Meetup by the Front-End Meetup Group

Let me take you through the event that perfectly wrapped up 2024! Perficient’s Front-End Team concluded the year with a memorable meetup filled with inspiring sessions and networking, setting the stage for an exciting 2025. We’re already excited about the next one! Event Overview The Front-End Meetup, hosted by the Front-end Meetup Group and sponsored […]

Two programmers working on some coding together

How to Build a Component Library in next with Storybook

Building a component library in Next.js with Storybook involves creating reusable UI components in Next.js and using Storybook to visualize and document them. Here’s a step-by-step guide on how to set up a component library in Next.js and integrate it with Storybook: 1) Set Up a Next.js Project If you don’t have a Next.js project […]

Istock 1181897087

Dynamic Component Rendering in Vue.js: When and How to Use It

Dynamic component rendering in Vue.js lets you display different components based on conditions at runtime. This feature is handy for building flexible, user-friendly, and scalable applications. Instead of hardcoding components into the layout, you can dynamically switch, or load components as needed. What Is Dynamic Component Rendering? Normally, components are fixed in the app’s layout. […]

Diverse Team Working Together In Modern Co Working Space

How to Use Vue.js Transitions for Smooth UI Animations

Animations aren’t just for show—they’re key to making web apps more engaging and user-friendly. In this guide, we’ll explore how to easily add smooth transitions and animations to your Vue.js apps. Whether it’s simple effects or advanced animations with libraries like GSAP, Vue makes it easy to bring your UI to life. Let’s dive in! […]

Load More