Articles
These cover a variety of topics like modern PHP, application development, design patterns, and web design.
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
How To Use 410 Gone
The 410 Gone HTTP status code is an underused code in web applications. This will get you started thinking about how to use the 410 code in your application.
What is a Numeronym?
If you’ve been on the web for a while, you may have seen words like a11y, i18n, and l10n used. These are called numeronyms. A numeronym is a number-based word, a type of abbreviation. The numeronyms a11y, i18n, and l10n represent the words accessibility, internationalization, and localization respectively. They are used when space is limited … Read more » What is a Numeronym?
5 Command Line Tips for Composer
The command line is an essential tool for developers of all types. As a PHP Developer, I use it all the time. Making the most of composer is essential to managing your PHP projects. This article will show a few things to improve your use of Composer. Require a Minimum PHP Version One thing that … Read more » 5 Command Line Tips for Composer