Tag: developer advocacy
-
My Linux App Summit (LAS) presentation

The linux app summit is a global event to learn, collaborate, and talk about the Linux application ecosystem. I was lucky enough to have my presentation accepted onto the LAS 2021 slate. I knew going in that I would be one of the least savvy people in the room. But being new and not being…
-
Building a Raspberry Pi cluster with MicroK8s

The tutorial for building a Raspberry Pi cluster with MicroK8s is here. This blog is not a tutorial. This blog aims to answer; why? Why would you build a Raspberry Pi cluster with MicroK8s? Here we go a little deeper to understand the hype around Kubernetes, the uses of cluster computing and the capabilities of…
-
How I made my first snap

Snaps are a way for you to package your software so it is easy to install on Linux. I figured, as a new member of the advocacy team at Canonical, I better start snappin’. I learnt how to do this using the snapcraft documentation, and a couple of blog posts by Alan Pope (popey). If…