TO THE NEW Blog PAGES

MobilityReact.js

Introduction To Redux Toolkit

What is Redux ToolKit? Redux Toolkit (also known as “RTK” for short) is the recommended approach for writing the Redux logic. The @reduxjs/toolkit package wraps around the core redux package, and it contains API methods and common dependencies that are essential for building a Redux app. The Redux Toolkit package is intended to be the […]

Experience Design

Part I – Accessibility is not a barrier to design

Accessibility and usability are two essential pillars of brilliant user experience design. As a UX designer, your product will not live up to its full potential if the design isn’t inclusive of everyone. This includes the target users, users with impairments, users from varied cultures, countries, etc. Understanding their needs is the key to crafting […]

Ashi Jain
Ashi Jain
Read

AdobeCloudWeb Content Management

GraphQL with Headless CMS (AEMaaCS)

What is Headless CMS  CMS consist of Head and Body. Body is where the content is stored and head is where it is presented. In Headless CMS the body remains constant i.e. in our case it will be AEM but there is no head, meaning we can decide the head on our own. This does […]

Experience DesignFront End DevelopmentUser Experience

How To Design Products With Accessibility standards ( WCAG )

Today accessible design has become more and more important as it not only provides a structured navigation & control but also a great overall user experience. While this is not only limited to people with physical & mental challenges but the majority of users. Great accessible design caters to a better experience not just for […]

CloudDevOpsTechnology

Custom Branding in Azure AD

Introduction Customizing your Azure AD sign-in pages, visible when users sign in to your organization’s tenant-specific apps, such as https://outlook.com/tothenew.com,  https://passwordreset.microsoftonline.com/?whr=tothenew.com (where tothenew.com should be replaced by the domain used by your tenant/organization) has now become more feasible using the Azure AD Custom Branding option. We will configure the same and see how it works. […]

Marketing Automation

Database Management with HubSpot

The digital age is fueled by data – so goes the saying. The importance of data is something that everyone has been talking about for the longest time. Any organization has always seen data as one of their most important assets, and this conviction is without question. Your data is the source that can help […]

Drupal

How to Integrate MongoDB with Drupal

In this tutorial we are going to learn how to integrate MongoDB with Drupal. Before proceeding we should know some of the following basics: What is MongoDB?  MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and […]