Posts
Importance of Code reviews
Inspired by some of the last few projects, I have noticed that still a lot of people don't consider Code Review seriously. So what is code review? A code review is a process where someone other than the author(s) of a piece of code examines that code. Code review should be used to maintain the quality of our code and products.Read More →
REST API Integration with Feign HTTP client in AEM
Clean and easy integration of REST APIs? Luckily there is Feign HTTP client which simplifies REST API Integrations. Check out how to integrate it in AEM project.Read More →
Speed up the AEM Build Time
2x faster AEM build time with Maven Daemon.Read More →
Test behaviour, not implementation
Test behaviour, not implementation if you want to build right product. For your own good it will save you time and money.Read More →
Really? Preselected checkbox not working, common AEM?
Why one simple preselected checkbox doesn't work in page properties?Read More →
Updating AEM content with Sling Pipes
You are still updating content manually? Try out Sling pipes. Sling pipes is simple tool for executing CRUD operations over resources in AEM repository. But is it powerfull enough to replace your groovy scripts?Read More →