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
Repository in PHP [Design pattern with examples]
Add some spice to the love story with your PHP framework introducing another layer.
See detailsContainer Orchestration (Docker 103)
Containerize your PHP application using Swarm and Kubernetes
See detailsContainerize your Laravel application (Docker 102)
How to Implement Laravel applications using Docker and docker compose,
See detailsContainerize your PHP application (Docker 101)
How to implement docker into your work as a PHP developer
See detailsGet Your New Year's Resolutions to Stick [Goal Setting]
How many New Year's resolutions ever stuck with you? Improve your career by learning how to set the goal that will set you for life
See detailsObserver in PHP [Design pattern with examples]
Do you want to notify users of your application, or launch products of your web store successfully? here is the way to do it!
See detailsDecorator 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 detailsDesign 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 detailsPHP 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 detailsThe PHP 7.4 series (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