How infra as code tools can make your cloud life easier · Code: The script used in this intro is here. Prerequisites Some familiarity with what cloud is...
SR - IOV · The Single Root I/O Virtualization (SR-IOV) specification is a technology that allows a single physical network interface card (NIC) to be...
How to track down bugs like a pro · "Debugging is like being the detective in a crime movie where you're also the murderer." - Filipe Fortes Debugging is...
How interfaces can make it easier to mock out individual components of the codebase. · Suppose we have the following python code snippet : class...