In this section you'll find links submitted by others.

Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?

To be able to submit a link you need to log in first.

Log in

A Project Manager’s Top Tips

tighten.co - submitted by Jamison Valenta

Just as each workday is a little different, the same can be said about digital projects. Some digital projects are big and require large teams, months of collaboration, and brand new everything to bring them from beginning to end. So what’s a project manager to do?

Read more [tighten.co]

Learning PHP 8.1 Fibers using Tests

link.medium.com - submitted by Roberto Gallea

PHP 8.1 introduced the new Fiber class, which allows running coroutines inside your script, i.e. two functions executing simultaneously. Let’s see how to use them by using some examples. These examples are implemented as PHPUnit tests which made simple assertions.

Read more [link.medium.com]

Advanced Pest setup

www.jeroenvanrensen.nl - submitted by Jeroen van Rensen

Pest PHP is a relatively new PHP testing framework. It has a nice syntax, and a few cool features built on top of PHPunit. I already wrote an article on how to convert a PHPunit test suite to Pest, but in this article I want to take a look at some cool Pest techniques and my Pest configuration.

Read more [www.jeroenvanrensen.nl]