YNYatheesh Nagellainyatheeshnagellablog.hashnode.dev·Jan 8, 2023 · 5 min readCreating Telegram Bot using pythonTo develop a Telegram bot using Python, you will need to do the following: Install the python-telegram-bot library using pip install python-telegram-bot. This library provides a pure Python interface for the Telegram API. Create a new bot using the...00
YNYatheesh Nagellainyatheeshnagellablog.hashnode.dev·Jan 7, 2023 · 4 min readDecentralized news gatewayUsing blockchain technology to disseminate news can potentially increase the reliability and trustworthiness of the news, as the decentralized and distributed nature of blockchain can make it more difficult for the news to be tampered with or altered...00
YNYatheesh Nagellainyatheeshnagellablog.hashnode.dev·Jan 6, 2023 · 3 min readDatabase migrationsA database migration is the process of transferring data from one database to another, or from one version of a database to another. This can involve moving the data to a new server, changing the structure of the database, or updating the database so...00
YNYatheesh Nagellainyatheeshnagellablog.hashnode.dev·Mar 6, 2022 · 9 min readIntroduction to Linux for complete beginnersIf you are someone who is looking for some basic knowledge of Linux for a career in the Tech Industry specifically Cloud, DevOps, and Linux Administration then this blog tends to cover all the aspects of a Linux operating system from a beginner's per...00