PHP Design Patterns - Factory
In this article we'll look at a simple PHP Factory Design Pattern. Factory pattern is perhaps the most common pattern used. Factory pattern is nothing more than what the name says. Its a fac...
Notes on how I actually use AI day to day, plus the Laravel and PHP work underneath it.
In this article we'll look at a simple PHP Factory Design Pattern. Factory pattern is perhaps the most common pattern used. Factory pattern is nothing more than what the name says. Its a fac...
Lets look at how a Strategy pattern works. If you google the definition for strategy pattern, this is what you'll get. "In computer programming, the strategy pattern (also known as the polic...
PHP classes are the most basic part of Object Oriented Programming. I'd like think about classes as a way of organisaing related actions into a simple template.
As a developer, understanding design patterns and being able to use it, is kinda of cool ๐, but the hard part is to know when to use it and which pattern to use. Lets look at some easy prac...
People spend years in getting their IDE (code editor) workflow to perfection. This takes a lot of fine tuning to the theme and all the different plugins etc. After investing so much of time...
In this article we will be looking at how to create an Elastic IP in AWS and allocating it to an existing EC2 instance. We will also look at re-allocating and releasing IPs.
Composer has become an essential part of programmers life these days. The first thing any programmer needs to do before getting a project up and running is to run composer imstall. In this a...
I recently setup a laravel application and i wanted to use Laravel Forge and Github to deploy to AWS. I also wanted to create a simple CI (continous integration) workflow usng Github actions...
For years i have been using Sublime text which is one of the best IDE's out there for programmers to write code. Although majority of the people use it for writing code, for me its been a gr...