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
How to Refactor Legacy Code
The definitive guide about the Anti-Corruption layer
See detailsHow to Delete Elements From an Array in PHP?
5 array functions that are going to make your developer's life easier
See detailsHow to fix the PHP fatal error: allowed memory exhausted?
5 easy methods to add more memory and solve this issue
See detailsThe 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 details