Matija Kovacek
Home
Latest Blog Posts on AEM Development
Welcome to blog page, where are shared insights, tips, and best practices on Adobe Experience Manager (AEM) development, architecture, consulting, and more. Stay updated with the latest trends and expert advice. Whether you're looking to understand the nuances of AEM architecture, seeking advice on hiring the right AEM consultant, or exploring the benefits of AEM development, blog covers it all. Dive in to enhance your knowledge and make informed decisions for your projects.
Optimizing slow Unit Tests
Understanding the motivation behind optimizing slow unit tests is crucial. We'll explore the challenges faced by Client XYZ, why we wanted to fix them, and the good things that happened afterward. Expect insights into how faster tests can boost productivity and project success.
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.
AEM API Integration with Feign HTTP client
How to call RESTful Web Service in AEM? Luckily there is Feign HTTP client which simplifies REST API Integrations. Check out how to integrate it in AEM project.
Speed up the Maven Build Time
How to speed up Maven build time? 2x time faster Maven build time with Maven Daemon.
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.
Really? Preselected checkbox not working, common AEM?
Why one simple preselected checkbox doesn't work in page properties?
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?