Sometimes it happens to store data in the device storage and not in a db. In this post we will see how to do it in Flutter with Shared Preferences.
The difference between StatelessWidget and StatefulWidget in Flutter
In this post we will see the difference between StatelessWidget and StefulWidget and when to use them.
How-to create a Telegram Bot to send messages
In this post we will see how-to create a Telegram Bot to send messages in a Telegram chat group using the Python programming language.
How-to find the Chat_id of a Telegram Group
In this post we will see how-to find the chat_id of a Telegram group via web to send message from a Bot in a Telegram chat group.