sharif-web-dev.hashnode.dev🔥 Laravel: Events, Listeners, Jobs & Queues — Step by Step (বাংলা)Modern Laravel অ্যাপ্লিকেশনে background processing এবং loosely-coupled architecture খুবই জরুরি। এখানে আমরা দেখব কিভাবে Event → Listener → Job → Queue ব্যবহৃত হয়, কেন ব্যবহার করবো, এবং বাস্তব উদাহরণসহ কিভাবে সেটআপ ও টেস্ট করা যায়। 1️⃣ ধারাবাহিক ধারণ...Nov 4, 2025·7 min read
sharif-web-dev.hashnode.devHow to Disable Foreign Key Checks in MySQL .sql File to Fix Database Import Errors🔐 Disabling Foreign Key Checks in MySQL: When and How to Use SET FOREIGN_KEY_CHECKS = 0 Thankfully, MySQL provides a solution: SET FOREIGN_KEY_CHECKS = 0; 💡 What is FOREIGN_KEY_CHECKS? FOREIGN_KEY_CHECKS is a MySQL system variable that controls whe...Jul 23, 2025·2 min read
sharif-web-dev.hashnode.devHow to Fix PHP Strict Types Declaration, Suppress Deprecation Warnings, and Avoid XAMPP + MySQL Issues 🔧When working with PHP, especially on projects involving tools like phpMyAdmin or Twig, you might face these common issues: 1️⃣ Correct Placement of declare(strict_types=1); The strict_types declaration must be the very first statement in your PHP fi...Jul 22, 2025·1 min read