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 New Match Expressions in PHP
Is the new way to write conditions better than a switch statement?
See detailsHow to Do Testing with Postman
Do you know you can test your Postman API writing tests directly in the app, In this post, you will learn how
See detailsIntroduction to Composer [all about repositories]
A repository is a package source. A list of packages. Composer examines the repositories to find the packages a project requires
See detailsPHP 8 JIT [most expected feature]
We have heard about JIT for a long time and it almost among us, learn all there is to know about it
See detailsPHP 8 Changes [what is next?]
Discover the whole list of changes to migrate to PHP 8
See detailsPHP 8 New Features [What you need to know]
Discover all the new improvements, syntax fixes and new features of PHP 8
See detailsIntroduction to Composer [ the json scheme]
What are the secret of composer.json? here is how you write one
See detailsPHP 8 New Features [September's updates]
What are the new features and changes of on PHP 8? let's discover them!
See detailsDiscovering Higher Order Functions [refactoring to Collections]
There are amazing ways to improve your PHP, map, reduce and filter are some of them
Adam Wathan book See detailsIntroduction to Composer [Command-line interface pt2]
Learn about composer create-project, dumpautoload, fund, composer why, validate and many other command you can use while writing PHP
See details