I hereby claim:
- I am raublekick on github.
- I am jaraub (https://keybase.io/jaraub) on keybase.
- I have a public key ASDt1VaEE66sB9yS5svvjtBHMp8Gx7D9Udd4ahJBn4llEwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #! /bin/sh | |
| dry=0 | |
| case "$1" in | |
| --dry-run ) | |
| dry=1 | |
| ;; | |
| esac |
| { | |
| "basics": { | |
| "name": "(John) Andrew Raub", | |
| "label": "Web Application Developer", | |
| "picture": "", | |
| "email": "raublekick@gmail.com", | |
| "phone": "", | |
| "website": "https://andrewraub.dev", | |
| "summary": " I am a web application developer specializing in C# / .NET Core, MSSQL, Postgres, Vue.js, Nuxt, and more. I have been living in Phoenix, AZ since 2011 and I am heavily involved in my local community. I serve on the board of the Garfield Organization, a non-profit representing my historic neighborhood. Currently I develop web applications for the College of Health Solutions at Arizona State University. ", | |
| "location": { |
| { | |
| "explorer.confirmDelete": false, | |
| "editor.multiCursorModifier": "alt", | |
| "editor.tabSize": 2, | |
| "workbench.iconTheme": "vscode-icons", | |
| "files.watcherExclude": { | |
| "**/.git/objects/**": true, | |
| "**/.git/subtree-cache/**": true, | |
| "**/node_modules/**": true, | |
| "**/tmp/**": true, |