Understanding the Role of Node.js in ServersWhen a client sends a request to a web server via a web browser or a mobile application, the web server responds with HTML or data…1d ago1d ago
🌿 Square Root vs Principal Square Root 🌿Let’s start with the equation y = x², which implies y=√x. This means y is the square root of x. Squaring any number always produces a…Nov 4Nov 4
💻 Blob Object 💡Blob (Binary Large Object) বলতে বোঝায় raw binary data যা file এবং অন্যান্য ধরণের binary content handle করতে ব্যবহৃত হয়। Blob object…Oct 27Oct 27
Promise, Async/Awaitপূর্বে জাভাস্ক্রিপ্টে asynchronous task গুলো কে হ্যান্ডেল করার জন্য callback function ব্যবহার করা হতো যা callback hell (also known as…Oct 26Oct 26
Complete Guide to IndexedDB: The Ultimate Browser Storage APIWhen building modern web applications, we often need to store large amounts of structured data on the client side (browser). IndexedDB is…Oct 21Oct 21