Featured

Create a Microservice with Symfony Part 10: Type Safe Arrays of Objects (Symfony 6 Tutorial 2022)



Published
This is a series on building a Microservice with with Symfony Framework (version 6). In part 10 we'll pass an array promotion objects into a filter and consider how we can make this type-safe.

The microservice architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. These services are built around business capabilities and independently deployable by fully automated deployment machinery. There is a bare minimum of centralized management of these services, which may be written in different programming languages and use different data storage technologies.

Source code here
Category
Management
Be the first to comment