BMbhuvanchand maddiinbhuvanchand.hashnode.dev·Jul 2 · 10 min readHow Python Built-in Functions Really WorkHow Python Built-in Functions Really Work Have you ever wondered why in Python we write len(x) instead of x.len()? Or who actually defines the __len__() method? Or whether every class secretly inherit00
BMbhuvanchand maddiinbhuvanchand.hashnode.dev·Jun 8 · 3 min readWindows 11 Login Blank Screen Troubleshooting Report System Configuration Motherboard: Gigabyte B450 AORUS PRO WIFI CPU: AMD Ryzen 5 3600XT RAM: 48 GB GPU: NVIDIA GeForce GTX 1660 Storage: WD Blue 500GB SSD Operating System:00
BMbhuvanchand maddiinbhuvanchand.hashnode.dev·Mar 30, 2025 · 3 min readAzure Networking Infra setup1. Overview This document provides a step-by-step guide to setting up a basic Azure infrastructure using the Hub-and-Spoke network topology. This model helps centralize network security and routing in the Hub while allowing Spokes to connect securely...00
BMbhuvanchand maddiinbhuvanchand.hashnode.dev·Mar 29, 2025 · 6 min readAzure Cloud FundamentalsAzure Subscription An Azure subscription is a logical container that holds resources and services in Azure. It is linked to a billing account and determines how Azure usage is charged. A subscription is necessary to deploy and manage Azure services. ...00
BMbhuvanchand maddiinbhuvanchand.hashnode.dev·Mar 29, 2025 · 4 min readUnderstanding Subnetting and CIDR1. Introduction to Subnetting Subnetting is the process of dividing a larger network into smaller sub-networks (subnets). This helps in efficient IP address allocation, improved network security, and better performance. A subnet mask is used to defin...00