Skip to main content

Posts Tagged ‘#perficientnagpur’

Istock 1355632594

Optimizing Test Scenarios: Testing Failed Network Requests with Selenium CDP Commands

In our exploration of Selenium Chrome DevTools integration, we’ve covered simulating mobile browsing, harnessing real-time insights with Selenium CDP Listeners, and mastering the art of intercepting and mocking network/API responses. Our journey now advances into the realm of optimizing test scenarios by addressing failed network requests. In this article, we’ll navigate through a comprehensive guide […]

Woman Coding

CSS Revolution: Empowering Your Web Design with React Magic

Styling plays a fundamental role in web development. Furthermore, when you embark on building React applications, you can choose from various approaches to skillfully manage styles and CSS. This comprehensive guide will explore diverse techniques, tools, and best practices for styling React components using JavaScript. Different Approaches to Styling in React In the expansive realm […]

Two people working on a laptop in a warehouse

Routing in Next.js: Unraveling File-Based, Dynamic, Route Groups, and Layouts

What is Routing? The Pages Router utilizes a file-system-based routing system grounded in the concept of pages. Upon adding a file to the app directory, it becomes readily accessible as a route. File Based Routing: Each component in the app directory automatically becomes a route in your application. If you have a file named page.js […]

Istock 1435220822

Large Data Volumes (LDV) in Salesforce

Aloha Trailblazers, Embarking on the journey into the vast landscape of Salesforce, this blog serves as your guide to understanding and conquering the challenges of Large Data Volumes (LDV). In the dynamic world of Salesforce, businesses encounter the complexities of managing extensive datasets. As organizations grow, navigating and optimizing performance in the face of Large […]

Korean Mature Woman And Caucasian Young Woman Lead Meeting Of Multiracial Work Colleagues Discussing Ideas And Business Together Sitting At Table In Modern Creative Office Interior High Angle View Daytime

Part-1 Demystifying Next.js: Exploring the Power of Parallel Routes for Smoother Web Experiences

Understanding Parallel Routes in Next.js Imagine you’re on a road trip, and you have multiple routes you can take to reach your destination. Similarly, in web development, when you build a website using Next.js, you create different routes for different pages. What are Routes? Routes are like paths or directions to specific pages on a […]

A Male Programmer Shows A Female Colleague A Coding Technique. The Codes Are Visible On The Laptop Screen

Part-2 Next.js Parallel Routing for Unique Loading and Error Experiences

Parallel Routing with Loading: Imagine visiting a website, and while a page is loading, you see a spinning wheel or a loading symbol. That’s the loading state – it shows that things are still getting ready. In Next.js, using Parallel Routing, each webpage can have its own unique loading symbol or message. So, as you […]

Blue and green data points moving in curves.

Decoding Web Interactions: Unleashing Selenium CDP Listeners to Extract Network Responses

Introduction In the dynamic realm of Selenium CDP integration, where Selenium harnesses the power of the Chrome DevTools Protocol (CDP). We previously embarked on a journey to simulate mobile browsing using Device Metrics Override: Optimizing Web Testing: Mastering Mobile Simulation with Selenium CDP Device Metrics Override / Blogs / Perficient Building on that foundation, our […]

Bulk user profiles from laptop

How to Analyze Salesforce Survey Responses?

Hello Trailblazers, In the previous parts of this blog, we learned how to create Salesforce Survey forms and how to send your forms to your audiences to get their responses. If you did not read it, you can read them here: Part 1 and Part 2. In this blog, we’ll learn how to analyze the […]

Woman working with graphs and coding on holographic screen

Unlocking React’s Power: Why Functional Components Outshine Class Components

Introduction As React development continues to evolve, the rise of functional components and hooks has significantly transformed the way we build applications. In this blog, we’ll unravel the magic behind functional components and explore why they emerge as the superheroes of modern React development. So, get ready for a journey into simplicity and power, supported […]

Smedix269

Streamline Your ASP.NET Logging with ELMAH without a Database

In the world of ASP.NET development, logging is a crucial aspect of building robust and reliable applications. With the right logging tool, developers can easily track and analyze errors, exceptions, and other critical information that can help improve application performance and maintainability. One such tool that stands out is ELMAH (Error Logging Modules and Handlers), […]

Aws Redhat Webinar Card 900x598

Unlocking the Power of Java Streams: Simplifying Code with Efficiency

Overview of Java Streams Java introduced streams in version 8 to simplify and optimize code writing. A stream is a sequence of objects supporting various methods to achieve a desired result. Using streams can reduce a long set of codes to just a few lines. Streams enable performing operations such as filtering, mapping, reducing, and […]

Closeup Of Program Developer Writing Software On Multiple Computer Screens At Home Office

Apex Trigger for Custom Validation in Salesforce

Hello, Trailblazers. In this blog post, we will learn how to write an Apex Trigger for Custom Validations. Acceptance Criteria:  Write an Apex Trigger to restrict the Payment until the Final Quote is “Approved”. To solve this, we have custom objects named Payment__c and Final_Quote__c in a lookup relationship with each other. Its lookup field […]

Load More