DrupalTechnologyUser Experience
Single sign-on (SSO) is an authentication method that enables users to securely authenticate with multiple applications and websites using just one set of credentials. SSO is an authentication scheme that allows a user to log in with a single ID to any of several related, yet independent software systems. True single sign-on allows users to […]
Many websites face a common challenge in managing external images in their blog posts. Using external images hosted on third-party websites might lead to issues such as broken links, slow loading times, and potential copyright concerns. In this blog post, we’ll delve into the problem of handling external images and provide a practical solution to […]
Introduction React has many built-in useful hooks that you can use in your application. With the release of React 16.8 introduces a new hook that is useMemo. This hook improves the performance of your application. What Is useMemo() useMemo() hook in React significantly improves the performance of your components. This hook is designed to optimize […]
Introduction Drupal 9, a powerful and flexible content management system, offers a robust solution for implementing faceted search through its Views module. In this blog post, we’ll dive into the process of implementing and configuring faceted search using Views in Drupal 9. Faceted Search allows users to filter and refine search results based on various […]
Introduction In an era dominated by digital interactions, ensuring web content accessibility is paramount. The Web Content Accessibility Guidelines (WCAG), crafted by the Web Accessibility Initiative (WAI) of the World Wide Web Consortium (W3C), provide a robust framework for developers to create inclusive digital experiences. This article offers a comprehensive exploration of WCAG principles, accompanied […]
Overview In the dynamic landscape of today’s technology, Edge Delivery Services has become a notable buzzword along with AEM Franklin (also known as Helix). Edge Delivery Services focuses on delivering content and experiences with optimal speed, scalability, and personalization. It sits at the edge of the network, closer to users, to deliver content faster and reduce latency. On the other hand, AEM […]
In today’s digital age, data is at the heart of every organization. It serves as the lifeblood of businesses, offering valuable insights, facilitating decision-making, and driving operational efficiency. Given the critical importance of data, companies must manage their data backups effectively to safeguard against data loss and ensure business continuity. However taking backups can indeed […]
Introduction Groovy scripting provides AEM developers with a powerful toolset to enhance, automate, and extend the capabilities of Adobe Experience Manager. With its ease of use, seamless Java integration, and rapid development features, Groovy empowers developers to create efficient workflows, custom components, and seamless integrations. In this blog, we will explore AEM Groovy scripting through […]
A standalone component in Angular is a new way to define and organize components in Angular applications. It breaks away from the traditional approach of using NgModules and offers several advantages in terms of simplicity, maintainability, and performance. What is a standalone component? An independent, self-contained unit of code that encapsulates logic, data, and UI […]
Introduction: PHP, a server-side scripting language powering a vast majority of websites, has taken a giant leap forward with the release of PHP 8. Packed with innovative features and improvements, PHP 8 promises to revolutionize the way developers build web applications. In this comprehensive blog post, we’ll explore the enhanced features of PHP 8, dive […]
Introduction In today’s digital age, creating inclusive web applications is a moral imperative and a legal requirement in many regions. Web accessibility ensures that individuals with disabilities can navigate and interact with your web content effectively. Here are some best practices to make your web applications accessible to users with disabilities Semantic HTML Structure Semantic […]
Getting started with AWS RUM In today’s world of Application and website usage, almost everyone is using some or other application or website, so it becomes essential for an organization to understand how the application/website is being used at the end user end, what improvisation that can be done to improve end-user experience. Real User […]