Latest Articles
-

Visual Studio Code for React Development
Learn how to configure vscode visual studio code for React with the best extensions, settings, and debugging setup to ship faster in 2024.
-

How to Master Detecting and Fixing Race Conditions in Laravel Applications
Learn proven techniques for detecting and fixing race conditions in Laravel applications using locks, atomic queries, and concurrency testing tools.
-

Laravel Pint Now Replaces Fully Qualified Class Names with Imports
Learn how laravel pint now replaces fully qualified class names with imports automatically, with config examples, CI setup, and migration tips for teams.
-

Browse and Execute Artisan Commands from an Interactive TUI
Learn how to browse and execute artisan commands from an interactive TUI using Laravel Artisan TUI — install, navigate, and run commands faster today.
-

Build Your First Laravel AI Agent
Learn to build intelligent Laravel AI Agents with tools and structured output. Step-by-step guide with practical examples using the Laravel AI SDK.
-

Laravel’s Password Leak Validator
TIL there’s a built-in validation rule in Laravel to check if passwords were leaked via HIBP. Here’s how Password::uncompromised() works and how to use it.
-

Laravel Queues: Stop Making Your Users Wait
Learn Laravel queues tutorial from setup to production — database & Redis drivers, job retries, Supervisor config, Horizon, and advanced batching patterns.
-

Integrating LLM APIs Into Your App Without the Headaches
A practical LLM API integration tutorial covering error handling, streaming, token management, structured outputs, and cost controls for production apps.
