Jérôme TAMARELLE

Jérôme TAMARELLE @gromnan

Joined:
Mar 14, 2017

Jérôme TAMARELLE
articles - 9 total

[Boost]

Symfony and MongoDB: Our Commitment to a...

Learn More 0 0Jun 10

[Boost]

Better Aggregation Pipeline Support in...

Learn More 0 0Mar 19

MongoDB optimistic update with versioned documents

Lire cet article en Français Suppose you need to store documents in MongoDB from an external...

Learn More 2 0Mar 13

Mise à jour optimiste des documents versionnés dans MongoDB

Read this article in English Supposons que vous ayez besoin de stocker dans MongoDB des documents...

Learn More 1 0Mar 13

PHP Closures and Generators can hold circular references

Circular references are a common cause of memory leaks in PHP. They occur when objects reference each...

Learn More 3 0Jan 17

Fix PHP 8.4 deprecation: Implicitly marking parameter as nullable is deprecated, the explicit nullable type must be used instead

PHP 8.4 will be released in November 2024, but the list of new features and deprecated features is...

Learn More 72 10Apr 29 '24

How to overcome PHP's naming constraints to model MongoDB operators

TL;TR: I research how to modelize MongoDB operators in PHP. From namespaced function names, to static...

Learn More 4 0Oct 16 '23

Rendering Twig templates in Storybook

Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of...

Learn More 30 4Mar 11 '23

Configure Symfony Secrets with Hashicorp Vault

Integrating Vault and Symfony does not require any PHP code. Using `vault-agent` secrets variables can be dumped into `.env` file. Dynamic secrets can even be used as feature flags.

Learn More 32 7Jan 20 '22