2021-01-04
AEM: debugging Apache rewrite rules on dispatcher
Debug your Apache rewrite rules using the LogLevel directive.
#aem#dispatcher#apache
2020-09-04
AEM: Inject child adapting from SlingHttpServletRequest
Injecting a child adapting from SlingHttpServletRequest can be easily done by using an annotation provided by ACS AEM Commons or by using a sling provided factory.
#aem#sling#slinghttpservletrequest
2020-04-27
DIY Hue scenes in Home Assistant using the deCONZ integration
Scenes can add that extra layer of awesomeness to your home automation setup, find out here how I created my scenes based on those provided by Hue.
#hue#home assistant#deconz#scenes
2020-03-31
Prismic cursor-based GraphQL pagination in Gatsby
Prismic's cursor based pagination can be a bit confusing at the start, find out here how I implemented it on my own blog.
#prismic#graphql#pagination#gatsby