Happy holidays! We hope that you’re enjoying some downtime before the new year. While you lay low, you can check out some of these posts from our authors below.

We recently updated this post on Laravel logging. For any application you build, it’s important to ensure you have effective logging configured, regardless of the language or framework that you use. When you set your logs up properly, you can use them to quickly debug problems and monitor performance. Find out how to get started with Laravel logging on Scalyr’s blog. 

E2E Testing: A Tutorial and Architectural Guide

Finally, we updated a post this week on E2E testing. End-to-end (E2E) testing helps with validating the most important flows in your application, such as user login requests. For front-end development, E2E tests help verify if the correct UI has been presented. For back-end development, E2E tests help verify if an important flow in your back-end services returns the expected output. Learn all about E2E testing on Testim’s blog.