Sarah Morgan

Sarah has over 18 years of experience in the software industry. In addition to her current role as a Sr. Product Manager at Scout, she is a featured speaker at Product School and a product strategy consultant for Tapple.io.

Follow:

How to Detect n+1 Queries in PHP image

How to Detect n+1 Queries in PHP

The n+1 query problem is a common performance issue in software development. N+1 queries result in many unnecessary database calls.

Read article
Make your app faster with PHP 8.3 image

Make your app faster with PHP 8.3

By upgrading to 8.3, you can achieve a significant increase in speed. In this article, we dive into how PHP 8.3 can be a game changer. It can speed up...

Read article
Stateful Scaling: Laravel Session Management in Kubernetes Clusters image

Stateful Scaling: Laravel Session Management in Kubernetes Clusters

Learn some of the gotchas in Laravel session management you’ll experience as you move to a Kubernetes deployment

Read article