Episode 2: Embracing Change
Welcome Welcome to the second episode of the php https://s3.amazonaws.com/phpa_media/podcast/2017-09-Vol16-Issue9-final.mp3Podcast (episodes): Play in new window | Download | Subscribe. In this episode, we take a look at the September 2017 issue and the topic of managing changes both in your application and career. Topics Oscar Merida discusses version control and testing as tools to manage […]
Generating an Autoloader for a Legacy PHP Codebase
If you’ve inherited a legacy code base, you may find it does not use an autoloader and has an idiosyncratic directory and file hierarchy for its Classes, Interfaces or Traits. Worse yet, it might not use name spaces consistently or at all. So you can’t use a PSR-4—or even PSR-0—autoloader with your code. Well, why […]
Single Sign On—You’re Probably Doing It Wrong
By Arne Blankerts This article was published in the August 2017 issue of php[architect] magazine. You can see how it looks as part of the magazine in the Free Article PDF. Check out our subscription options to become one today. We have digital and print options starting at $4.99 per month. Requiring users to log […]
Cybersecurity State of the Union
by Mark Niebergall The cybersecurity landscape is continuously changing as new threats appear and attackers adapt. Data breaches, cyber attacks, identity theft, and scams show up regularly in the news and can have a significant negative impact to those affected by them. Keeping up with the latest cyber security trends, understanding the threats, and keeping […]