AKAtul Kushwahaincoderatul.hashnode.dev·Feb 10, 2024 · 2 min readAngel Hack Community Builder's Programme 2024Introduction: Have you ever wondered if you could achieve something seemingly impossible, even before taking the first step? If so, then this article is for you! Hi there, I'm Atul Kushwaha, the GDSC Python Lead at my college and currently exploring ...00
AKAtul Kushwahaincoderatul.hashnode.dev·Nov 6, 2023 · 2 min readuninstall pre-installed apps without Rootingwhat is Rooting ? Rooting an Android device gives users full control over their device. They can install custom ROM's, which are modified versions of the Android operating system. Rooting can also be used to improve the performance of a device or to...00
AKAtul Kushwahaincoderatul.hashnode.dev·Jul 3, 2023 · 7 min readAll about python functions !Python Functions: An Introduction for Beginners Functions are an essential concept in Python programming that helps make your code more organized, reusable, and easier to understand. In this article, we will explore the fundamentals of Python functio...00
AKAtul Kushwahaincoderatul.hashnode.dev·Jun 28, 2023 · 3 min readBest resource to learn Docker !Introduction Docker has revolutionized the way software is developed, deployed, and managed. It allows for easy containerization of applications, making them portable and efficient. If you're looking to learn Docker and gain in-depth knowledge, Train...00
AKAtul Kushwahaincoderatul.hashnode.dev·Jun 20, 2023 · 3 min readcreating own RANDOM number generatorIntroduction: Have you ever wondered how the random number module works in programming? I was curious about it myself, so I embarked on a journey to create a random number generator using time, different time zones, milliseconds, and some mathematica...00