Skip to main content

Alessandro Minoccheri

Tag: code

Learning a new programming language

In this period every day, a new programming language could be released and can become one of the most interesting in a few months. So it’s difficult for a developer to learn every day a new different programming language because you need the time to explore it. Many times other developers ask me: “How can I learn a new programming language?” You can read my article here: Learning a new programming language

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.