I just passed the Microsoft AZ-700 exam, Designing and Implementing Microsoft Azure Networking Solutions, which means I am now certified in the two major clouds (AWS and Azure) when it comes to networking. As always after an exam, I write
Getting Experience with Public Cloud
Someone reached out to me and asked how you get experience with public cloud. That’s an excellent question so I thought I would give some perspective on it. There are three ways that immediately come to mind: Studying for a
11 Tips on Gaining Experience in Network Design
For people that want to pursue a career in network design, it can be tough getting the experience needed for such a role. How do you get design experience if your current role does not involve design? There are still
Networking Interviews – How to Ask Good Questions
I’m not sure if it’s just us in networking/IT, or people leading interviews in general (probably the latter), but we have a tendency to ask really bad questions in interviews. Often the questions revolve around factoids or things that need
DevAsc – Some Handy Linux Commands
Introduction Linux is becoming more and more prominent in the networking industry. Many of us come from a mixed background and have varying levels of knowledge of Linux. I’ve been around Linux for a long time but really never got
Cisco to Offer Online Testing
Other vendors such as Juniper and AWS have already started doing it, now it’s Cisco’s turn to offer online testing. This is especially welcome in Covid times where it’s difficult to go visit an on-premises Pearson/Vue test center. Starting April
SDN Ate My Hamster
I posted a Tweet the other day which gained a lot of attention in the networking community: As SDN gains more traction, people start fearing for their jobs. Some jobs will decrease in demand and some will disappear entirely. However,
Opinion – Vendors Please Stop the Mud Slinging!
I’m not known for going on rants but lately I’ve been seeing a lot of stupid tweets from vendors that have really bothered me. So today I’ll give my best Tom Hollingsworth “networkingnerd” impression and tell you what’s on my
Python – Kirk Byers Course Week 1 Part 1
This post is the first one going through the Kirk Byers Python for Network Engineers class. In the first class Kirk shows how to pipe data into Python by using the module fileinput with the following code(modified for Python3): import
Python – Introduction to Argparse
I’m fiddling around a bit with Python. I’m planning to write a little script that pings a host or hosts and logs it to a file. Should be pretty basic but it’s good practice for me to take user input,