How to use Terraform, an infrastructure as code (IaC) tool, to provision a DigitalOcean droplet.
Api platform custom filters
When not using entities as the api resources, in order to filter collections one or more custom filters can be applied to the classes annotated with the [#ApiResource]
attribute.
State management in Api Platform
Fetch data and mutate state for custom api resources when using the Api Platform framework.
Doctrine ORM embeddables
When you have more than one entity having common properties such as address or geolocation coordinates for example, rather than duplicate those properties on each entity they can be split out into reusable value objects and embedded into those entities for better separation of concerns.