Sep 2021 - Present
Resume
View allSep 2019 - Aug 2021
Go Engineer, The Home Depot
May 2018 - May 2019
Frontend Engineer, Coder
Aug 2016 - May 2018
CSIS Lab Tutor, Grossmont-Cuyamaca Community College District
Portfolio
View all
Building a Twitch.tv Chat Bot with Go - Part 2 To facilitate the streamer and chat interaction, Twitch uses a variant of IRC, and provides documentation for their implementation on their Twitch Dev...
Building a Twitch.tv Chat Bot with Go - Part 1 To facilitate the streamer and chat interaction, Twitch uses a variant of IRC, and provides documentation for their implementation on their Twitch Dev...
On Mocking Functionality in Go Tests The back-bone of Go is composed of Interfaces and Structures. Interfaces allow for grouping supported functionality into logical groups, much like Classes in ot...
Intercepting RESTful Responses with Middleware Assuming that an in-house server is not simply a middleman for the communication between the client and a third-party API, there should be some sort o...