Python-Intro Python - Loops (VI) In programming, loops are powerful tools that allow you to repeat a block of code multiple times. This capability is Suresh Vinasiththamby Mar 21, 2024 7 min read
Python-Intro Python - Flow Control (V) In programming, flow control is all about making decisions in your code. It's how you can tell your Suresh Vinasiththamby Mar 21, 2024 4 min read
Python-Intro Python - Expressions and Operators (IV) An expression in Python is a combination of values, variables, operators, and functions that, when evaluated, results in a single Suresh Vinasiththamby Mar 21, 2024 5 min read
Python-Intro Python - Variables and Data Types (III) In this part of the course, we'll dive into variables and data types, two fundamental concepts in Python Suresh Vinasiththamby Mar 21, 2024 11 min read
Python-Intro Python - Hello World (II) In this second part, we will cover what the Python interpreter is, how to run a simple script, how to Suresh Vinasiththamby Mar 21, 2024 5 min read
Python-Intro Python For Network Engineers - Introduction (I) Let me start by saying that I'm a Network Engineer who has been using Python for several years, Suresh Vinasiththamby Mar 21, 2024 5 min read
Containerlab Containerlab - Creating Network Labs Can't Be Any Easier What if I tell you that all you need is just a YAML file with just a bunch of lines Suresh Vinasiththamby Mar 15, 2024 14 min read
Palo Alto Palo Alto NAT Example Most of the time, you'll be working with two types of NAT - Source NAT and Destination NAT. Suresh Vinasiththamby Mar 12, 2024 7 min read
paid Personal Getting Comfortable with 'I Don't Know' in the IT Industry Are you, like me, finding yourself caught in the constant whirlwind of evolving technology trends? It seems like every day Suresh Vinasiththamby Mar 12, 2024 3 min read
Network Slurp'it - Network Inventory & Discovery Tool I recently came across a neat tool called 'Slurp'it', a Network Inventory and Discovery solution. If Suresh Vinasiththamby Mar 10, 2024 6 min read
Palo Alto Palo Alto EDL Hosting Service Example (GitHub URLs) In this short blog post, we'll explore what the EDL (External Dynamic List) hosting service is and how Suresh Vinasiththamby Mar 7, 2024 2 min read
Ansible Ansible Subelements Lookup Example When you're working with Ansible, you often come across situations where you need to deal with lists inside Suresh Vinasiththamby Mar 1, 2024 5 min read
Palo Alto How to Export Large Traffic Logs from Palo Alto Firewall? Recently, I faced a unique challenge, I needed to export a massive amount of traffic logs from a Palo Alto Suresh Vinasiththamby Feb 29, 2024 4 min read
Netmiko Netmiko Configuration Commands Example In this blog post, we're going to look at how to use Netmiko to send configuration commands to Suresh Vinasiththamby Feb 27, 2024 4 min read
NetDevOps SuzieQ Network Observability In today’s post, we’re exploring SuzieQ, an open-source network observability platform that’s making waves in the way Suresh Vinasiththamby Feb 25, 2024 12 min read
paid Personal How do we overcome Imposter Syndrome? I was thinking of writing about Imposter Syndrome for so long but I didn't because I thought someone Suresh Vinasiththamby Feb 24, 2024 5 min read
Arista How to Use Arista Configure Session? Arista's CLI might look a lot like Cisco's, but there's a unique feature I Suresh Vinasiththamby Feb 18, 2024 2 min read
Python Python Unit Testing - What's the Point? When I first started to learn about unit testing in Python, I found tons of articles on how to use Suresh Vinasiththamby Feb 13, 2024 10 min read