Using Page Objects in E2E testing with PlaywrightPage object is a simple and very helpful pattern to use for interacting with typical pages in your application. Here’s an example of how I…Apr 4Apr 4
How to use React Query with custom hookCreate a custom hook that uses React Query under the hood. It exports a query that is responsible for storing the data, and two mutations…Nov 7, 2024Nov 7, 2024
Two-factor authentication quick start for Laravel and GoogleThese are essentials of how to add 2FA to your application.Jan 12, 2024Jan 12, 2024
How to send emails from Laravel applicationRecently I got a request from a customer so they wanted to have emails sent from their small application. Perfect! I just used standard…Dec 14, 2022Dec 14, 2022