Sep 174 min readHow to Optimize and Automate Your Network with Cisco NSOVad är Cisco NSO är, dess huvudsakliga funktioner, och hur det kan lösa vanliga problem för företag som vill optimera sina nätverk?
Oct 25, 20232 min read4 tips for strengthening your cybersecurityCybersecurity has become one of the most crucial challenges for businesses in today's digital era. With constantly rising threat levels...
Oct 17, 20232 min readSecuring Your Build Pipeline of Docker ImagesHow can you secure your Build Pipeline of Docker Images? Explore best practices and key security measures.
Jul 6, 20232 min readSwedish 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).
Nov 3, 20211 min readWtf PythonPython can be weird. Let’s explore some strange examples. Example 1 - 8 bit issue? >>> a = 256 >>> b = 256 >>> a is b True >>> a = 257...
Nov 2, 20215 min readFriends don't let friends use shared SSH keysA 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...
Aug 26, 20216 min readThe Python requests libraryIf you want to be a network engineer with programmability skills you need to be comfortable working with APIs. APIs make automation...
May 20, 20218 min readAnsible Execution EnvironmentBackground There has always been a challenge with the environment when running Ansible, just because it is hard to maintain across...