Posts marked with “generators”

Don’t Wait; Generate!

by · January 4, 2018

0
 

Generators introduce sanity to the world of asynchronous, concurrent execution within a single process. In this article, we’ll look at what generators are, how they show up in PHP, and how they make concurrency more sane compared to callback and promise alternatives.

 

Exporting Drupal Nodes with PHP and Drush

by · October 5, 2015

1
 

With Drupal, it’s possible to build very intricate solutions by gluing the right combination of contrib modules together. Of course, there is a downside to relying only on contrib modules, particularly for one-off or highly custom tasks. Bringing in a contrib module means you assume responsibility for feeding and caring for it. If it’s a […]