Deep dive into the Facebook photo description system
What is Facebook photo description system and why it matters? If you wish to listen to this article as audio you can listen to it here Facebook recently launched a machine learning system for users …
PSA: halt replication before snapshotting linked vCenters
It’s a good idea to take a snapshot of your virtual appliances before applying any updates, just in case. When you have multiple vCenter appliances operating in Enhanced Link Mode, though, it’s important to make …
Are you on the right path? It’s ok to be unsure.
It’s ok to not be sure of yourself. You have permission. In fact, I think it is healthy. It means you are always assessing your path and trying to take the optimal route. You may …
Using JavaScript generators to optimize APIs
This post is inspired by this wonderful post by Evelyn Stender. This post does not explain what a generator is or basic usage, Evelyn’s post does a good job of that. Instead, in this post, …
Function Expression vs Declaration vs IIFE
Functions in JavaScript can be created in many different ways. But, these methods have different meanings and work differently. In this blog post, we’ll attempt to understand the different ways functions can be defined include …