Skip to content
View david-shepard's full-sized avatar

Block or report david-shepard

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
david-shepard/README.md

David Shepard

Sr. Software Engineer w/ expertise in cloud-native architectures, DevOps, CI/CD, & infrastructure automation.

⤷ I am a senior software engineer with extensive experience building and maintaining cloud solutions. With a strong background in platform engineering and cloud architecture, I lead teams to deliver scalable, secure, and optimized systems across multi-cloud environments.

⚐ Based in New York, NY

ϟ Technical Lead - Platform Engineering @ Tata Communications

ϟ Previously Senior Software Engineer @ IBM (Watson Platform)

Skills

Kubernetes Docker Terraform JavaScript Node.js Python AWS

Pinned Loading

  1. dotfiles dotfiles Public

    dotfiles windows, linux, mac, freebsd, whatever

    Shell

  2. Simple SSH script using fzf Simple SSH script using fzf
    1
    # include this in ~/.bashrc or ~/.zshrc
    2
    sshf () {
    3
        local hosts
    4
        hosts=$(grep -E '^Host ' ~/.ssh/config | awk '{print $2}' | grep -v '*' | grep -v '*$' | grep -v 'github')
    5
        local selected_host
  3. bookmarks-to-markdown bookmarks-to-markdown Public

    Chrome extension to export bookmarks sanely

    TypeScript

  4. obsidian-scripts obsidian-scripts Public

    Various scripts & snippets that aid my Obsidian workflow

    PowerShell

  5. podinfo-js podinfo-js Public

    Cloud-native sample nodejs project

    TypeScript

  6. proxmox-k3s proxmox-k3s Public

    Assorted configuration and scripts for setting up k3s on proxmox

    Shell