PinnedAdobe Photoshop Firefly API IntegrationHere I’ll provide steps on how to make a call to Adobe photoshop Firefly Services from AEM.2d ago2d ago
PinnedSimple ReactApp That Uses AEM GraphQLImage Curtesy : https://experienceleague.adobe.com/Apr 5, 20241Apr 5, 20241
PinnedPublished inAIMLLearningsBasic Python Code for RAG Powered Support BOTThis is probably done by many people, I am just putting my code here with everything that I’ve learned from this.Nov 11, 2024Nov 11, 2024
JDK 11 in AEMaaCSIn AEMaaCS, the environment by default uses JDK 1.8. Which is not compatible to the code generated by latest archetype of the AEM projects…2d ago2d ago
Basic Authentication in AEMaaCS CDNI’ll provide steps to use basic authentication in AEMaaCS environment using CDN configuration here.Oct 1, 2024Oct 1, 2024
On Prem AEM 6.5 Publish and Dispatcher Configuration in Linux Environment (On Docker)This is probably an old topic, considering most organizations are moving to AEMaaCS or AMS, this topic may not remain valid for a longer…Sep 16, 2024Sep 16, 2024
CDN Cache Invalidation in AEMaaCSAEMaaCS comes with Fastly as default CDN. There are two ways of invalidating CDN cache in AEMaaCS environments. 1. Through custom CDN cache…Sep 15, 2024Sep 15, 2024
Docker Container with RedHat Linux, Apache and mod_sslRecently I wanted to learn more on how to configure AEM Dispatcher on RedHat Linux. Being a windows user, for me Docker container was the…May 8, 2024May 8, 2024
Simple AEM Integration with OpenAI For Sentiment Analysis Of Given TextHere I’ll demonstrate how AEM can be integrated with OpenAI using AEM servlet and services to produce Sentiment Analysis of a text input…Mar 21, 2024Mar 21, 2024
Connected Assets/DAM ConfigurationIt was a bit challenging to find a sample configuration that can help me understanding the configuration required for connected Assets set…Feb 22, 2024Feb 22, 2024
Rapid Development Environment CommandsTo quickly test the code changes in AEMaaCS environment, Rapid Development Environment or RDE can be used. One can deploy content packages…Oct 4, 2023Oct 4, 2023
Brightcove Dependency in AEM Cloud Service EnvironmentFor AEMaaCS, Brightcove connector version 6.0.0 or higher is required. However, these dependencies are not available in maven’s public…Sep 6, 2023Sep 6, 2023
Sample Migration Config Files for AEMaaCS MigrationsHere, will provide sample working configuration files (aem-migration-config.yaml or config.yaml) those can be used with different types of…Sep 5, 2023Sep 5, 2023
Resolving “Self Signed Certificate in Certificate Chain” Error while working in VM/VDeskMostly in VM/VDesk there are multiple layers certificates installed in the browsers and it is common to encounter issue like below.May 11, 2023May 11, 2023
Retrieving Access Token using JAVA code (AEMaaCS)In this blog I will explain to create a JWT token and use the same to retrieve access token from AEMaaCS environment. There is a very good…Apr 26, 2023Apr 26, 2023
Micro FrontendMicro frontend is an architectural and organizational style. It brings the micro service architecture to the frontend. It is a collection…Feb 3, 2023Feb 3, 2023
Cookie SecurityCross-site scripting, man-in-the-middle attack, cross site request forgery are the types of attacks involve cookies and the malicious…Jan 17, 20231Jan 17, 20231
Content Distribution in AEM as a Cloud ServiceIn AEMaaCS, the replication framework is no longer used instead Sling content distribution is used to distribute the contents in different…Jan 12, 20231Jan 12, 20231
Unit testing SlingQueryHere I will demonstrate how a method with SlingQuery can be unit tested using junits.Nov 22, 2022Nov 22, 2022
RepoInit In AEM (Part II)Repoinit configuration file is usually placed inside /apps/yourproject/osgiconfig/<environmentspecificconfig>. for author, publisher or…Nov 14, 2022Nov 14, 2022