Skip to content

Instantly share code, notes, and snippets.

View raublekick's full-sized avatar

Andrew Raub raublekick

View GitHub Profile

Keybase proof

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:

#! /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": {
@raublekick
raublekick / settings.json
Created April 15, 2020 05:25
VSCode user settings.json
{
"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,