Skip to main content

173 posts tagged with "php"

View All Tags

· 2 min read
Stephan Hochdörfer

For a while we've been using DDEV to standardize our docker setup for development and to have a consistent way of interacting with Docker across all our projects (e.g., Magento, Symfony, Sulu, Sylius, API Platform, ...). Since most of our developers are using PHPStorm as their IDE of choice, using the DDEV Tool Integration for IntelliJ IDEA plugin was a natural choice.

· 2 min read
Stephan Hochdörfer

Gally is the latest product of the Elasticsuite family. For years, the Elasticsuite folks built and maintained an Open-Source Magento module to bring top-notch Elasticsearch functionality to Magento.

Last year, the Elasticsuite folks decided to create a new product from their learnings of developing Elasticsuite for about 10 years and make the solution available for any system in need of a good, scalable search solution.

· 3 min read
Daniel Ruf

In a few React.js projects, we have huge JSON files, which are used for the filterable data in the frontend. To keep the frontend fast we decided on creating a small standalone API.