PinnedAlessandroMinoccheri8 Code reviews tips and tricksCode reviews are a largely accepted best practice for software development teams. There are a lot of benefits to using them and there is…Aug 30, 20221Aug 30, 20221
AlessandroMinoccheriApache Kafka with Node.jsApache Kafka it’s a real-time data streaming technology created and open-sourced in 2011. Kafka is a broker-based solution that operates by…Feb 16, 20231Feb 16, 20231
AlessandroMinoccheriAdd images to a React project with TypescriptIn every single project, usually, you need to add an image to your React project to show something or to represent a graph and create a…Jul 22, 20223Jul 22, 20223
AlessandroMinoccheriServer-Sent events with PHP and SymfonyIn the magic world of PHP, there is a library for many things that you don’t know, every day new libraries are born and it’s impossible to…May 25, 20222May 25, 20222
AlessandroMinoccheriWebSocket vs Server-Sent eventsUsually, I have heard more times the term WebSocket than server-sent events.Apr 29, 2022Apr 29, 2022
AlessandroMinoccheriHow to test Github Actions locallyOne of the first things that I do in a project is to create a CD/CI process using Github Actions usually. Why? Because I would like to…Mar 7, 2022Mar 7, 2022
AlessandroMinoccheri2021 Recap and 2022 GoalsAt the end of every year usually, I check my goals for the current year and I set them for the next year. This is an activity that helps me…Jan 27, 2022Jan 27, 2022
AlessandroMinoccheriPHPArkitect: 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…Jan 3, 20221Jan 3, 20221
AlessandroMinoccheriLearning a new programming languageIn 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…Nov 5, 2021Nov 5, 2021
AlessandroMinoccheriPush and publish Docker images with GitHub ActionsIn many articles, I mentioned many times about using GitHub Actions because they are a good choice for a lot of reasons. Nowadays I can…May 2, 2021May 2, 2021