Max Beckers

@maxbeckers
19 Followers
56 Following
18 Posts
Software and Payments...

⚡Next Talk: Max Beckers will present at SymfonyLive Berlin 2026
“Event Streaming Architecture with Symfony Messenger”🔥

#PHP #Symfony #Devs https://symfony.com/blog/symfonylive-berlin-2026-event-streaming-architecture-with-symfony-messenger

SymfonyLive Berlin 2026: "Event Streaming Architecture with Symfony Messenger" (Symfony Blog)

What is event streaming — and when should you use it? In “Event Streaming Architecture with Symfony Messenger”, Max Beckers explores the pattern and shows how to implement it in Symfony through…

TOON is a format that is LLM/Token optimized and doing a great job ... another option there is MAXI – Minimal API Exchange Interface ... https://github.com/maxi-format/maxi
GitHub - maxi-format/maxi: Official specification for MAXI - Minimal API Exchange Interface

Official specification for MAXI - Minimal API Exchange Interface - maxi-format/maxi

GitHub
My new blog post is live! Are you interested in YAML?
https://blog.worldline.tech/2025/11/25/yaml-is-a-weird-beast.html
YAML is a Weird Beast

A deep dive into YAML's hidden complexity through building a parser from scratch - exploring tags, anchors, merge keys, and the many quirks that make YAML both powerful and weird.

🚀 Just shipped PHP Builder Generator 1.0.0!

Stop writing manual builder boilerplate. Just add #[Builder] and get fluent, type-safe builders generated.
✅ Zero runtime overhead
✅ Full IDE support
✅ Modern PHP 8.2+

Try: composer require --dev maxbeckers/php-builder-generator

🔗 https://github.com/maxbeckers/php-builder-generator

#PHP #OpenSource #CodeGeneration #BuilderPattern

GitHub - maxbeckers/php-builder-generator: Generate builder patterns for PHP classes using attributes.

Generate builder patterns for PHP classes using attributes. - maxbeckers/php-builder-generator

GitHub
My new blog post is available... "Understanding the potential of Modulith architecture" https://blog.worldline.tech/2024/01/23/modulith.html
#techatworldline
Understanding the potential of Modulith architecture

In software architecture, it is always about finding the best solution for your use case and your application in your specific context.

The Worldline tech Blog
Diese Woche ist die #symfony_live in Berlin. Ich freue mich drauf einige bekannte Gesichter wieder zu sehen und am Freitag auch selbst etwas zu API first erzählen zu dürfen 😊 #TechAtWorldline
Optimize your software with API first

Building software has the purpose of processing data - data flows into systems or must be made available to others. This is why we need APIs and this is at the core of the API first approach. The focus is on the API from the beginning. In today’s approaches we often think in microservices and headless backend systems - two approaches that pushed the API first thinking. What changes in the development process? How does the quality of the software increase? And how does API first make all stakeholders happier? I will try to answer these questions in my talk. I also want to show some practical tips and tools for APIs.

Speaker Deck
Spring Boot 3 and GraalVM

Spring Boot 3 comes with the support for native images.

The Worldline tech Blog

Customer: "I have to warn you, this project had three different developers before you, and they all had different coding styles."

Me: 🤔

Create an Amazon Alexa Skill With PHP - Better Programming

With this tutorial, I want to show you one way to create an Amazon Alexa Skill with PHP. This will be a very simple Skill example, but it will help understand how it works to implement a new Skill…

Better Programming