Image Gallery with NextJS

Around the holidays I created an image gallery with NextJS. It turned out I had to handle a lot of images (almost 1000!). I wanted to avoid any existing bloated image gallery with a lot of configuration options. A simple…

Takeaways from the TYPO3 Camp Mallorca 2015

Last weekend I took the opportunity to visit the TYPO3 Camp Mallorca 2015. Since I moved to Palma just two months ago, I didn’t hestitate to register for the event. It was packed with more than 100 TYPO3 enthusiasts. Beside…

Logging in FLOW3 can be easily done by following the Aspect Oriented Programming (AOP) principle. You do not want to code the actual calls to your logging service into each of your functions which you want to log. In this…