Free Post tech-session pyATS Mock Devices This recording is part of the Packet Coders member Tech Sessions. Within this tech session we cover: What are pyATS mock devices. Why are mock devices useful. How to create
Free Post tech-session GitOps 101 This recording is part of the Packet Coders member Tech Sessions. Within this tech session we cover: Git/GitHub fundamentals. The beginning DevOps and CICD. What is GitOps? The unedited
Free Post tech-session ContainerLab 101 This recording is part of the Packet Coders member Tech Sessions. Within this tech session we cover: What is ContainerLab? The main components within ContainerLab. How to create your first
Free Post tech-session Schema Validation /w Cerberus This recording is part of the Packet Coders member Tech Sessions. Within this tech session we cover: What is schema validation? Schema validation in network automation. How to build your
Free Post tech-session Batfish Deep Dive This recording is part of the Packet Coders member Tech Sessions. Within this tech session we cover: Batfish TL;DR intro. Batfish Ansible. Filtering parsing errors. Exposing ACL internal models.
Free Post tech-sessionvideo Network Automation Tech Sessions Welcome to our library of network automation tech sessions.
Free Post tech-session Grafana and Prometheus 101 This recording is part of the Packet Coders member Tech Sessions. Within this tech session we cover: An introduction to Network Telemetry/Monitoring. What is Prometheus? Basics of PromQL How
Free Post BlogAnsibleNornir Ansible vs Nornir A common question that arises in the area of network automation is: What’s the difference between Ansible and Nornir? I mean, they are both frameworks that can manage and
Free Post BlogPython Improve Your Python Code With This Quick Else-if Tip Today I want to share with you a small tip that I regularly use to prevent having to write multiple else-if statements within my code. You may now be asking,