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
Git for PHP developers [branches]
A clear explanation with PHP examples of how GIT branches work
See detailsGit for PHP developers [the basics]
Learn show to cooperate on projects and keep track of all the updates of your files
See detailsContainer Orchestration (Docker 103)
Containerize your PHP application using Swarm and Kubernetes
See detailsHow To Install and Set Up Laravel with Docker Compose (With Example)
From the examples in this tutorial, you will learn how to set up a Laravel application using Docker containers
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 details