In this blog, I’ll share my technical knowledge, daily experiences, and challenges as a software developer.
ডিজাইন প্যাটার্ন হলো পুনরায় ব্যবহারযোগ্য সমাধান যা সফটওয়্যার ডিজাইনের সাধারণ সমস্যাগুলো সমাধানে ব্যবহৃত পদ্ধতি। এগুলো ব্যবহার করে কোডকে আরও সহজ,...
SOLID ডিজাইন প্রিন্সিপালস হলো ৫টি ডিজাইন নীতির সমষ্টি যা অবজেক্ট-ওরিয়েন্টেড প্রোগ্রামিং (OOP) এ ভালো কোড করার নিয়ম হিসেবে বিবেচিত। এগুলোর উদ্দেশ্য...
This article provides a practical guide to implementing Firebase Cloud Messaging (FCM) HTTP v1 in PHP or Laravel. With the introduction of the HTTP v1...
Environment Settings: Ensure APP_ENV is set to production in .env. Set APP_DEBUG to false. API Tokens: Verify that API keys and tokens are set...
Open the Crontab File: Open the crontab file for the user under which your Laravel application runs. Typically, this would be your web server user....
As a web developer, we often have to work on different parts of websites and apps every day. But one thing that's always a bit tricky is making the...