Posts of LARAVEL
Why I Love Using Inertia.js with Laravel for Building Web Applications
Scramble - an easy way to generate API docs in Laravel
Deploying Laravel as a Serverless Solution with Bref
This blog post explores deploying Laravel applications as serverless solutions using Bref and AWS Lambda, emphasizing benefits like automated scaling and reduced server management. It includes a step-by-step setup guide and highlights how serverless architecture improves reliability and performance, particularly for handling unpredictable traffic spikes from webhooks.
Testing and code coverage with pcov and how to setup using serversideimage docker image
Test driven development is something which has helped me write better, cleaner and more modular code. In search of more coverage, I found PCOV which is a great tool to find a test coverage report. It is a great way to get a sense of how much code coverage we have and which situations are not getting covered. I will also talk about the internals of how PCOV work and detect the coverage.