Proxy vs Reverse Proxyইন্টারনেট দুনিয়ায় 'প্রক্সি' কথাটির মানে হলো 'কারো হয়ে কাজ করে দেওয়া'। নেটওয়ার্কিং-এর ক্ষেত্রে প্রক্সি সার্ভার হলো এমন একটি মাধ্যম যা ক্লায়েন্ট (ব্যবহারকারী) এবং সার্ভার (ওয়েবসাইট)-এর মাঝে দাঁড়Apr 10, 2026·3 min read
যখন আপনি ব্রাউজারে একটি URL টাইপ করেন তখন কী ঘটে? | What Happens When You Type a URL Into Your Browser? (Simple Explanation)Apr 10, 2026·1 min read
Design Patterns — Facade PatternsWhy Facade Pattern? The Facade Design Pattern is a structural pattern that provides a simple interface to a complex system or group of classes. This pattern is used when you want to control a complex subsystem through a simplified interface. Essentia...Sep 21, 2024·3 min read
🎯Different Ways of Routing in LaravelIn Laravel, routes are defined in the routes directory, specifically in the web.php file for web routes and api.php file for API routes. Here are different types of routes you can define in Laravel: Simple Routing in Laravel Basic Routes: Define rou...Nov 9, 2023·3 min read
🎯Debugging TacticsDebugging is the process of identifying and resolving errors in software to ensure that it works as intended. The first step in debugging a system is to acknowledge that your assumptions about how it functions may not be accurate. Your code would ope...Oct 23, 2023·3 min read
What Do You Need to Know Before Learning NextJS App Router?🚀NEXT JS 13 has got revolutionary changes and that is the App Router Project Architecture. The basic building block to learn NEXT JS App Router is “React Server Component” which includes React itself, Server, and Components. There are some basic and...Oct 20, 2023·1 min read
কলব্যাক ফাংশন কি এবং কেন ব্যবহার করবো?কলব্যাক ফাংশন হলো একটি ফাংশন যা অন্য একটি ফাংশনের মধ্যে পাস করা হয় এবং সেই ফাংশনের নির্দিষ্ট সময় বা স্থানে কাজ করানোর জন্য ব্যবহার হয়। আপনি কলব্যাক ফাংশন অন্য একটি ফাংশনের প্যারামিটার হিসেবে পাস করতে পারেন এবং সেই ফাংশনের সাথে আপনার কাস্টম লজিক প্রয়ো...Sep 19, 2023·2 min read
PHP & Laravel Developer's Environment SetupEssential Softwares: XAMPP ( Download Link: https://www.apachefriends.org/download.html ) or, MAMP ( Specially for Mac) ( Download Link: https://www.mamp.info/en/downloads/) Node.js (LTS version) ( Download Link: https://nodejs.org/en/download/ ) ...Aug 24, 2023·2 min read