Hello hello :)
RSS FeedThis page is destinated to share technology content that I have found during my journey as Software engineer and some interesting points that I consider relevant. I hope those contents could help somehow.
You can find me in one of my contacts bellow, so don't hesitate to ping me if you want, I will be glad to make new connections.
Featured
How to enhance final classes in open source with decorator pattern
Published: at 10:00 AMDiscover how the Decorator pattern can effectively enhance and modify functionalities in open source code, particularly when working with final classes. This comprehensive guide delves into practical strategies for achieving code flexibility without inheritance, offering real-world examples and best practices from popular open source projects. Learn how to leverage design patterns to improve code maintainability and reusability in your software development projects.
How to easily setup PHP on your machine
Published: at 10:00 AMThe easiest way to setup the whole PHP stack locally with one command only.