Asynchronous programming in PHP

Comments

Comments are closed.

Clint Priest at 15:51 on 19 Oct 2016

Excellent talk and slide deck.

Rob at 11:28 on 20 Oct 2016

nice talk! I was fascinated, good examples/practices..

Steve Rhoades at 12:10 on 20 Oct 2016

As a fan of asynchronous programming in PHP I feel there should have more focus on the basic concepts, such as multiplexing (a lot of people don't know what that means). Additionally Promises are at the heart of async programming - any async talk should at least cover this topic IMO.

The cadence of the talk was great and your clearly very knowledgable.

Justin Yost at 14:52 on 22 Oct 2016

Adam always does a good job presenting information in a clear and conscience manner. Asynch has a ton of little details and Adam provides a good balance between, why, what and how in the talk.

Great info. Handy slides. Gave me some things to look into for the future.

Andrew Tate at 12:00 on 24 Oct 2016

Very well put together talk that was very informative about an aspect of PHP that I was not previously familiar with.

Awesome slides and very good examples.