Python Multiprocessing: A Finesse ApproachA declaration This content is not AI-generated whatsoever, so help me God. Introduction It’s 2025, and the 18-year-old me would never think I would be writing a blog on Python. As a platform engineer, I find myself running migrations of databases. A...Dec 3, 2025·5 min read·98
React Native State vs. Props: Knowing the DifferenceWhen developing React Native applications, understanding the concepts of state and props is fundamental. Both state and props play crucial roles in managing data and passing information between components, but they have different purposes and use cas...Aug 1, 2023·4 min read·72
Mastering React Native App States: The Ultimate Guide to Smooth User ExperiencesA well-liked framework for creating cross-platform mobile applications in React Native. The detection of the various states that an app may be in, such as when it is launched, resumed, or detached, is one of the difficulties in developing mobile apps...Mar 21, 2023·3 min read·981
Firebase cloud messaging and python 3It is one thing to acquire users and another to retain them. One way of maintaining users is to keep them engaged is via notifications and Firebase Cloud Messaging can help in delivering these notifications. The objective of this tutorial is to show ...Jan 8, 2022·3 min read·4.6K
Using more than one Event channels in FlutterHello there, it's been a minute ... Introduction All those seasoned Flutter/Android/iOS developers know that at the end of the day, Flutter apps are just android and iOS apps on the Android Platform and iOS platform respectively and if you didn't kno...Jun 28, 2021·5 min read·3.1K