Welcome back to the continuation of our journey through crucial Web APIs! For newcomers to our series, I highly recommend diving into Part 1, accessible here, where we extensively cover the fundamental aspects of the Web Forms API. Continuing our journey, let’s delve into further exploration of vital Web APIs, including the Web History API […]
Innovation and Product Development
Sling Mappings++ Large Lists and Mapping Arrays
As all AEM Developers know, AEM, and more-so the underlying JCR, has limitations on how many children a single parent can have before we start to see performance issues. First in the UI, and then more critically in the ability to look-up and manage content nodes themselves. When designing for a net-new AEM website, this […]
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, […]
Exploring HTML Template Engines for Node.js
The fusion of HTML template engines with Node.js has sparked a transformative wave in web development, reshaping the landscape of dynamic web application creation. These engines give developers an efficient means of dynamically generating HTML content, effectively elevating the readability and manageability of code repositories. Over the course of this blog post, we will embark […]
How to Create an Email Template in Dark Mode for Outlook
What is Dark Mode? Dark Mode inverts the colors on your device to decrease the amount of light on your screen, inverting a white background with black text and a black background with white text. In dark mode, it inverts email components of text and UI elements as light-colored on a dark background. The benefit […]
Mastering Responsive Videos and Maps with Bootstrap Embed Classes
In Bootstrap, the embed-responsive and embed-responsive-item classes create responsive embeds for videos, maps, or any other embedded content. These embedded classes ensure the embedded content scales properly and maintain its aspect ratio across different screen sizes. Let’s explore how to use Bootstrap embed classes for responsive embeds. Bootstrap Responsive Video Embed Bootstrap provides a simple […]
We’re All Outraged! Turning Passion into Results.
If you were to pop open any social media platform or news app right now and scroll through a couple dozen posts, you’ll easily get the feeling that everything is #%&$ falling apart. Everyone is mad at something. We now use the term “doomscrolling.” In the past we had Yellow Journalism and we are there […]
Make Your Flutter Apps Soar with Pigeon Platform Channels
Flutter is great framework for cross platform development. It allows you to make pixel perfect apps that are generated into native code, but what happens if you need to use existing code in iOS or Android directly? For situations like these, Flutter allows you to use platform channels. Platform channels give you access to platform-specific […]
Understanding JavaScript Web APIs: Part 1
JavaScript is a central pillar in web development, elevating user engagement and imbuing websites with dynamic capabilities. Among its intriguing components are Web APIs, which facilitate access to diverse browser functionalities. In this segment, we’ll explore these APIs, starting with Part 1: Web Forms API. Let’s commence our exploration of these fundamental tools for web […]
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 […]
Showing Grit When Performing Manual QA
Many times, in my career when performing QA, I’ve dealt with many times where I’ve felt uncertain about my efforts. Through my work at Perficient—and with the help of my team—I’ve learned over time how to persist and show grit in testing to be able to ensure the highest quality of work delivered throughout a […]
AWS S3 Integration with Snowflake
In today’s ever-changing world, data is essential for every kind of organization, customer, or business. These days, most businesses use cloud storage to store data that is recoverable, quickly available, and safe. Users always want upgrades and the most recent technology to apply to their applications. Users won’t be able to obtain continuous data updates […]