As of December 2018, I have achieved the MCSE Cloud Platform Certification. My path was Linux on Azure, Architecting Azure Solutions, Implementing Azure Infrastructure... Just in time for Microsoft to retire it!
Docker Cheat Sheet
A little cheat sheet to get started with Docker. Install Docker apt install docker.io Download an image docker pull [image] Create a container docker container create [image] Start a container / image docker run [image] & Stop a container docker container stop [container] Remove a container docker container rm [container] Remove an image docker image …
The Second Coming of the Internet Goldrush
In some ways the Cloud explosion (formation?!) is similar to the .com bubble of the 90s, but far more significant. In the 90's, whatever idea you had was generally backed by the more typical on-premise infrastructure, even in the "hosted" solutions. The cloud wasn't a thing, much less cloud-native applications. The Internet was shiny and …
Continue reading "The Second Coming of the Internet Goldrush"
What I’ve learned so far
Perhaps you've mastered a specific technology discipline. Maybe networking or telephony, or security, or server hardware, or operating systems, or all of the above. If you have, and you're like most of us, it probably took you years. Cloud is no different than other tech in that it requires a combination of things to become …