A few years ago I attended a workshop with a big consulting firm and a few banks and the working title was “THE FUTURE OF BANKING.” We imagined how a personal financial advisor to clients would look like. We came…
Building an Automated AI Image Generation Pipeline New Image Generation Model “FLUX1.Dev” I came across a new image generation model named “FLUX”. It has been developed by Black Forest Labs. They were amongst the founders of Stable Diffusion. The FLUX…
I’m pleased to announce that I will be speaking at Seamless Europe 2024, taking place in Munich on September 11th. This conference is an important event for professionals in payments, fintech, retail, and e-commerce sectors. My presentation, “The Power of…
“How can we make sure our data shared with AI is safe?” This question came up last week in the AI & Training Design Masterclass by Dr Philippa Hardman and Roy de Vries. I had briefly answered the question in the chat: —…
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…
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…
I have been developing a TYPO3 Flow application for some time now. The app uses widgets for displaying financial data, e.g. stock prices and currency rates. I was curious about how to move my existing package to Neos and of…
In March I had the chance to join a hackathon at Level39, Canary Wharf in London. My friend and I have been invited by Simon Redfern of the OpenBankProject. They already had participated in the FinTech Innovation Lab program there….
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…
When it comes to performance optimizing, caching is quite an effective way to boost the speed of your site. In this example we want to cache tweets from Twitter. We do not want to fetch data from Twitter every time…