Skip to main content
[2019-08-17]

Comments like these make the Drupal community such an awesome open source ecosystem to work within. Thanks, Mateu ?

[2019-07-06]

Using ReactPHP to run Drupal tasks

#drupal #reactphp #php
ReactPHP is an event-driven non-blocking PHP framework that allows to you work in a long-running script through an event loop. At its core, ReactPHP provides an event loop and utilities to trigger events at specific intervals and run your code. This is different than normal PHP script execution which of a short lifecycle and per individual requests.  ReactPHP has been used to build web server applications, web socket servers and more. But, what if we used ReactPHP to execute operations and tasks on a Drupal application?
[2019-07-02]

Deprecation message support for PHPStan

#phpstan #drupal

The end of May brought two exciting releases for PHPStan and the PHPStan Deprecation Rules extension. With the version of PHPStan v0.11.8, descriptions added to the @deprecated tag can be parsed and returned in rule checks.

[2019-05-12]

A proper introduction to Drupal Check

#drupal #phpstan
You may have heard of Drupal Check. You may wonder what in the world it is or how it even came to be. I realized this went from an internal research and development task for a product, to open source contribution and then to an essential tool in the march toward Drupal 9. The timeline from January to DrupalCon in April has been pretty crazy, and I realized I have never done a proper blog post about Drupal Check.
[2019-05-11]

ContribKanban 2019 update

#contribkanban #drupal
It seems that I do a roughly annual update for ContribKanban and what I plan on doing with it. This year I evaluated its future and roadmap and how it can be more useful for the community at large.
[2019-01-14]

Come to MidCamp and kick off contribution sprints for DrupalCon Seattle

#drupal #midcamp
MidCamp, the Midwest Drupal Camp, is coming around the corner! March 20th through the 23rd, hundreds of Drupalistas will converge in Chicago for training workshops, contribution sprints, and sessions! This is one of my favorite conferences. The organizers put together so much thought and effort into each detail.