I thought it would be a great time to share with you some references I use to speed up my AEM development when working on AEM components and Touch UI. I typically have articles opened up, so I can quickly access the references as needed.
The references include:
AEM Sling Model Injectors Annotations Reference - The injector specific annotations enable us, developers, to write less code, enables stability with injectors to demise injector collisions, and enables better IDE support. This article exposes all or at least most of the Sling Model specific injectors that us developers can utilise during development - https://sourcedcode.com/blog/aem/aem-sling-model-injectors-annotations-reference-guide
AEM Granite UI 1.0 Form Component’s XML Reference - This AEM Granite UI 1.0 Form Component’s XML Reference Guide provides code snippets to help developers speed up their AEM Touch UI development. This quick reference includes the most used Granite UI form components with plug and plays XML examples. This article has great code snippets and references for Touch UI configuration - https://sourcedcode.com/blog/aem/aem-granite-ui-1-0-form-components-xml-reference-guide