Avatar

Julio Gomez

Programmability Lead, EMEAR

Systems Engineers

CCIE #9302 (active) and AWS Architect, he leads Programmability in EMEAR, helping Systems Engineers in the region drive automation and innovation using Cisco APIs. He is a 19-year Cisco veteran spending most of his life working on the technical side of Data Center, Cloud and Service Provider spaces.

He has worked on pre-sales for Service Providers such as Telefonica, Orange, Vodafone or O2. Deeply technical he is interested in all-things programmability, with a special interest on Cloud technologies and how they are shaping the future of the industry.

Articles

April 21, 2020

DEVELOPER

pyATS Demos: Network Profiling – NetDevOps Series, Part 15

7 min read

Wouldn't it be great to have a tool that helps you profile the network end-to-end and store that info as snapshots? Genie can help you do it with a simple command!

April 7, 2020

DEVELOPER

pyATS Demo Interactive Tests – NetDevOps Series, part 14

4 min read

Automating your network testing has never been easier! See how pyATS and the Genie interactive shell makes it easy to develop and debug your tests, step-by-step, in an interactive "pythonic" way!

March 24, 2020

DEVELOPER

pyATS Demos: Getting Started – NetDevOps Series, Part 13

4 min read

Learn how to use pyATS to execute a single command on a certain network device. What if you could do the same for a large list of devices?

March 11, 2020

DEVELOPER

pyATS Demos Introduction and Setup – NetDevOps Series, Part 12 

5 min read

Used internally at Cisco to test new software, and now available free to Cisco customers and partners for their own testing and verification.

February 18, 2020

DEVELOPER

Meraki DevNet Express Rocks at CLEUR 2020

2 min read

Two full days of learning how to work with Meraki APIs… from scratch!

December 12, 2019

DEVELOPER

H.E.M.P. Demo: Extranet VPN Automation – NetDevOps Series, Part 11

4 min read

See how to use APIs to build business-relevant solutions that provide consistency and reliability all along the network. In this demo, see how to automate the lifecycle of extranet VPN connections.

December 5, 2019

DEVELOPER

H.E.M.P. Demo: Intro and Setup – NetDevOps Series, Part 10

4 min read

This demo shows you how to automate the lifecycle of extranet VPN connections.

November 29, 2019

DEVELOPER

A weekend of fun and APIs … with Meraki!

1 min read

Attendees will have the opportunity to learn about all the required programming fundamentals with Python and how REST APIs work.

November 21, 2019

DEVELOPER

Kubernetes on the Road – DevOps Series, Part 15

5 min read

Get traffic from the Internet to your cluster, and fan it out so that it goes to the required specific microservice... even when you're on the road.

November 7, 2019

DEVELOPER

Kubernetes the Easy Way – DevOps Series, Part 14

3 min read

Learn about k3s, an easy-to-install, lightweight but fully-compliant, kubernetes distribution optimized for ARM architectures.

October 17, 2019

DEVELOPER

It’s All About Visibility – DevOps Series, Part 13

2 min read

See how to interface with kubernetes API and graphically display how its constructs relate to each other and the underlying infrastructure.

July 29, 2019

DEVELOPER

CI/CD Demo: Pipelines Are Amazing! – NetDevOps Series, Part 9

7 min read

See how a completely automated CI/CD pipeline can be applied to a network configuration environment end-to-end, including test and production environments.

July 15, 2019

DEVELOPER

CI/CD Demo: Setting Your Local Environment – NetDevOps Series, Part 8

6 min read

This is part 2 of the CI/CD Demo, on how to run your own demo using CI/CD pipelines for network configuration management.

June 27, 2019

DEVELOPER

CI/CD Demo: Intro and Server Setup – NetDevOps Series, Part 7

5 min read

NetDevOps will deliver consistent version-controlled infrastructure configurations, deployed with parallel and automated provisioning.

June 19, 2019

DEVELOPER

A Cisco CCIE Discusses His Journey with Network Automation

10 min read

Cisco is at the forefront of enabling Development and Operations teams to work together through its technology.

June 13, 2019

DEVELOPER

Applying DevOps to Your Network – NetDevOps Series, Part 6

5 min read

DevOps principles are not exclusive to software development, and some of them can definitely be applied to infrastructure configuration.

June 6, 2019

DEVELOPER

Coding Essentials III – NetDevOps Series, Part 5

5 min read

APIs and programming languages like Python and REST have matured to the point of being useful and applicable to the domains of infrastructure engineers.

May 30, 2019

DEVELOPER

Coding Essentials II – NetDevOps Series, Part 4

3 min read

Now that we understand data models and data transfer formats, we need to consider what protocol to use in order to exchange that information. NETCONF and RESTCONF.