unKonf 2023
We are thrilled to let you know that our annual unKonf event is just around the corner! This barcamp focusing on web and software development topics has been an essential part of our bitExpert DNA since 2013, and we are more than happy to welcome you back in person!
Moving to Neovim
The growing complexity of IDEs has led me to make a shift in a different direction.
Traefik file provider configuration
Slim down your binaries
Internally we develop our own tools, that we use as CLI. To make it easier to distribute and use them, we create standalone binaries. But often the files are huge.
So let's see how we can make them smaller without losing any functionality.
Using Sulu user roles in conditions
Sulu CMS is quite flexible out-of-the-box. For example, content properties can be marked as mandatory or optional. By utilizing the jexl syntax, you can even enable or disable properties based on certain conditions.
Automated Sylius Deployment
Linting neon files in CI
I have to admit, I am not the best at editing neon configuration files. I regularly mess that up and then things break. How to fix that? Well, why not lint those files in the CI pipeline?
HashiDays 2023 Munich recap
Yesterday, I attended the HashiDays 2023 Munich event to gain some insights into the latest Hashicorp product development. After speaking at the virtual HashiDays event in 2020, this was my first in-person event organized by the Hashicorp folks, and I was curious about what to expect.
Our Docusaurus publishing workflow
As said before, we are still happy with Docusaurus as our blogging platform. However, Docusaurus being a static page generator, it comes with a few challenges in regard to scheduling and publishing blog posts.