
Laravel Doctor: health-check your app with one command
Laravel Doctor is a first-party package that checks environment, database, queue, storage and basic security with a single php artisan doctor. Setup, flags and limits.
Articles about development, technology, and best practices
Hands-on notes from real projects — Laravel, Node.js, Odoo, DevOps, and AI-assisted workflows. Every post comes from something I actually built, debugged, or shipped, with the commands, configs, and mistakes included. Many guides pair with a free browser tool you can try right away.

Laravel Doctor is a first-party package that checks environment, database, queue, storage and basic security with a single php artisan doctor. Setup, flags and limits.

Ran git checkout -b while standing on another branch and now your new branch carries unmerged code? Here's how to detect and clean a Git branch created from the wrong base before you open a PR.

Laravel shows “Has Mutex” when using withoutOverlapping? Learn why locks happen and how to fix Laravel Scheduler correctly.

A complete overview of the Odoo custom module lifecycle: structure, models, security, safe install/upgrade/uninstall, and real-world pitfalls — with a no-data-loss checklist.

slug_en: consistent-character-chatgpt-image-generation

Learn how to set up an SSH key for Bitbucket to fix git pull and git push errors caused by deprecated App Passwords. Includes Mac, Windows, remote SSH, and troubleshooting steps.

Bitbucket App Password deprecated? Learn how to fix git pull, clone, and push HTTPS errors using API Token, Git remote update, SSH, or Repository Access Token.

Discover 10 future industries expected to grow rapidly in the next decade, from AI agents and cybersecurity to green energy, robotics, EdTech, fintech, space economy and mental wellness.

Learn how to configure Laravel Scheduler with crontab and run Laravel Queue Worker automatically using Supervisor on a Linux server.