🏷️
php
2 articles tagged with "php"
Tech Feeds
devops
From Docker Errors to Production-Ready: Building a PHP Microservices CI/CD Pipeline
This article details the author's journey in transforming a chaotic PHP microservices project into a robust CI/CD pipeline using Docker and GitHub Actions. It covers practical challenges faced, solutions implemented, and emphasizes the importance of documentation, health checks, and infrastructure as code.
programming
Testing Database Logic: What to Test, What to Skip, and Why It Matters
This article provides a practical guide to testing database logic in Laravel applications, emphasizing the importance of testing real database behavior rather than relying on mocks. It categorizes tests into model, integration, and migration tests, offering strategies to maintain speed and reliability while ensuring data integrity.