articles.narahari.devHow to create telegram bot tokenOpen the Telegram app. Search for BotFather in the search bar. Clicked on verified Botfather like the the below image Open the chat and send any message, such as Hi. click the command /newbot Choose a name for your bot (for example, picoo...4d ago·1 min read
articles.narahari.devDeploying Redis on Akash Network: Save Over 90% on Cloud CostsIf you are running a Redis server on traditional cloud providers like Azure, AWS, or GCP, you might be overpaying for resources. In this guide, I’ll walk you through how to deploy a Redis server on the Akash Network — a decentralized cloud computing ...Feb 15·4 min read
articles.narahari.devWhy to use and when to use promises in JSPromises are especially valuable in scenarios where we need to manage asynchronous operations that have dependencies, need to execute tasks sequentially or require error handling Let's see some of the use cases of promises so that you will understand...Oct 20, 2023·2 min read