RoadRunner, Atoum, IDEs, Feature Tests, DIY API, Wizard Thinking

by · May 27, 2021

0
 

Eric, John, and Oscar try to review the May 2021 issue, Testing Assumptions. Topics Covered Fall Conferences, like Longhorn PHP (CfP is currently open). Debugging long-running applications using RoadRunner, ReactPHP, or Swoole. Does using an IDE make you a bad developer? Feature tests w/Behat PHP Internals interview w/Sara Golemon Building an API with off-the-shelf components […]

Fiendish Functions—Filtering Fact From Fiction

by · May 25, 2021

0
 

By Camilo Payan Functional programming is a paradigm that has gained in popularity recently with the rise of several new functional programming languages and integration of new features in existing languages. All the same, there are many concerns about functional programming in the developer community. Is functional programming useful for the PHP developer? Will it […]

Editor Bytes – May 2021

by ·

0
 

Get a look into the May 2021 issue, Testing Assumptions, with Editor-in-Chief Oscar Merida.

Streamlining Behat

by · May 24, 2021

0
 

By Oscar Merida Behat, and feature tests overall, are crucial for giving you confidence that when you refactor code, you don’t change how an application works and for helping you understand how an application behaves in practice. Investing in integration and functional tests is worth it in the long term, and in this article, we’ll […]

Interview #2 with Joe Ferguson

by · May 21, 2021

0
 

We welcome Joe Ferguson back to catch up with us about PHP, his column “The Workshop”, and more Topics Covered Virtual conference experiences. Looking forward to in-person events. Laravel Homestead, which Joe maintains. Uses and tradeoffs versus Docker. Docker Performance on Mac Local Development Environments Goals for his Workshop, eventually looking at Docker Swarm and […]

Interview with Mark Kelnar

by · May 3, 2021

0
 

This month, we chat with Mark Kelnar about his article in the April 2021 issue, Busy Worker Bees Topics Covered What he learned from beekeeping and using Agile techniques. Working at WPEngine with the LAMP stack. Working on headless/decoupled WordPress. Applying agile outside of software development projects. If/how agile has changed since its introduction. Getting […]

Security Corner: Basics of Password Hashing

by · May 2, 2021

0
 

By Eric Mann Every web application that allows users to authenticate needs to ensure their users’ credentials are afforded the best protection possible. Conventionally, this is done by storing only the hash of a password rather than the password itself. Luckily, password hashing in PHP is secure, safe, and remarkably straightforward to implement. Last month […]

Project Management, Tech Literacy, Password Hashing, Containers, and APIs.

by · April 28, 2021

0
 

Eric, John, and Oscar go through the articles in the April 2021 issue, Busy Worker Bees. Topics Discussed The rogue Git Commit in PHP’s repo. Following PHP internals. Working with clients. Bref and serverless computing. Refactoring applications to use cloud services like S3 Object Stores. Yoda Conditionals and writing readable code. Preparing for when disaster […]

Community Corner: Interview with Angie Byron, Part Two

by · April 26, 2021

0
 

Now on Drupal 9, the community isn’t slowing down. This month, we continue our interview with Angie Byron, a.k.a Webchick, a Drupal Core committer and product manager, Drupal Association Board Member, author, speaker, mentor, and Mom, and so much more. Currently, she works at Aquia for the Drupal acceleration team, where her primary role is […]

« Previous Page Next Page »