GitHub Project


Hi, Watch out this GitHub space – https://github.com/hashimkhan786 where I would be sharing a lot of useful scripts and code for everyone to pick or enhance and contribute to the AEM community. Feel free to clone the repository and use in your projects or if you think you can contribute to the repositories you are most…

The Perfect AEM Deployment


In the last few projects, I have seen and learnt a lot of best practices and potential flaws in an AEM infrastructure. I have been lucky enough to work with some interesting clients – who have given me many difficult scenarios and system related issues – which eventually led me to ponder over the flaws…

Useful Shell Scripts for AEM


Evolve your work-style with Shell Scripts in AEM. I thought of sharing few of the useful scripts here so that you can also use them in your day to day work without much hassle. Secondary aim of this blog post is to expose you to Shell scripts , if you are not using it yet and give you an inspiration to build your own script one day and share with everyone .

Sling Pipes


Its a tool where you can load content tree nodes , perform some operation and either Retrieve an output or Modify the nodes. The aim here is to provide reusable blocks called pipes which can be configured for any possible operation on content.

Query Builder


Search is always the backbone of many functionalities in an AEM application . It becomes quite critical in Business scenarios to implement the most Optimized Query which fetches the best possible result. To perform search in AEM , Query Builder is highly recommended over simple SQL / XPATH query statements. The Query Builder , if…

Useful Links


Hi Guys, Through this page I would be sharing all the important Links which become quite useful and handy while executing projects and for quick reference . I am using these myself and so may the world . I would be updating and categorizing them whenever I will find something worthy. Keep this page as a bookmark…

Guidelines for Performance Optimziation


Performance Optimization of an AEM instance is one topic which gets neglected during almost all the development phase and when the site degrades in various levels , a concern is raised for checking the Performance of the system. Lately I have been working on a lot of projects wherein there was this problem and we…

Automate your cURL Completely


Hi Friends, Since the past few days, I have explored cURL quite a lot and I just loved the power it gives to the programmers. Through this post , I would try to illustrate the actual purpose and use of cURL : to automate almost everything in AEM. You can also schedule a cURL command to…

AEM with cURL


Hi, Through this post , I would like to introduce cURL commands for numerous applications in AEM. Its quite a handy tool to deal with packages, backups, and various usecases in AEM. You may find ample of applications of cURL by the end of this post. After going through the post you will be able…

Adventures with Groovy Script


Hi Friends, Throughout my project experiences , I have been surrounded with quite challenging tasks. One of that was exploring Groovy Script. By this blog post , I would try to make you familiar with Groovy and I am sure by the end of it, you will be loving this language. Check out all the…