Skip to main content

Posts

Showing posts with the label Info

Redis Message Queue - Implementation - Commands

In this blog post, I will discuss the Redis Message Queue, Stream type of Redis. Redis has introduced a new data type called Stream type since 5.0, which is specially designed for message queues. There are many more message queues such as RabbitMQ, Kafka but here we will just discuss how to implement Redis as a message queue.

Docker Compose file vs Dockerfile - Differences - Explained

The Dockerfile is used to build a custom image and does not directly generate a container. It’s just that you can run the container while running the image. The container orchestration to deploy the environment is done using the docker-compose.yml file, which may require a Dockerfile.

Node Js Router (With Express.js) - Explained

Node Js Router module is used to create endpoints for applications for handling client requests. A route is a chunk of Express code that links an HTTP verb (GET, POST, PUT, DELETE, etc.) to a URL path/pattern and a function that handles that pattern. Routes may be created in a variety of ways. We’ll be using the npm module express in this lesson. Router middleware is useful since it allows us to aggregate route handlers for a certain section of a website and accesses them using a single route prefix. We’ll store all of our library-related routes in a “catalogue” module, and we’ll maintain them separated if we add routes for managing user accounts or other tasks. Node Js Router module In a module called Login.js, we first construct Login routes. The code imports the Express application object uses it to acquire a Router object, and then uses the get() function to add a handful of routes to it. Finally, the Router object is exported by the module. v

Scaling and Securing WebSockets with HAProxy - Explained

In this article, I will discuss Websockets and how to Scale and Secure WebSockets with HAProxy, Coding and many more.

BUET University Admission Guideline - Everything Explained

As an engineering aspirant, who missed BUET by a little margin and is currently studying at one of the universities of CKRUET Engineering universities, I have written this "BUET University Admission Guideline" for those who want a chance to get admitted to BUET. 

Blogger Future - What is Google's Future Plan for Blogger

Blogger is a content publishing platform owned by Google like WordPress. Even though it is owned by Google, there are not as many major updates released for Blogger. Unlike other Google products, Blogger is not consistently updated by Google. 

How to Find Blogger RSS Feed URL - Easily (Blogspot)

RSS feed URL is a web location or a link which enables blog readers to subscribe to any blog they want to read. It allows readers to stay updated with the latest posts or articles of any blog they might want to read.

IELTS Fees in Bangladesh in 2024 - Fees of All Programs in BDT

If you are a student from Bangladesh and looking for IELTS fees, then you've come to the right place. In this post, we will list the IELTS fees in 2024 according to the IELTS programs and locations of examination center. This article provides detailed insights into the IELTS fees in Bangladesh in 2024, covering all programs and their costs in BDT.

How Money Works - Understanding How Money Works

Do you want to learn how money works, and how to manage your finances better? Do you want to understand the basic concepts and terms of money, such as currency, inflation, interest, and debt? Do you want to know how money affects the economy, the prices, and your life?  If so, you are in the right place. In this article, we will explain how money works, and how to use it to achieve your financial goals. We will also answer some of the most common questions that people have about money and finance. By the end of this article, you will have a better understanding of how money works, and how to make it work for you. What Is Money Money is a system of value that allows people to exchange goods and services in an economy. Money can be anything that people agree to use as a medium of exchange, such as coins, notes, shells, or digital records. Money can also be a store of value, which means that it can be saved

কিউট মেয়েদের পিক - কিউট মেয়েদের পিক ডাউনলোড

এই পোস্টে আমি আপনাদের সাথে কিউট মেয়েদের পিক শেয়ার করব। এবং আপনি কিভাবে কিউট মেয়েদের পিক ডাউনলোড করবেন সেটিও দেখাব। কিউট মেয়েদের পিক আপনার মুখে হাসি ছড়িয়ে দেবে। এই পোস্টে আমি অনেক গুলো কিউট মেয়েদের পিক শেয়ার করব। বিভিন্ন দেশের কিউট মেয়েদের পিক আপনাদের সাথে আমি শেয়ার করব। বিভিন্ন দেশের কিউট মেয়েদের পিক আপনাদের সাথে বিভিন্ন দেশের কিউট মেয়েদের পিক শেয়ার করা হলো। রাশিয়ান কিউট মেয়েদের পিক এগুলো হলো রাশিয়ান কিউট মেয়েদের পিক আমেরিকান কিউট মেয়েদের পিক এগুলো হলো আমেরিকান কিউট মেয়েদের পিক ইন্ডিয়ান কিউট মেয়েদের পিক এগুলো হলো ইন্ডিয়ান কিউট মেয়েদের পিক জার্মান কিউট মেয়েদের পিক এগুলো হলো জার্মান কিউট মেয়েদের পিক জাপানিজ কিউট মেয়েদের পিক এগুলো হলো জাপানিজ কিউট মেয়েদের পিক বাংলাদেশি কিউট মেয়েদের পিক এগুলো হলো বাংলাদেশি কিউট মেয়েদের পিক

5 Best Google Sandbox and Penalty Checker Tool in 2024

Google sandbox and penalty checker tool can help you to find why your website is not ranking in Google. Google penalty checker tool helps you to find out whether your website got a penalty from Google or not so that you can take steps accordingly to improve the condition of your site. Sometimes getting penalized by Google deindexes all your pages from Google.

CORS Tutorial in Depth | Complete Guide

In this article, I will cover CORS Tutorial in Depth by considering various examples. You will learn how to resolve the various errors that you usually get in the browser. CORS stands for Cross-Origin Resource Sharing.