Skip to main content

Alessandro Minoccheri

Tag: symfony

Symfony and Hexagonal Architecture

I have been working on many Symfony projects in my career and one of the most common problems where customers call our company is that their software is blocked in the old framework version, or they are not maintainable because it costs a lot to find and fix bugs. In this article, I will share my experience with Hexagonal architecture with Symfony to improve your projects and how to create maintainable software.

Symfony + Aws Lambda Part2

In the previous article, I have explained a basic guideline to deploy your Symfony application into AWS Lambda. Now it’s time to understand deeply how does it work Symfony AWS Lambda Part 2

Symfony + AWS Lambda Part1

Symfony is one of the most used frameworks in the PHP world. Nowadays talking about serverless is common, so it’s very important to know how to use Symfony with this technology. In the following article, I have described how to deploy a Symfony application to AWS Lambda using Bref. This is the first part, the second part will be posted very soon! Stay tuned! Symfony AWS Lambda Part 1