"Chesterton's Fence is a powerful mental model for systems thinking and system design. Before removing or refactoring code that seems redundant, ask why it was built. That fence blocking the path might be holding your entire system together."...
Developing NetBox Plugin - Part 5 - Permissions and API
Learn how to build your own NetBox plugins. In the final post of this tutorial we are implementing permissions and API....
Developing NetBox Plugin - Part 4 - Small improvements
Learn how to build your own NetBox plugins. In this post, we make many small improvements to the BgpPeering plugin....
Developing NetBox Plugin - Part 3 - Adding search panel
Learn how to build your own NetBox plugins. In this post we add search functionality to our BgpPeering plugin....
Developing NetBox Plugin - Part 2 - Adding web UI pages
Learn how to build your own NetBox plugins. In this post I show you how to add web UI pages to BgpPeering plugin....