📘 Comprehensive Guide: 2D Data Handling, NumPy, Computer Vision, and Image Processing 🚀Apr 26, 2025·5 min read·3
📘 Comprehensive Guide to Data & Algorithms, Working with Data, and Advanced List Operations 🚀Apr 25, 2025·7 min read·5
Kubernetes Deep Dive: Managing Resources, Scaling, and Best PracticesDeleting & Recreating Resources Managing Kubernetes resources efficiently requires a solid understanding of deleting and recreating them. Resources such as Pods, Services, and Deployments must often be deleted and reconfigured during troubleshooting ...May 13, 2025·5 min read·9
Comprehensive Guide to Understanding RAM, Variables, Data Types, Modules, and Practical Python Implementation 🚀Apr 24, 2025·4 min read·4
Mastering Shell Scripting: A Beginner's Guide with Code ExamplesUnderstand the fundamentals of shell scripting with hands-on examples, outputs, and insights.Mar 31, 2025·3 min read·129
Python Basics NotesCPU Operations are also known as Computing x = 5 ( 5 is Data )x -> Variable / Placeholder / Reference In a Real Scenario, The Kernel is the one that controls the whole device, not the operating System. y = 10print (y) → 10type (y) → intid (y) → 14039...Jan 26, 2025·2 min read·2
Automate EC2 Instance Creation With Python's Boto3 LibraryFirst of all, you have to install AWS CLI from here Open the Command prompt and type python there, after that, this \>>> will open which means you are now in Python Terminal. Then Create a variable named myec2 or anything else you want to create, an...Jan 7, 2025·2 min read·7
OpenSSL Encryption Algorithm In LinuxOpenSSL is a robust cryptographic library that provides a wide range of algorithms for secure data encryption, hashing, and digital certificates. It supports various hash functions, including SHA-256, SHA-3, and MD5, which are commonly used to genera...Nov 22, 2024·2 min read·67