If you have seen me speak at events in recent years, most likely you have heard me mentioning CaptainHookPHP as being my favorite git hook manager. I really like its flexibility and have covered some of our project setups in some blog posts.
OpenAI experiments
AI and services like ChatGPT have been all over the place since last year. Every day, new AI-powered services appear on the horizon. How can we use AI (or ChatGPT specifically) in our daily work or our applications?
Kellerkinder Barcamp 2023 review
Thursday last week, the Kellerkinder folks hosted their annual barcamp in Mannheim. Being a big fan of barcamp events, I could not say no when they invited me to attend the event.
Deploy Docusaurus on Nomad
PHPUGMRN 06/23 meetup
The PHP meetup Metropolregion Rhein-Neckar will meet again on the 14th of December 2023 at wawibox in Heidelberg, Germany.
Display RSS feed on your GitHub profile
Can our latest blog posts be rendered on our bitExpert GitHub organization page? This was the challenge I tried to solve. Apparently, yes. In this blog post, I cover all the steps needed to achieve that in this blog post.
PHPUGFFM 05/23 meetup
Join the PHP meetup Frankfurt on the 23rd of November for our last meetup in 2023.
Hello Docusaurus v3!
Last week Docusaurus released version 3.0.0 and we managed to upgrade our blog without many issues.
My SyliusCon 2023 review
Last week I traveled to Poznań, Poland to speak at SyliusCon 2023 about the Gally connector we've built for our partner Gally.
Using GitLab environment specific variables in multiple jobs
While setting up a GitLab CI build & deployment pipeline for one of our customer projects, I had the need to expose GitLab's environment-specific variables in multiple jobs as I needed the information in the build & deployment steps. Since I needed to run the jobs on different servers, I was not able to combine both jobs.