Skip to main content

Intrexx Process Looping

· 2 min read
Eduard Bunescu
Eduard Bunescu
Low Code Developer

Have you ever encountered an issue in Intrexx where most of your backend logic relies on event listeners, such as record insertion, updating, or deleting?

It's a valid approach, but sometimes you may find yourself restricted to calling backend processes via Generic Actions triggered with an AJAX call. In such cases, you might wonder how to send data to those event listeners without duplicating all the functionality in a single Groovy Script Action.

Sylius Grid Deep Dive

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 4 min read
Stephan Hochdörfer
Head of IT Business Operations

While developing the Sylius connector for Gally, I took a deep dive into the Sylius Grid component. I wanted to hook Gally into the Grid component so that I did not have to rebuild the grid handling logic in the code of the Gally bundle.

Introducing HTTPie Desktop

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 2 min read
Stephan Hochdörfer
Head of IT Business Operations

Years ago, a good friend showed me httpie as a curl alternative to talk to external APIs. I got hooked immediately by httpie's expressive and intuitive syntax, the colorized and formatted terminal output, and the persistent session's functionality.