Skip to main content

Posts Tagged ‘Perficient GDC Nagpur’

Istock 1431590199

Guide to TestCloud Tunnels Configuration for Test Execution in Private Domain

Testing applications hosted locally or in private environments presents a unique challenge for testers. Accessing these applications for testing purposes requires setting up a secure connection, commonly known as a tunnel. This detailed guide will explore the concept of test cloud tunnels and provide a step-by-step configuration process to enable test execution in a private […]

Happy It Technician Working At The Office Using Her Laptop

Mastering Blue Prism Debugging Techniques

In the world of robotic process automation (RPA), Blue Prism stands out as a leading platform that empowers organizations to automate their business processes. While designing and developing automated solutions using Blue Prism is essential, debugging plays a crucial role in ensuring smooth operation and efficient execution. This blog will explore some invaluable debugging techniques […]

Discussing latest update in React JS 18

Advanced Array Methods in JavaScript: Part 3

Welcome back to the third part of our series on elevating your JavaScript skills through array methods. Having established a solid foundation with simple array methods, we’re now poised to tackle more advanced methods. In this blog, we will discover sophisticated array methods that offer greater flexibility and power in manipulating data. Prepare to unlock […]

Programer Codes On A Laptop Connected To Additional Screen

Essential Array Methods Guide: Part 2

In continuation of Part 1, we will now delve into essential array methods that enhance your JavaScript toolkit. These methods allow you to effortlessly handle complex data manipulation tasks, opening new possibilities for your projects. isArray() isArray() is your trusty detector for identifying arrays. Just pass any value to Array.isArray(), and it quickly tells you whether […]

tiethnic colleagues sitting at desk looking at laptop computer in office. stock photo

Essential Array Methods Guide: Part 1

Arrays are a cornerstone of JavaScript programming, offering a versatile way to keep and manage data. In this initial segment, we`ll explore the essential array methods that every JavaScript developer should know. If you’re eager to advance further, keep an eye out for advanced array methods in JavaScript. Introduction to Essential Array Methods Arrays are […]

Learning from collaboration

Concurrency in Extent Reports for Parallel Testing: ThreadLocal to the Rescue!

Modern automation frameworks greatly benefit from parallel test execution. However, it can introduce complexities when dealing with shared resources like extent reports. Running tests in parallel can lead to chaos in the results, as multiple tests might update the same report simultaneously. This blog tackles a common hurdle: how to ensure thread safety in Extent […]

Istock 1291751221

useFormState in Next.js: Form Management

In my previous blog, we had discussed using server actions with our forms and managing the loading state with the new useFormStatus hook from react-dom. In this one, we are going to explore another experimental hook from react-dom: useFormState. Concisely, useFormState is a hook to which we provide a function to manipulate form data. The […]

Keyboard with search bar

useNavigate: Navigation React Router v6

In React͏ development, smooth moving between pages is vital for a seamless͏ user experience. React Router v6 brings out the useNavigate hook for advanced navigation, simplifying navigation logic͏ in functional elements. This ͏blog post will delve into the useNavigate hook, its features, functions, and benefits in React Router v6. Introducing useN͏avigate In React Router͏ v6, […]

Optimizely Configured Commerce Best Practices

useFormStatus FormControl in Next.js

In Next JS, developers prefer most of their code to remain on the server side. However, it is quite tricky to accomplish such feats when you are working with forms. Components that require inputs from the user and thus must be client components to perform user operations like button clicks or text inputs. There useFormStatus […]

Istock 1445557229

React Navigation: A Rollercoaster Ride with useHistory

React applications often require navigation between different components and pages. The useHistory hook, provided by React Router, simplifies navigation by providing access to the browser’s history object. In this blog, we’ll explore the useHistory hook, understand its implementation, and see practical examples of how it enhances navigation in React applications. Understanding useHistory The useHistory hook […]

All

Perficient Nagpur Office Hosts Flutter Meetup

Perficient was excited to have an opportunity to bring the Flutter Meetup Platform to our Nagpur office for the first time for an interactive, in-person event. As Flutter Nagpur reached out to Perficient to become a Venue Partner, Perficient is uniquely positioned to develop and accelerate Flutter opportunities. What is Flutter?   Flutter is a […]

Map with pins

Finding Your Way in React: Exploring useLocation and useParams.

React provides powerful tools for creating dynamic web apps. The two most important hooks for dealing with routing and URLs are useLocation and useParams. In this blog post, we’ll explore these hooks’ functionality, discuss their application with examples, and show you how to combine them to give your React projects smooth navigation. Understanding useLocation The […]

Load More