The Journal

"Write what you know. That should leave you with a lot of free time." Howard Nemerov

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

Filter

Graphic

Do you have an artistic vein? browse through the tutorials in the graphics section, surely you will find ideas for your creativity

Filter

Utility

Lots of tutorials and tips on how to use softwares and the latest news in the field of technology

Filter
Coding (Php 7.x) Dec 12, 2019 11 Minutes to read

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 details
 
Coding (Php 7.x) Dec 5, 2019 8 Minutes to read

Design 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 details
Coding (Php 7.x) Dec 2, 2019 7 Minutes to read

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 details
 
Coding (Php 7.x) Nov 26, 2019 15 Minutes to read

PHP 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 details
Coding (Php 7.x) Nov 19, 2019 15 Minutes to read

The PHP 7.4 guide (new features)

Discover the new features of PHP 7.4 the next version of your favourite language

See details
 
Coding (Php 7.x) Nov 5, 2019 8 Minutes to read

Composition 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 details
Coding (Php 7.x) Oct 29, 2019 9 Minutes to read

How 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 details
 
Coding (Php 7.x) Oct 22, 2019 15 Minutes to read

The 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 details
Coding (Php 7.x) Oct 11, 2019 15 Minutes to read

How‌ ‌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 details
 
Coding (Php 7.x) Oct 5, 2019 15 Minutes to read

Good Practices: use stream in PHP

Transfer data the right way using stream, the hidden gem of PHP

Get full series See details
Get my free books' review to improve your skill now!
I don't want to improve