This series is my Next.js study resume, and despite it’s keen to a vanilla Next.js, all the features are applicable with Sitecore SDK. It is similar to the guide I recently wrote about GraphQL and aims to reduce the learning curve for those switching to it from other tech stacks. In part 1 we covered some fundamentals of Next.js […]
Posts Tagged ‘JavaScript’
Astro: The Web Framework Revolutionizing Website Development
In this fast-paced world of web development, speed, flexibility, and usability are crucial to creating powerful online experiences. Within this context, Astro, an innovative web framework designed to generate static sites, offers exceptional performance and versatility. This blog will explore the benefits, challenges, and practical tips with Astro and its relevance today. Astro: A Quick […]
Exploring jQuery’s Tree Traversing: Unleashing the DOM Navigation Potential
The popular JavaScript library jQuery simplifies DOM manipulation with powerful traversal methods. Web developers need to traverse the DOM tree to interact with HTML components. This blog covers jQuery’s DOM traversal using simple examples to teach navigation techniques. Understanding the DOM Tree: Let’s define the DOM tree before learning jQuery’s tree traversal techniques. It’s the […]
LWC – Validating Email Already exists in Database using Apex
Hello Trailblazers, In this blog post, we are going to learn how we can apply custom validation in LWC to the Email field to make it unique. We’ll validate whether the Email is already exist in database or not. Acceptance Criteria: In an account creation form, create a custom validation on the Email field so […]
Forget Okta? Well, It Might Not Forget You : Solving Remember Device Issues
Why Okta? Who can forget Okta? It is basically a household name at many enterprise companies. Even if you don’t know about Okta, you probably recognize the name. Okta is a cloud-based identity and access management platform that provides secure user authentication and authorization services. It enables organizations to manage and control access to various […]
Innovative Technology for an Advanced Security Ecosystem: Challenges and Solutions
At the center of digital transformation, we face the exciting challenge of creating an ecosystem driven by high-performance, interconnected microservices developed in diverse languages such as Java, C#, JavaScript, and Python. At Perficient we extract the best of each language to shape an agile and efficient ecosystem. Capturing data in real time: IoT and Priority […]
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 […]
Coveo Headless Library Integration with SAPUI5 Framework: Development Environment Setup – Phase I
In this blog, we will explore how to integrate Coveo Headless, a powerful search and relevance platform, with OpenUI5, a popular UI framework for building web applications. As search functionality becomes increasingly crucial for modern applications, this integration will allow us to create an advanced search experience within OpenUI5 projects. Introduction Coveo Headless is a […]
Perficient’s Bright Paths Program Brings Ingenuity and Community to the Forefront
Earlier this year, Perficient expanded its Bright Paths Program to introduce two national coding bootcamps open to students across the United States. The Bright Paths Program advances STEM education and career opportunities for underrepresented constituencies and communities to help close the gap in the technology industry. The first national cohort kickstarted in April, and students […]
Boosting React Performance: Essential Optimization Techniques
In today’s fast-paced world, users demand lightning-fast experiences from web applications. As a React developer, optimizing the performance of your application is much needed to ensure a smooth and responsive user interface. In this article, we will explore some essential performance optimization techniques and habits in React, which will help you to create highly efficient […]
Salesforce Lightning Components: Building Custom UI Elements
Introduction In the world of Salesforce development, user interface (UI) plays a vital role in creating a seamless and intuitive experience for users. While the Salesforce platform provides a rich set of pre-built UI components, there are times when you may need to create custom UI elements to meet specific business requirements. That’s where Salesforce […]
Acquiring Knowledge and Expertise in Asynchronous JavaScript
One of the most Widely Used Languages in the world right now is JavaScript. Only one thing can be done at once because it is a Single-Threaded Language. Prior to the addition of asynchronous JavaScript, which makes use of Promises and async/await, this was a limitation. We’ll discover how to use asynchronous JavaScript more efficiently […]