top of page

Articles
Tech insights from industry IT experts

Jul 6, 20232 min read
Swedish Consulting company, SDNit, simplifies the delivery of Multi-Tenant solutions with Cisco DNA
SDNit has developed a method for automated deployment of templates and Cisco's Zero Touch Provisioning (ZTP).
104
0

Nov 3, 20211 min read
Wtf Python
Python can be weird. Let’s explore some strange examples. Example 1 - 8 bit issue? >>> a = 256 >>> b = 256 >>> a is b True >>> a = 257...
52
0

Nov 2, 20215 min read
Friends don't let friends use shared SSH keys
A Bastion or jump host has been THE solution for a long time when it comes to enabling access to servers/services that are not exposed to...
168
0

Aug 26, 20216 min read
The Python requests library
If you want to be a network engineer with programmability skills you need to be comfortable working with APIs. APIs make automation...
35
0

May 20, 20218 min read
Ansible Execution Environment
Background There has always been a challenge with the environment when running Ansible, just because it is hard to maintain across...
1,147
0
bottom of page