This Week I Learned - Week #294
This Week I Learned - * Azure DevOps offers 99.9 percent SLA and new features every three weeks. * When you're migrating from an On-premises world, you use the physical cores which have hyper threading. In GCP we call these vCPUs or virtual CPUs. A vCPU is equivalent to one hyper threaded core. Therefore, if you have a single core hyper threaded CPU On-premises that would essentially be two virtual CPUs to one physical core. So, always keep that in mind as oftentimes, people will immediately do a test. They'll say, "I have a four core physical machine and I'm going to run four cores in the Cloud." And ask why their performance isn't the same - Essential Cloud Infrastructure: Foundation, Coursera * Created at Netflix, Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity. * Use Google Cloud Memorystore to build application caches that provides sub-millisecond data access. Cloud Memory...