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
The 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 detailsFiltering with array functions [part 3]
Following the examples, on this tutorial, you will learn how to filter elements with array functions
See detailsArray function in PHP [Part 2]
Learn array functions in PHP in a easy way and increase the speed of your code
See detailsPHP array functions (exposed)
Array is a type of data that allows storing multiple elements under a single variable
See details