DevNet blog

CCIE Automation replaces DevNet Expert

Andreas Baekdahl

Cisco's automation-focused certifications are being rebranded and updated in 2026. On February 3rd 2026 the Cisco DevNet certifications will get new names and all current certifications will be migrated to...

CCIE Automation replaces DevNet Expert

Andreas Baekdahl

Cisco's automation-focused certifications are being rebranded and updated in 2026. On February 3rd 2026 the Cisco DevNet certifications will get new names and all current certifications will be migrated to...

Andreas Baekdahl: From intern to CCIE instructor

Andreas Baekdahl

This is the story of how I discovered the world of networking and certifications, and how my ambitions in this field, along with my passion for learning and teaching, have...

1 comment

Andreas Baekdahl: From intern to CCIE instructor

Andreas Baekdahl

This is the story of how I discovered the world of networking and certifications, and how my ambitions in this field, along with my passion for learning and teaching, have...

1 comment

Data structure terminology

Andreas Baekdahl

Did you know there is now such thing as a YAML list or a JSON dictionary? Let's get the terminology straight for basic data structures across four of the code languages we...

Data structure terminology

Andreas Baekdahl

Did you know there is now such thing as a YAML list or a JSON dictionary? Let's get the terminology straight for basic data structures across four of the code languages we...

Accessing data in nested Python lists and dicts

Andreas Baekdahl

When working with JSON based REST APIs, it is common to receive responses with nested data structures in various combinations. After converting JSON to a Python data structure we can easily...

Accessing data in nested Python lists and dicts

Andreas Baekdahl

When working with JSON based REST APIs, it is common to receive responses with nested data structures in various combinations. After converting JSON to a Python data structure we can easily...

IOS-XE RESTCONF list element operations

Andreas Baekdahl

In this blog post, we will cover RESTCONF on IOS-XE, exploring supported HTTP methods and endpoint paths, along with example JSON payloads and the corresponding CLI configuration results. Understanding which...

IOS-XE RESTCONF list element operations

Andreas Baekdahl

In this blog post, we will cover RESTCONF on IOS-XE, exploring supported HTTP methods and endpoint paths, along with example JSON payloads and the corresponding CLI configuration results. Understanding which...

NETCONF anatony

Andreas Baekdahl

  In this article we will examine the basic characteristics of the NETCONF protocol as defined by the original RFC 6241. This protocol works as a standardized API for interacting...

NETCONF anatony

Andreas Baekdahl

  In this article we will examine the basic characteristics of the NETCONF protocol as defined by the original RFC 6241. This protocol works as a standardized API for interacting...