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.
A beginner's guide to setting up PHP on your computer
Published: at 10:00 AMEasily install and configure the entire PHP stack on your machine in one simple step, perfect for beginners.