This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am steinn on github. | |
* I am steinn (https://keybase.io/steinn) on keybase. | |
* I have a public key ASBT378qqq_txaHOtoXBvun_HZfBLo4PSd8pOFy90jT15go | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#+Title: Put your pants on Kubernetes! | |
#+Author: Steinn Steinsen | |
#+EPRESENT_FRAME_LEVEL: 2 | |
microservices + monorepo + Kubernetes = love | |
* WOWair Tech Stack |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
RANDOM_URL=http://www.random.org/integers/?num=1\&min=1\&max=100\&col=1\&base=10\&format=plain\&rnd=new | |
RND_NUMBER=$(curl $RANDOM_URL) | |
MESSAGE=$RND_NUMBER | |
USERNAME="random.org" | |
CHANNEL="#random" | |
PAYLOAD="payload={\"channel\": \"$CHANNEL\", \"username\": \"$USERNAME\", \"text\": \"$MESSAGE\"}" |