Hi! I'm Shane.

I'm a software engineer based in New York. I mostly work on web apps, backend services, and developer tools. I like fixing friction. You can learn more about my work on this site (which also hosts some music that I've written). Take a look/listen!

Me

Shane Bishop

I studied computer science at Duke and graduated in 2023, with minors in economics and music. Don't ask me about my music theory classes...

After graduation, I spent three years as a software engineer at Capital One. Most recently, I helped build an enterprise sandbox platform that lets teams run coding agents like Claude Code in isolated cloud workspaces. I also led development of a software discovery portal and built a CLI that let coding agents build and deploy ServiceNow apps. I mostly work with React, TypeScript, and Tailwind on the frontend, and Python, Node, and Postgres on the backend. I like to find the parts of a workflow that get in the way and simplify them.

Offline, I write and perform music, both by myself and with a band. I also enjoy being outside and active (this can involve anything from reading and hiking to cycling, bouldering, skateboarding, running, basketball, etc.)

Work

  1. 2023–2026

    Capital One

    Senior Associate Software Engineer · Associate Software Engineer

    Built platforms that employees and support teams use to manage software and devices. I led development of an employee software portal, built a deployment CLI, and worked on device and vulnerability tracking tools as well as the data pipeline behind company-wide reporting on device fleet health and security posture. I also helped build an enterprise sandbox platform that lets teams run coding agents like Claude Code in isolated cloud workspaces.

    React TypeScript Python AWS PostgreSQL Snowflake

  2. 2022

    Capital One

    Intern

    Built and deployed a Java and Spring service that filtered and routed Kafka events to trigger status-update emails for customer credit disputes.

    Java Spring Kafka

  3. 2021

    FIND Surgical Sciences

    Intern

    Built a web app for surgeons and researchers to explore neuroimaging data on an interactive 3D brain model, bringing an existing Python and Blender research tool to the browser.

    React Babylon.js WebGL

  4. 2021

    Pillsbury Winthrop Shaw Pittman

    Intern

    Built a Word add-in that scanned patent claims and generated embodiments in the document, and helped attorneys research and draft software patents.

    JavaScript React

  5. 2020–2021

    Fire Flight

    Small-team project

    Led training and development of a wildfire-detection model for drone and thermal imagery with a small team, then integrated it into a Swift mobile app.

    Python PyTorch TensorFlow Swift

Open Source Projects

Shane Bishop

Open-source project

OpenCode Command Hooks

What it is

An OpenCode plugin that runs your shell commands at set points in a coding agent's work, like lint and tests after it finishes a task.

How it works

You write each hook in JSON or YAML: the agent or tool event to watch, optional filters on its arguments, and the commands to run in order. The output can go back to the agent, and a notification can show up in the UI.