Posts tagged as:

Series

A note about these series. It appears that Giorgio Sironi and I had the same idea regarding Design Patterns and blogging about them. He covers the Factory design pattern thoroughly in his blog post, which is recommended reading. The Problem I started off my IT career as a network administrator. This was back in the [...]

{ 0 comments }

A note about these series. It appears that Giorgio Sironi and I had the same idea regarding Design Patterns and blogging about them. He covers the Singleton design pattern thoroughly in his blog post, which is recommended reading. The Problem When I started programming in PHP I was faced with creating a simple database driven [...]

{ 12 comments }

A lot of developers – including myself – have at some point in their programming careers found themselves repeating a task that they have completed for a previous project or for a previous part of the same project. This problem of repeating code is solved by design patterns. A design pattern is the way that [...]

{ 0 comments }