Author Archives: Humair
Algebra: Linear Equations (Coin Problem) [Video]
I created and uploaded this video to youtube back in 2009. This video demonstates how to solve a simple algebra coin problem.
Chemistry: Calculate the Mass of an Atom [Video]
I created and uploaded this video to youtube back in 2009. This video demonstrates how to solve a simple chemistry problem. I calculate the mass of a Chlorine atom.
Python – Implementing Caching in Your Applications via Dictionaries
In this blog I demonstrate how you can implement and take advantage of caching in your Python scripts/applications. Caching allows you to complete tasks more rapidly by storing and reusing results for repeated operations using the same criteria. For example, … Continue reading
EIGRP – Best Path Selection
By default EIGRP uses bandwidth and delay of the line to determine the best path to a remote network. However, if desired, EIGRP can use a composite of four metrics: bandwidth, delay, reliability, and load. Maximum transmission unit (MTU) is … Continue reading
Setting-up Basic iBGP and eBGP on Cisco Routers
The Border Gateway Protocol (BGP) is a protocol used to make core routing decisions on the Internet. BGP is commonly mislabeled or referred to as an IP routing protocol. However, it is not a routing protocol; rather, it is a … Continue reading
Single/Dual and Multihomed Connections
Network engineers will sometimes speak of connections to their ISP(s) in terms of single homed, dual homed, single multihomed, and dual multihomed. Here is a breakdown and clarification of what this terminology means: – Single Homed (1 link per ISP, … Continue reading
Expanding the Java vSphere Client Code Example (HueVIClient 2.0 – Connecting to VMware ESXi)
In a previous blog I demonstrated using the VMware VI (vSphere) Java API with VMware ESXi (see prior blog Using the VI Java API with VMware ESXi). I’ve decided to add to this code to provide further functionality and demonstrate … Continue reading
Cloud Computing and the Pace of Technological Innovation
Everyone knows for the most part that technology, especially in Silicon Valley, is a fast moving beast. Nowadays, it’s not a field for people to get into halfheartedly; otherwise, you may find yourself being eatin’ alive by the competition. It’s … Continue reading
The Commoditization of the Hypervisor
It’s amazing; since the introduction of hardware based virtualization made possible with processor technology such as the Intel-VT and AMD-V (see prior blog The Power of Virtualization – a competitive edge), everyone and their mother is coming out with a … Continue reading