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.
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.
2x faster Maven build time with Maven Daemon.
Test behaviour, not implementation if you want to build right product. For your own good it will save you time and money.
Why one simple preselected checkbox doesn't work in page properties?
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?
So you want to write your first Scala application?
Scala is a programming language created by professor Martin Odersky. It’s object-oriented and also a functional programming language. So you can write your code using OOP, FP or both.