articles.narahari.devPrivate Overlay Networking on Akash: Connecting Independent Providers with Tailscale and DERPAkash Is Built for This: One of the most powerful things about Akash Network is that it lets you deploy workloads across a global, decentralized marketplace of providers — each bringing their own hardFeb 28·6 min read
articles.narahari.devSecure Overlay Networking for Redis on the Akash Network - PART-1 When deploying on the Akash Network, builders unlock access to a global, decentralized marketplace of compute. However, shifting stateful workloads—like a High-Availability Redis cluster from traditioFeb 23·4 min read
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...Feb 18·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