Articles
In this page, you will find my blog posts,
I write to share my knowledge and my experiences.
Skim them and you will find what you are looking for.
Coding
In the coding part of this blog you will learn how are created websites and web applications
Graphic
Do you have an artistic vein? browse through the tutorials in the graphics section, surely you will find ideas for your creativity
Utility
Lots of tutorials and tips on how to use softwares and the latest news in the field of technology
Decorator in PHP [Design pattern with examples]
Design patterns help solve software problem, the Decorator Pattern will add features to your object a piece of cake
See detailsDesign Patterns in PHP [Factory Method Pattern]
Design patterns help solve problem that you do not know you will have, the Factory Method Pattern will make the creation of you object scalable and easy to manage
See detailsPHP 7.4 (Changes & Performance)
Last chapter of the series about PHP 7.4, in this one you will see changes in PDO, Composer, Benchmark plus JIT and more
See detailsPHP 7.4 deprecated! (list of Deprecations)
This article describes all the features that have been deprecated in PHP 7.4 and the alternative you must use when upgrading your web applications.
See detailsThe PHP 7.4 guide (new features)
Discover the new features of PHP 7.4 the next version of your favourite language
See detailsComposition over Inheritance [example in PHP]
Learn the difference between is-a and has-a relationship with examples that show why favor composition over inheritance
See detailsHow to design your software using UML diagrams [with case study]
Write proper code and avoid error by using UML diagrams, a standard that will let you design you application properly from the ground-up
See detailsThe 5 SOLID principles with examples [in PHP]
Do you want to learn all about Object Oriented Programming? This post you will see examples of the 5 solid principles developed by uncle bob
See detailsHow to become the best programmer in the world (My journey)
Malcolm Gladwell, Journalist and author came up with the idea that you need 10000 hours to master a skill, let's see if it's true
See detailsGood Practices: use stream in PHP
Transfer data the right way using stream, the hidden gem of PHP
Get full series See details