Hey, I'm Brady

Full Stack Engineer with 4+ years of experience solving real problems, thinking beyond the code, obsessed with the craft.

Full Stack engineer focused on building software that actually moves the needle. At CACI's DarkBlue Intelligence Group, I've architected systems that cut response times in half and reduced resource usage by 90%, but the real win is seeing analysts solve critical cases faster because of features I built.

My approach is simple: start with the problem, then work backward to the technical solution. I conduct user interviews, collaborate with Product and UX teams, and think deeply about business impact, not just code quality. This perspective has helped me identify performance bottlenecks that would have otherwise been missed and deliver features that directly support time-critical open source intelligence investigations.

I'm equally comfortable building Go APIs, React interfaces, or diving into Elasticsearch queries. Whether I'm mentoring junior engineers or shipping features, I focus on solving problems that matter. Outside of work, I'm constantly experimenting with new technologies and building personal projects that keep me sharp and curious. I thrive in environments where technical craft meets real business value, and I'm always looking for the next challenge that pushes both boundaries.

Projects

cytoscape-html project

cytoscape-html

Published npm package enabling arbitrary HTML as Cytoscape.js node bodies. 398 weekly downloads, solving real data visualization needs in production applications.

JavaScript npm cytoscape.js Data Viz
View on npm View on GitHub View Demo
draftmygame.com project

draftmygame.com

AI-powered tool for indie game developers to create professional Game Design Documents. Features interactive visual mapping, AI topic generation, and downloadable game design documents.

Next.js TypeScript AI/ML React Flow
View Live Site View on GitHub
$ cmdr invalid --top=3
You have used gti 5 times but it does not exist
You have used sl 3 times but it does not exist
You have used claer 2 times but it does not exist

cmdr

Terminal usage insights and optimization tool built in Go. Helps developers understand their command patterns and improve workflow efficiency.

Go CLI Productivity
View on GitHub
app := switchboard.New()
app.Command("hello", "Say hello", func(c *switchboard.Command) {
    c.Run(func() {
        fmt.Println("Hello, World!")
    })
})

switchboard

Go library for CLI tool creation with reusable architecture patterns. Built for other developers to easily create command-line applications.

Go Library Developer Tools
View on GitHub