Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

kautuk_sahni
kautuk_sahni
Online

Badges

Badges
99

Accepted Solutions

Accepted Solutions
1168

Likes Received

Likes Received
1684

Posts

Posts
7510

Discussions

Discussions
4476

Questions

Questions
3094

Ideas

Ideas
55

Blog Posts

Blog Posts
146
Top badges earned by kautuk_sahni
Customize the badges you want to showcase on your profile
How to check JSON object or JS object is empty? | AEM Community Blog Seeding - Adobe Experience Manager 17-08-2022
How to check JSON object or JS object is empty? by Rashid jorvee Abstract if (!Object.keys(jsonObj).length === 0) { console.log("JSON object have some keys and values"); } else { console.log("JSON object is empty"); } Here jsonObj is JSON or JavaScript object. Read Full Blog How to check JSON object or JS object is empty? Q&A Please use this thread to ask the related questions.

Views

42

Like

1

Replies

0
AEMaaCS - Authoring - Component Readme as help document | AEM Community Blog Seeding - Adobe Experience Manager 17-08-2022
AEMaaCS - Authoring - Component Readme as help document by Arun Patidar Abstract AEM Components - Markdown Documentation The Granite UI widget fieldDescription property is used to add helpful tooltips to your dialog fields but in some cases, you might need to add details documentation about the component, whether it’s technical or for Authoring instructions. Then you may use dialogs helpPath property to link component document to the dialog, the path could be github page or confluence page or an...

Views

31

Like

1

Replies

0
Getting started with Helix -AEM Developer Tutorial | AEM Community Blog Seeding - Adobe Experience Manager 17-08-2022
Getting started with Helix -AEM Developer Tutorial by Hlx Abstract This tutorial should have you up and running with your AEM Helix projects in 10 - 20 minutes to a place where you can create, preview and publish your own content and create your styling and add new blocks. Pre-requisites: You have a github account, and understand git basics You have a google account You understand the basic HTML, CSS and JavaScript Have node/npm installed for local development This tutorial assumes that you are ...

Views

43

Likes

0

Replies

0
HTL Global Variables Continued | AEM Community Blog Seeding - Adobe Experience Manager 17-08-2022
HTL Global Variables Continued by Sankham MarTech Channel Abstract Video: https://youtu.be/FN1l8E-tnnM What are Global objects in AEM HTL code is explained in this video. We will take an example and understand how to use one of the global object like currentPage, Resources etc. Read Full Blog HTL Global Variables Continued Q&A Please use this thread to ask the related questions.

Views

33

Likes

0

Replies

0
Re: Migrate Assets form Onedrive, Sharepoint to AEM DAM on AEM as Cloud - Adobe Experience Manager 12-08-2022
Suggestion 3:-> The first option listed (AEM-Upload) is a sample app for uploading into AEM using Node — and if they’re cost-conscious then it might be worthwhile to investigate creating a custom program that reads their files from OneDrive and/or Sharepoint (realistically it’s probably the same API for both) and use the sample code to upload the assets. The S3 and Azure connectors are also good general-purpose options but I don’t think that storage cost is a heavy factor if the storage buckets ...

Views

116

Like

1

Replies

0
Re: Migrate Assets form Onedrive, Sharepoint to AEM DAM on AEM as Cloud - Adobe Experience Manager 11-08-2022
@Asutosh_Jena_ Suggestion 1:-> Be sure to consider file names and paths. Avoid more than 1000 nodes per parent (see DAM performance guidelines). The file path and name is the unique reference, they may want to scan for duplicate images first.For large migrations, Adobe consultants usually use scripts and, perform in batches, and throttle to allow AEM to process the assets. Suggestion 2:-> And please do have a look at: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/conte...

Views

176

Like

1

Replies

1
AEM WCMS Headless | Getting Started with AEM Headless - GraphQL | AEM Community Blog Seeding - Adobe Experience Manager 10-08-2022
AEM WCMS Headless | Getting Started with AEM Headless - GraphQL by Adobe Abstract Video: https://images-tv.adobe.com/mpcv3/4981/3ba20801-a611-4aab-965c-6c453f00ec01_1658259029.854x480at800_h264.mp4 AEM’s GraphQL APIs for Content Fragments supports headless CMS scenarios where external client applications render experiences using content managed in AEM. A modern content delivery API is key for efficiency and performance of Javascript-based frontend applications. Using a REST API introduce challen...

Views

52

Likes

0

Replies

0
AEM CMS Headless | AEM Headless quick setup for AEM as a Cloud Service | AEM Community Blog Seeding - Adobe Experience Manager 10-08-2022
AEM CMS Headless | AEM Headless quick setup for AEM as a Cloud Service by Adobe Abstract The AEM Headless quick setup gets you hands-on with AEM Headless using content from the WKND Site sample project, and a sample React App (a SPA) that consumes the content over AEM Headless GraphQL APIs. Prerequisites The following are required to follow this quick setup: AEM as a Cloud Service Sandbox environment (preferably Development) Access to AEM as a Cloud Service and Cloud Manager AEM Administrator ac...

Views

31

Likes

0

Replies

0
CMS Headles | Headless CMS with AEM: A Complete Guide | AEM Community Blog Seeding - Adobe Experience Manager 10-08-2022
CMS Headles | Headless CMS with AEM: A Complete Guide by One-inside Abstract You might have already heard about Headless CMS and you may be wondering if you should go “all-in” with this new model. In our complete guide, we are going to answer the most common questions, such as What is the difference between Headless and traditional CMS? Is headless the best choice for your next website implementation? How to use a headless CMS for your next project It’s best to understand what Headless CMS means...

Views

31

Likes

0

Replies

0
WCMS | An Introduction to Headless or Decoupled CMS in AEM 6.5 | AEM Community Blog Seeding - Adobe Experience Manager 10-08-2022
WCMS | An Introduction to Headless or Decoupled CMS in AEM 6.5 by Specbee Abstract Adobe Experience Manager (AEM) 6.5’s release in April 2019 saw an addition of some key features and enhancements. It allows enterprises to offer more innovative and comprehensive customer experiences, faster and better. What is a headless CMS? Headless architecture offers a new way of presenting AEM content. Unlike the traditional AEM solutions, headless does it without the presentation layer. Instead, you control...

Views

34

Likes

0

Replies

0