Skip to main content

Alessandro Minoccheri

Alessandro Minoccheri

Hi! My name’s Alessandro Minoccheri and I’m a software developer for Flowing living near Ravenna, Italy.
I typically work with backend PHP and Node.js applications and I love to contribute to open-source PHP projects.
I also love to contribute to Stack Overflow where my reputation is growing daily (actually near 31.000)!

You can contact me at my email address, alessandro.minoccheri@gmail.com or else you can find me on Twitter or GitHub.

Recap 2021 and 2022 Goals

Building a career it’s difficult sometimes because you don’t know what you want next or what you want to achieve. For this reason, I take some days to understand it and try to design the next steps for my career. Sometimes I need to change a lot of things but it’s important to follow our dream. Remember that a career is more than a job and every company (or most of them) is hiring developers.

PHPArkitect: Put your architectural rules under test!

In every project there is at least an architectural rule usually like: every class inside Controller directory should be called with suffix Controller. PHPArkitect is a tool that helps you to keep your PHP codebase coherent and solid, by permitting you to add some architectural constraint check to your workflow. You can read my article here: PHPArkitect

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

Push and Publish Docker Images With Github Actions

In many articles, I mentioned many times about using GitHub Actions because they are a good choice for a lot of reasons. Nowadays I can admit that there is another choice that I have explored and used a lot these days. What I mean is the functionality of pushing your docker image through your GitHub Actions during your CI process. You can read my article here: Push and Publish Docker Images With Github Actions

How Dotfiles Can Save You a Lot of Time

As a developer, I try to automate and optimize all of my processes and workflow. A dotfiles repository is a set of configurations that can be used, usually, on every Linux or OSX system. You can create your own configuration because… How dotfiles can save you a lot of time

Deploy on Friday without fear

I have heard a lot of times: “Don’t deploy on Friday!” Well, I understand why, but I disagree with 99% of the cases. To understand my point of view, I would like to share some concepts about software… Why you should deploy on Friday without fear

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 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