Mastodon

oooops.dev

DevOps is hard

[Meta] Hello World — January 16, 2021

[Meta] Hello World

Hi everyone, just set up this blog.

It’s going to be a bit of a mix of new things I learn, handy code snippets, and obscure issues I find in my day to day work. Basically a dumpster replacement for my personal notes. But with any luck some of it might be useful to someone.

Hopefully I’ll find the willpower to keep it up to date and even make the content pretty someday.

Cheers!


Btw, here are some examples of the formatting I will use:

Proper code snippet with syntax highlighting:

public Miao myFunction(Bau bau) {
   return new Miao("Hello I am some Java code");
}

A generic one-line snippet

$ command --a-flag="value" -h arg