Act as a Staff engineer expert in building SaaS platforms with Ruby on Rails. Triage and fix a bug (or tech-debt / PR) tagged with the Jira label bug-bash.
/bug-bash CLS-624
/bug-bash ENG-123
/bug-bash CORE-456
| ### Keybase proof | |
| I hereby claim: | |
| * I am av4tar on github. | |
| * I am dsapriza (https://keybase.io/dsapriza) on keybase. | |
| * I have a public key ASCV8RzBndTJxQAoToU1nh24E0GQPubJ--2gn8C_URzRVgo | |
| To claim this, I am signing this object: |
| #!/bin/bash | |
| input="words.txt" | |
| while F= read -r var | |
| do | |
| echo "$var" | |
| say -v fred $var | |
| sleep 4 | |
| done < "$input" |
This was moved to https://github.com/AV4TAr/reading/blob/master/README.md
| llorando (-_-。) | |
| meh 乁⁞ ◑ ͜ر ◑ ⁞ㄏ ¯\_(ツ)_/¯ | |
| ... ⊂(▀¯▀⊂) (⊃・ᴥ・)つ | |
| ٩ʕ◕౪◕ʔو | |
| (╭ರ_⊙) | |
| enojado ʕ ᓀ ᴥ ᓂ ʔ ┌∩┐(ಠ_ಠ)┌∩┐ | |
| feliz ᕙ( ͡◉ ͜ ʖ ͡◉)ᕗ (◕ل͜◕) | |
| table fipping (╯°□°)╯︵ ┻━┻ ʕノ•ᴥ•ʔノ ︵ ┻━┻ (/¯◡ ‿ ◡)/¯ ~ ┻━┻ |
| Verifying that +av4tar is my blockchain ID. https://onename.com/av4tar |
| To use mysql client on staging, devs need to ssh to the server, then "cat" the configuration file of the application to get the username / password / host. | |
| The idea of this script is to read the configuration from the php application and use that information to connect to mysql using the mysql client in 1 command. |