Voice Commands with Laravel: Integrating Whisper and GPT
Build Laravel applications with voice commands - from speech-to-text with OpenAI Whisper, natural language processing, to text-to-speech and realtime voice chat.
165 posts published
Build Laravel applications with voice commands - from speech-to-text with OpenAI Whisper, natural language processing, to text-to-speech and realtime voice chat.
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.