php We just released CommitList: Curated tutorials for devs Great developers are motivated to learn new things, but finding inspiration of what to learn can be more work than the learning itself. You can end up spending hours scouring Egghead, Medium, FreeCodeCamp,
php Using MS SQL with Dynamic Ports in PHP 7 with ODBC What happens when you run across an unholy combo of a stack which makes no sense, but you're forced to work with? Here's how to handle a PHP + MSSQL combo with legacy code considerations.
php Fine-tuning Arrays in PHP7 As PHP evolves, its integral parts are becoming more and more powerful. Being one of the most important data types, Arrays certainly aren't excluded from that progress. Keep reading to see how working with Arrays has changed together with PHP.
php The Basics of the PHP Request In order to deliver a simple web page, there may be hundreds of HTTP requests. Here's what's actually happening in a PHP environment.
php Learn About PHP OPCodes An OPCode is the numeric identifier of a single operation that can be performed by the Zend Virtual Machine (Zend VM). Here's a quick primer on why it's good knowing about them.
drupal Where Is drupal_set_title() in Drupal 8? What have we got as a replacement for the handy function drupal_set_title() in Drupal 8? It turns out we have more than one way to do it now. Initially, the new architecture may look more difficult than older versions of Drupal, but that feeling soon passes.
drupal What Is in a (Field) Name in Drupal 8? The Field API, introduced in Drupal 7, allows data fields to be attached to entities with the API taking care of data storage, loading, update, and rendering. When a new field is created,