Tag google

Google Cloud NEXT '17 - Container Management and Deployment - From Development to Production

Cloud Native Applications

  • 12 Factor
  • Scale horizontally
  • Built in monitoring and metrics
  • Operability

Microservices not required; monoliths welcome!

Google Cloud NEXT '17 - Microservices and Kubernetes - New functionality to assemble and operate applications at a higher level

Principles

  • Services, not infrastructure
  • Interoperability
  • Automate everything

Fixing Google Chrome fonts in Mac OS X

Today my install of Google Chrome went a little mad and decided that Times New Roman was the best font in the world and should have the whole internet rendered in it. To fix this I had to clear OS X’s font caches using the following commands: sudo atsutil databases -remove atsutil server -shutdown atsutil server -ping And there was much rejoicing…