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
Good 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 detailsThe code behind Laravel 6
An intensive explanation about what's new on the new version of our favourite PHP Framework
See detailsProductivity secret of a web developer: Coffee [9 types]
How to increase your productivity in 5 minutes despite working long hours
See detailsGood Practices: how to sanitize, validate and escape in PHP [3 methods]
Trust no one, this is one of the first lessons you will need to learn if you want to become a PHP developer, in this post, you'll see why
Get full series See detailsPhp basics [all you need to know]
From where it comes from to where is going to be, Here is all you need to know to write in PHP
See detailsLearn PHP [the definitive guide]
Learn all about PHP today, and master the most popular language of the web. start with all the free online training available on this blog
See detailsBeyond popular array functions in php [with examples]
Make you work easy mastering some extra array functions
See detailsArray functions [sorting elements]
Learn to sort elements within arrays using PHP functions
See details