The Portfolio of Derek Brooks

GraphQL

Here are 2 projects that I've worked on tagged GraphQL.

Panther Console

Screenshot of Panther Console
Panther is a cloud-based SIEM (Security information and event management) cybersecurity company that I worked for. The product ingests logs from various sources and helps security teams identify threats based on pre-built and custom detection rules. One of its differentiators is that the detections were built as code - in Python. The backend was a mix of golang and python deployed to a largely serverless infrastructure and made extensive uses of queues, document-based data stores, data lakes, etc. The front-end was react and typescript and interfaced with the backend via GraphQL. My primary focus was on our detection and alerting interfaces, as well as integrating with third party services, and building out tooling for AI. Within these realms, I worked on the full stack of the Panther application - from architecting features, defining graphql services, and implementing backend logic in golang to building out front-end components and MCP servers.

Venmo Debit Card

Screenshot of Venmo Debit Card
The Venmo Debit card is a physical card that Venmo users can request to make purchases with their Venmo balance. This was one of the first products that we offered that would allow users to do more than just peer-to-peer payments with their Venmo wallet. I developed APIs and data stores related to storing sensitive user information including the federally required Customer Identification Program (CIP) user information. I also worked on various other debit card servicing APIs like the card design picker and card renewal.