Content

Latest posts & podcasts from built.fm, dave.dev & historic content from ipengineer.net & arsonistgopher.com

Generic placeholder image

Automation: Tools vs Languages

When it comes to expressing intent in automation workflows, there is validation in both using a task or workflow engine and also knocking it together using scripting in some language.

Read more
Generic placeholder image

XML Unmarshal and XPath

Battling with data structures is a normal daily task and figuring out the best way manipulate XML isn’t just a case of writing something that works and walking away declaring job done.

Read more
Generic placeholder image

YANG, OpenAPI, Swagger and Code Generation

Sometimes during exploration or projects, I want to take a YANG model and convert it along with related dependencies to a Swagger format (think OpenAPI if you’re not familiar with this) so I can create a REST or RESTConf API interface.

Read more