RSS Parrot

BETA

🦜 bitExpert Blog

@blog.bitexpert.de.blog@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

bitExpert Blog

Your feed and you don't want it here? Just e-mail the birb.

Site URL: blog.bitexpert.de/blog

Feed URL: blog.bitexpert.de/blog/rss.xml

Posts: 11

Followers: 4

Simplifying Symfony Containerization with DDEV at SymfonyCon 2024

Published: October 2, 2024 00:00

I've been selected to speak at SymfonyCon Vienna 2024 in December where I will present "Simplifying Symfony Containerization with DDEV". My talk will cover our migration to DDEV, demonstrating its installation, integration, and extensibility for Symfony…

Traefik Timeout in GitLab CI Pipeline

Published: September 27, 2024 00:00

We cover the challenges we encountered in our GitLab CI pipelines when pushing docker images to our internal Docker registry. The blog post outlines how we resolved the issue by adjusting the Traefik timeouts.

Migrate MS Teams webhooks to Power Automate

Published: September 13, 2024 00:00

Microsoft has announced the retirement of Office connectors in Microsoft Teams, requiring migration to the Power Platform for webhook-triggered flows. Additionally, posting messages to Teams channels or chats will now require compliance with Adaptive Cards…

PHPUGFFM 04/24 meetup

Published: September 12, 2024 00:00

Join us on September 26th at the check24 office in Frankfurt for the PHPUG Frankfurt meetup featuring talks on API Contract Testing and the impact of PHP on the printing industry. Don't miss the chance to learn and network with industry professionals.

Fixing duplicate primary key problem during Magento upgrade

Published: August 26, 2024 00:00

During a recent Magento upgrade, we encountered a database issue due to duplicate entries during the setup:upgrade process. This blog post will explain how we resolved the issue using a temporary table.

SSO with Sulu CMS and Entra ID

Published: August 20, 2024 00:00

In Sulu CMS 2.6.0, Sulu Admin now supports OIDC authentication. To enable it for Entra ID, create a new App registration and modify configuration files as outlined in a blog post.

Boundary, Traefik and haproxy

Published: August 15, 2024 00:00

After experiencing issues with SSH sessions being terminated due to inactivity, we adjusted timeouts in our Boundary setup and HAProxy configuration. This change successfully eliminated the disconnection problem and ensured stable SSH sessions for our…

Magento Cron via systemd timers

Published: August 2, 2024 00:00

Setting up cron jobs for Magento on Debian 12 now requires configuring a systemd service instead of the cron package. This blog post explains how to do this in detail.