Articles

These cover a variety of topics like modern PHP, application development, design patterns, and web design.

PHP Array Functions

With all the great features being added to PHP, it’s easy to forget that the PHP Standard Library contains a wealth of functions. This article will discuss some of the array-related functions, and their gotchas. Exploding Strings When you want to break a string into a parts, use the explode function. The explode() function takes … Read more » PHP Array Functions

Why I’m Learning Python

How do you decide which programming language to learn? I’ll tell you why I’m learning Python as a PHP Developer.

Share Your Code For Review

Sometimes you want to share your git branch with someone, but don’t want to lose your ability to rebase it. Here’s how to do it.

Upgrade Your PHP Version

PHP updates are on a regular schedule. Some developers and organizations feel overwhelmed by this. Let’s put that in perspective

« Previous Page  —  Next Page »