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
PHP 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 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 detailsGood Practices: Dates, Time & Time zones in PHP
Your PHP script does not cope with dates and time? We all been there, here is how you solve it...
Check the ebook See detailsGood Practices: handling error and exceptions in php
Error and exception are part of a web developer on a daily basis, learn how to handle them gracefully
Learn More See detailsGood Practices: PHP Security, How to manage password
From credit card stolen to online retailer hacked there are more attacks every year, are you safe?
Check on Amazon See details