Articles
These cover a variety of topics like modern PHP, application development, design patterns, and web design.
WPAL – WordPress AutoLoader Plugin Released
WordPress is missing a critical tool of modern PHP – an autoloader. I wanted to fix that, so I made the WordPress AutoLoader Plugin, or WPAL for short.
Developer Education
One thing that distinguishes great developers from average developers is continuous learning. Here are common ways to improve your education.
Creating Example Projects
Show me the code. That phrase will inevitably come up when people talk about software. Software, by it’s nature, is abstract. When you’re having a long discussion about software, it’s easy to get away from the main point. Until you’re looking at the same piece of code, it’s easy to let your imagination run wild, … Read more » Creating Example Projects
How Can You Support WP-CLI?
WP-CLI makes it easy to administer WordPress websites from the command. The project lead, needs our help.