Automated AI Code Review: Integrating with CI/CD in Laravel
Guide to integrating AI code review into CI/CD pipelines. Automatically review pull requests, detect bugs, security issues, and suggest improvements with GPT/Claude.
184 posts published
Guide to integrating AI code review into CI/CD pipelines. Automatically review pull requests, detect bugs, security issues, and suggest improvements with GPT/Claude.
Comprehensive guide to fine-tune LLM models to create a coding assistant specialized in PHP and Laravel. From dataset preparation, training, to deployment with Laravel.
Integrate Hotwire (Turbo + Stimulus) with Laravel to build fast, smooth SPA-like web applications without writing much JavaScript. Learn from Rails' approach.
Step-by-step guide to building PWAs with Laravel - from Service Workers, Web App Manifest, Offline Support to Push Notifications and Background Sync.
A comprehensive guide to Laravel Herd - the native development tool for macOS and Windows. Installation, configuration, multiple PHP versions, services, and comparison with other solutions.
A comprehensive guide to integrating HTMX with Laravel to create interactive, SPA-like web applications without React, Vue, or any complex JavaScript framework.
Detailed guide on advanced rate limiting algorithms in Laravel: sliding window, token bucket, leaky bucket, and distributed rate limiting with Redis.
Comprehensive API security checklist for Laravel based on OWASP guidelines. Including authentication, authorization, input validation, rate limiting, and security headers.
Guide to implementing Passkeys and WebAuthn in Laravel for passwordless user authentication, more secure and convenient than passwords.
Guide to setting up and using Database Read Replicas in Laravel with MySQL and PostgreSQL. Query routing, failover handling, and best practices.