Tag: php
LinkedIn Learning Course – Consuming RESTful APIs in PHP with Guzzle
LinkedIn Learning provides online training courses in a variety of subject matters. I’ve been honored to work with them on a few different courses at this point covering primarily PHP and related topics. The latest one went up earlier this week, it covers using Guzzle to communicate with RESTful APIs. APIs are a super popular […]
Lynda Course – Test-Driven Development in PHP with PHPUnit
New Lynda course covering Test-Driven Development and PHPUnit
Meetup Talk on Generators: All About the Yield
This was a really interesting talk, especially as beforehand, I didn’t have a ton of knowledge of generators. I knew what a generator was and some of the basics, but that was about it. So I learned both about generators specifically, and some more specifically about building coroutines using a generator.
Meetup Talk on PHP Namspaces and PSR-0/4
For the November PHP Meetup, I spoke on PHP Namespaces and PSR-0/4.
CakePHP 3.0, Use It In Pieces
One of the key goals of CakePHP 3.0 as discussed recently was making CakePHP 3.0 more decoupled. CakePHP 3.0 has achieved that goal very nicely. Take a look at the CakePHP organization’s repos on GitHub and you will find a long list of decoupled collections of classes that are all part of the overall CakePHP […]
Meetup Talk on PHP: The Right Way
Talk at the Las Vegas PHP User Group on PHP: The Right Way and other tools.
Meetup Talk on PHP Classes 101
I presented at this week’s Las Vegas PHP meetup on PHP Classes and Object Oriented Programming.
Talks I’ve Given In The Past Few Months
I’ve been doing some public speaking over the past few months, here’s what I’ve done.
Seldo.Com Blog – PHP needs to die. What will replace it?
I use PHP for my day job every day and will probably still be using it years from now, but there are times I wish the language itself was more modern.
Neal Poole – Cross-Site Scripting via Error Reporting Notices in PHP
Though to be fair you probably shouldn’t be using display_errors in a production site.