I’ve been working a lot with cloud networking lately. I will share some of my findings as this is still quite new and documentation around some topics is poor. Especially on the Azure side. Let me just first start with
Networking in the Cloud – Different but the Same
Networking in the cloud is impressive. Building redundant internet access is as easy as attaching an internet gateway (IGW) to your VPC. In an on-premises network we would have to build VLANs, subnets, IGPs, possibly HSRP and BGP etc. This
Most Important Skills in Networking
It’s easy to get blinded these days by all the talk about cloud, SDN and automation leading both new and existing people in networking to make decisions in their career which may not be the best ones long term. I’ve
Python – For Loops
I’m learning the basics of Python and these are my publically available notes for my reference. Hopefully they are useful for my readers as well. The For loop in Python is used to iterate through different objects such as lists