DevOps Cheatsheets

Cheatsheets are one of the most under-rated learning tools in the DevOps toolbox. When you are three hours into debugging a broken pipeline, you don’t want a 400-page book - you want the one page that reminds you which flag does what. This page collects quick references I keep within arm’s reach. Cloud Computing A concise summary of the core cloud service models (IaaS, PaaS, SaaS), deployment patterns, and the shared responsibility model is a good starting point for anyone new to cloud infrastructure. ...

December 16, 2023 · 2 min · James M

Hugo Shortcode Syntax

Code echo "Hello World" Code Block # some code echo "Hello World" Code Block with Highlighting not working ? 1 2 # some code echo "Hello World" Figure Google Logo GitHub Gist https://gist.github.com/sansmischevia/5148109 Tweet Owl bet you'll lose this staring contest 🦉 pic.twitter.com/eJh4f2zncC — San Diego Zoo Wildlife Alliance (@sandiegozoo) October 26, 2021 Vimeo YouTube Instagram (requires an Access Token) ...

January 1, 2020 · 1 min · James M

Markdown Syntax

Headings Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Links Internal: Heading 1 External: Google Lists item 1 sub-item 1 sub-item 2 item 2 Task Lists Write the press release Update the website Contact the media Highlight - not working I need to highlight these ==very important words==. Strikethrough The world is flat. We now know that the world is round. Emojis Gone camping! ⛺ Be back soon. ...

January 1, 2020 · 1 min · James M